feat: add Nuxt and Vue.js expert agents#824
Merged
aaronpowell merged 1 commit intogithub:stagedfrom Feb 26, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new ecosystem-focused agents (Nuxt + Vue.js) and expands the plugin catalog with additional partner agents and several new skills/agents across MCP development, OpenAPI scaffolding, Java/.NET, and context-engineering. The PR also standardizes many plugin manifests by switching agent/skill references to directory paths and removing trailing slashes.
Changes:
- Add
nuxt-expert.agent.mdandvuejs-expert.agent.mdexpert agents. - Add multiple new agent/skill markdown files across various
plugins/*packages (partners, MCP development, OpenAPI-to-app, etc.). - Update many
plugins/*/.github/plugin/plugin.jsonmanifests (agent paths consolidated to./agents; skill paths normalized).
Reviewed changes
Copilot reviewed 144 out of 235 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/polyglot-test-agent/agents/polyglot-test-builder.md | Adds a build/compile “builder” agent definition. |
| plugins/polyglot-test-agent/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/php-mcp-development/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/partners/agents/pagerduty-incident-responder.md | Adds a PagerDuty incident response agent. |
| plugins/partners/agents/octopus-deploy-release-notes-mcp.md | Adds an Octopus Deploy release notes agent with MCP server config. |
| plugins/partners/agents/neon-optimization-analyzer.md | Adds a Neon Postgres performance optimization agent. |
| plugins/partners/agents/neon-migration-specialist.md | Adds a Neon migration specialist agent. |
| plugins/partners/agents/mongodb-performance-advisor.md | Adds a MongoDB performance advisor agent. |
| plugins/partners/agents/lingodotdev-i18n.md | Adds a Lingo.dev i18n agent wired to MCP tools. |
| plugins/partners/agents/jfrog-sec.md | Adds a JFrog security remediation agent definition. |
| plugins/partners/agents/elasticsearch-observability.md | Adds an Elastic observability/security/vector-search agent with MCP config. |
| plugins/partners/agents/diffblue-cover.md | Adds a Diffblue Cover Java unit-test agent with local MCP server config. |
| plugins/partners/agents/arm-migration.md | Adds an Arm migration agent definition. |
| plugins/partners/agents/amplitude-experiment-implementation.md | Adds an Amplitude experiment implementation agent definition. |
| plugins/partners/.github/plugin/plugin.json | Changes agents reference to ./agents. |
| plugins/ospo-sponsorship/.github/plugin/plugin.json | Normalizes skill path (removes trailing slash). |
| plugins/openapi-to-application-python-fastapi/skills/openapi-to-application-code/SKILL.md | Adds OpenAPI→app generation skill documentation. |
| plugins/openapi-to-application-python-fastapi/agents/openapi-to-application.md | Adds OpenAPI→app generator agent. |
| plugins/openapi-to-application-python-fastapi/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/openapi-to-application-nodejs-nestjs/skills/openapi-to-application-code/SKILL.md | Adds OpenAPI→app generation skill documentation. |
| plugins/openapi-to-application-nodejs-nestjs/agents/openapi-to-application.md | Adds OpenAPI→app generator agent. |
| plugins/openapi-to-application-nodejs-nestjs/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/openapi-to-application-java-spring-boot/skills/openapi-to-application-code/SKILL.md | Adds OpenAPI→app generation skill documentation. |
| plugins/openapi-to-application-java-spring-boot/agents/openapi-to-application.md | Adds OpenAPI→app generator agent. |
| plugins/openapi-to-application-java-spring-boot/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/openapi-to-application-go/skills/openapi-to-application-code/SKILL.md | Adds OpenAPI→app generation skill documentation. |
| plugins/openapi-to-application-go/agents/openapi-to-application.md | Adds OpenAPI→app generator agent. |
| plugins/openapi-to-application-go/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/openapi-to-application-csharp-dotnet/skills/openapi-to-application-code/SKILL.md | Adds OpenAPI→app generation skill documentation. |
| plugins/openapi-to-application-csharp-dotnet/agents/openapi-to-application.md | Adds OpenAPI→app generator agent. |
| plugins/openapi-to-application-csharp-dotnet/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/mcp-m365-copilot/agents/mcp-m365-agent-expert.md | Adds an MCP-focused M365 Copilot agent. |
| plugins/mcp-m365-copilot/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill paths. |
| plugins/kotlin-mcp-development/agents/kotlin-mcp-expert.md | Adds Kotlin MCP server development expert agent. |
| plugins/kotlin-mcp-development/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/java-mcp-development/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/java-development/skills/java-springboot/SKILL.md | Adds Java Spring Boot best-practices skill. |
| plugins/java-development/skills/java-junit/SKILL.md | Adds JUnit 5 best-practices skill. |
| plugins/java-development/skills/java-docs/SKILL.md | Adds Javadoc best-practices skill. |
| plugins/java-development/skills/create-spring-boot-java-project/SKILL.md | Adds a Spring Boot project creation skill. |
| plugins/java-development/.github/plugin/plugin.json | Normalizes skill paths (removes trailing slashes). |
| plugins/go-mcp-development/agents/go-mcp-expert.md | Adds Go MCP server development expert agent. |
| plugins/go-mcp-development/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/gem-team/agents/gem-reviewer.md | Adds gem-team security reviewer agent. |
| plugins/gem-team/agents/gem-orchestrator.md | Adds gem-team orchestrator agent. |
| plugins/gem-team/agents/gem-implementer.md | Adds gem-team implementer agent. |
| plugins/gem-team/agents/gem-documentation-writer.md | Adds gem-team documentation writer agent. |
| plugins/gem-team/agents/gem-devops.md | Adds gem-team DevOps agent. |
| plugins/gem-team/agents/gem-browser-tester.md | Adds gem-team browser tester agent. |
| plugins/gem-team/.github/plugin/plugin.json | Changes agents reference to ./agents. |
| plugins/frontend-web-dev/skills/playwright-generate-test/SKILL.md | Adds Playwright test generation skill. |
| plugins/frontend-web-dev/skills/playwright-explore-website/SKILL.md | Adds Playwright website exploration skill. |
| plugins/frontend-web-dev/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill paths. |
| plugins/edge-ai-tasks/.github/plugin/plugin.json | Changes agents reference to ./agents. |
| plugins/devops-oncall/skills/multi-stage-dockerfile/SKILL.md | Adds multi-stage Dockerfile skill. |
| plugins/devops-oncall/agents/azure-principal-architect.md | Adds an Azure principal architect agent definition. |
| plugins/devops-oncall/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill paths. |
| plugins/dataverse/.github/plugin/plugin.json | Normalizes skill path (removes trailing slash). |
| plugins/dataverse-sdk-for-python/skills/dataverse-python-usecase-builder/SKILL.md | Adds Dataverse Python SDK use-case builder skill. |
| plugins/dataverse-sdk-for-python/skills/dataverse-python-quickstart/SKILL.md | Adds Dataverse Python quickstart skill. |
| plugins/dataverse-sdk-for-python/skills/dataverse-python-production-code/SKILL.md | Adds Dataverse Python production code patterns skill. |
| plugins/dataverse-sdk-for-python/skills/dataverse-python-advanced-patterns/SKILL.md | Adds Dataverse Python advanced patterns skill. |
| plugins/dataverse-sdk-for-python/.github/plugin/plugin.json | Normalizes skill paths (removes trailing slashes). |
| plugins/database-data-management/agents/postgresql-dba.md | Adds PostgreSQL DBA agent definition. |
| plugins/database-data-management/agents/ms-sql-dba.md | Adds MS SQL DBA agent definition. |
| plugins/database-data-management/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill paths. |
| plugins/csharp-mcp-development/skills/csharp-mcp-server-generator/SKILL.md | Adds C# MCP server generator skill. |
| plugins/csharp-mcp-development/agents/csharp-mcp-expert.md | Adds C# MCP expert agent. |
| plugins/csharp-mcp-development/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/csharp-dotnet-development/skills/dotnet-upgrade/SKILL.md | Adds .NET upgrade guidance skill. |
| plugins/csharp-dotnet-development/skills/dotnet-best-practices/SKILL.md | Adds .NET best practices skill. |
| plugins/csharp-dotnet-development/skills/csharp-xunit/SKILL.md | Adds xUnit best practices skill. |
| plugins/csharp-dotnet-development/skills/csharp-tunit/SKILL.md | Adds TUnit best practices skill. |
| plugins/csharp-dotnet-development/skills/csharp-nunit/SKILL.md | Adds NUnit best practices skill. |
| plugins/csharp-dotnet-development/skills/csharp-async/SKILL.md | Adds async best practices skill. |
| plugins/csharp-dotnet-development/skills/aspnet-minimal-api-openapi/SKILL.md | Adds minimal API + OpenAPI guidance skill. |
| plugins/csharp-dotnet-development/agents/expert-dotnet-software-engineer.md | Adds expert .NET software engineer agent definition. |
| plugins/csharp-dotnet-development/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill paths. |
| plugins/copilot-sdk/.github/plugin/plugin.json | Normalizes skill path (removes trailing slash). |
| plugins/context-engineering/skills/what-context-needed/SKILL.md | Adds “what context needed” skill. |
| plugins/context-engineering/skills/refactor-plan/SKILL.md | Adds refactor planning skill. |
| plugins/context-engineering/skills/context-map/SKILL.md | Adds context mapping skill. |
| plugins/context-engineering/agents/context-architect.md | Adds context architect agent definition. |
| plugins/context-engineering/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill paths. |
| plugins/clojure-interactive-programming/skills/remember-interactive-programming/SKILL.md | Adds interactive programming reminder skill. |
| plugins/clojure-interactive-programming/agents/clojure-interactive-programming.md | Adds Clojure REPL-first agent definition. |
| plugins/clojure-interactive-programming/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill path. |
| plugins/cast-imaging/agents/cast-imaging-structural-quality-advisor.md | Adds CAST Imaging quality advisor agent definition. |
| plugins/cast-imaging/agents/cast-imaging-software-discovery.md | Adds CAST Imaging software discovery agent definition. |
| plugins/cast-imaging/agents/cast-imaging-impact-analysis.md | Adds CAST Imaging impact analysis agent definition. |
| plugins/cast-imaging/.github/plugin/plugin.json | Changes agents reference to ./agents. |
| plugins/azure-cloud-development/agents/terraform-azure-planning.md | Adds Azure Terraform planning agent definition. |
| plugins/azure-cloud-development/agents/terraform-azure-implement.md | Adds Azure Terraform implementation agent definition. |
| plugins/azure-cloud-development/agents/azure-verified-modules-terraform.md | Adds AVM Terraform agent definition. |
| plugins/azure-cloud-development/agents/azure-verified-modules-bicep.md | Adds AVM Bicep agent definition. |
| plugins/azure-cloud-development/agents/azure-saas-architect.md | Adds Azure SaaS architect agent definition. |
| plugins/azure-cloud-development/agents/azure-principal-architect.md | Adds Azure principal architect agent definition. |
| plugins/azure-cloud-development/agents/azure-logic-apps-expert.md | Adds Azure Logic Apps expert agent definition. |
| plugins/azure-cloud-development/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill paths. |
| plugins/awesome-copilot/skills/suggest-awesome-github-copilot-skills/SKILL.md | Adds skill to suggest skills from awesome-copilot upstream. |
| plugins/awesome-copilot/skills/suggest-awesome-github-copilot-prompts/SKILL.md | Adds skill to suggest prompts from awesome-copilot upstream. |
| plugins/awesome-copilot/skills/suggest-awesome-github-copilot-instructions/SKILL.md | Adds skill to suggest instruction files from awesome-copilot upstream. |
| plugins/awesome-copilot/skills/suggest-awesome-github-copilot-agents/SKILL.md | Adds skill to suggest agents from awesome-copilot upstream. |
| plugins/awesome-copilot/agents/meta-agentic-project-scaffold.md | Adds a meta agent for pulling upstream assets into the repo. |
| plugins/awesome-copilot/.github/plugin/plugin.json | Changes agents reference to ./agents and normalizes skill paths. |
| agents/vuejs-expert.agent.md | Adds Vue.js expert agent. |
| agents/nuxt-expert.agent.md | Adds Nuxt expert agent. |
Add two new agents for the Vue.js ecosystem: - nuxt-expert.agent.md: Expert Nuxt Developer agent covering Nuxt 3, Nitro, rendering modes, data fetching, and legacy Nuxt 2 compatibility. - vuejs-expert.agent.md: Expert Vue.js Frontend Engineer agent covering Vue 3 Composition API, Pinia, Vue Router, TypeScript integration, and legacy Vue 2/Options API compatibility. Both agents use Claude Sonnet 4.5 and follow existing agent conventions. README.agents.md regenerated via npm run build.
4da14e7 to
2c4cd8b
Compare
aaronpowell
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add two new agents for the Vue.js ecosystem:
nuxt-expert.agent.md— Expert Nuxt Developer agent covering Nuxt 3, Nitro, rendering modes, data fetching, and legacy Nuxt 2 compatibility.vuejs-expert.agent.md— Expert Vue.js Frontend Engineer agent covering Vue 3 Composition API, Pinia, Vue Router, TypeScript integration, and legacy Vue 2/Options API compatibility.Both agents use Claude Sonnet 4.5 and follow existing agent conventions.
Checklist
npm install(ornpm ci)npm run buildto generate the updated README.mdbash scripts/fix-line-endings.shto normalize line endingsstagedbranch