Skip to content

Conversation

@maxprilutskiy
Copy link

Summary

This PR adds the Lingo.dev i18n Agent to the awesome-copilot collection, enabling systematic internationalization implementation in web applications through GitHub Copilot.

What's Added

Agent Features

  • Systematic i18n implementation: Checklist-driven approach ensuring all steps are completed
  • Framework-agnostic: Works with Next.js, React, Vue, and other modern web frameworks
  • MCP Integration: Uses Server-Sent Events (SSE) connection to Lingo.dev MCP server
  • Tool-guided workflow: Leverages the i18n_checklist tool to guide developers through the entire process

Files Changed

  • New: agents/lingodotdev-i18n.agent.md - Complete agent definition with workflow instructions
  • 📝 Updated: docs/README.agents.md - Added agent entry in alphabetical order

MCP Configuration

Documentation

Official documentation: https://lingo.dev/mcp/github-copilot-agents

Checklist

  • Agent file follows the repository format
  • Entry added in alphabetical order to README.agents.md
  • Description matches official Lingo.dev documentation
  • MCP server configuration validated against official docs (SSE type)
  • Install badges included for VS Code, VS Code Insiders, and Visual Studio
  • Commit message follows repository conventions

Test Plan

Users can:

  1. Install the agent using the provided VS Code badges
  2. Configure the Lingo.dev MCP server (SSE connection)
  3. Use the agent to implement i18n following the checklist workflow
  4. Leverage the i18n_checklist tool for step-by-step guidance

This commit adds the Lingo.dev internationalization agent to the awesome-copilot collection. The agent provides systematic, checklist-driven i18n implementation for web applications.

Features:
- Expert at implementing internationalization (i18n) in web applications
- Systematic, checklist-driven approach using the i18n_checklist tool
- MCP server integration via SSE (https://mcp.lingo.dev/main)
- Supports comprehensive multi-language setup

The agent is added in alphabetical order to docs/README.agents.md and includes:
- Agent definition file: agents/lingodotdev-i18n.agent.md
- Installation badges for VS Code, VS Code Insiders, and Visual Studio
- MCP server configuration for the Lingo.dev service

More information: https://lingo.dev/mcp/github-copilot-agents
Copilot AI review requested due to automatic review settings November 24, 2025 23:27
Copilot finished reviewing on behalf of maxprilutskiy November 24, 2025 23:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new i18n (internationalization) implementation agent from Lingo.dev to the awesome-copilot collection. The agent provides a systematic, checklist-driven approach to implementing internationalization in web applications using the Lingo.dev MCP server via Server-Sent Events (SSE).

Key Changes:

  • New agent definition file with tool-guided workflow centered on the i18n_checklist tool
  • SSE-based MCP server configuration pointing to https://mcp.lingo.dev/main
  • Documentation update maintaining alphabetical ordering in the agents README

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
agents/lingodotdev-i18n.agent.md Defines the new i18n agent with frontmatter configuration, MCP server setup, and workflow instructions emphasizing checklist-driven implementation
docs/README.agents.md Adds the Lingo.dev i18n Agent entry in alphabetical order with installation badges and MCP server configuration links

@aaronpowell
Copy link
Contributor

Looks like we have a merge conflict - can you update with main and re-run the readme update script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants