Commit Graph

55 Commits

Author SHA1 Message Date
shibicr93
f1e6b77ab7 Add OpenAPI-to-Application collections for 5 common frameworks
Add 5 framework-specific collections with shared agent and prompt for generating production-ready applications from OpenAPI specifications:
- Java Spring Boot
- Python FastAPI
- Node.js NestJS
- C# .NET
- Go

Reuses existing framework instructions for consistency and best practices.
2026-01-18 00:02:52 +01:00
Matt Soucoup
adfe3cc018 Merge branch 'main' into add-devils-advocate-agent 2026-01-13 13:06:37 -08:00
Matt Soucoup
cd3c727641 Merge branch 'main' into patch-1 2026-01-13 13:04:14 -08:00
Jon Corbin
531b511886 fetch -> web/fetch everywhere 2026-01-12 14:07:00 -05:00
Jon Corbin
5afc90e633 Revert "fetch -> web/fetch for everything"
This reverts commit ca790b1716.
2026-01-12 14:03:48 -05:00
Jon Corbin
e8577617b0 Merge branch 'main' into patch-1 2026-01-12 14:03:12 -05:00
Jon Corbin
ca790b1716 fetch -> web/fetch for everything 2026-01-12 14:00:22 -05:00
Daniel Scott-Raynsford
4e8e0a1690 Merge branch 'main' into update-research-technical-spike 2026-01-12 13:10:31 +13:00
Daniel Scott-Raynsford
e80f92beaa CHANGE: Update tools and enhance MCP discovery process
- Refactored tools list for clarity and relevance.
- Added detailed MCP tool prerequisites and discovery steps.
- Emphasized focus on documentation MCPs over operational tools.
2026-01-12 13:06:59 +13:00
Hunter Hogan
75601f4f0b Fix formatting in task-planner.agent.md
Without the space before the comma, VS Code interpreted the comma as part of the file name, which caused the following error even though the target file was in the target location:

```
File './task-researcher.agent.md,' not found at 'C:\Users\hunte\AppData\Roaming\Code - Insiders\User\prompts\task-researcher.agent.md,'.
```

After adding the space, the yellow squiggles and error went away.
2026-01-10 15:27:38 -05:00
anschnapp
5ed86ec458 adjust regaring feedback from review. tone is now far more neutral and not rude at all. after more testing i added a introduction, and changed end game summary a bit 2026-01-10 10:31:31 +01:00
anschnapp
2a450dc8c9 feat(agents): add devils advocate agent 2026-01-10 10:14:48 +01:00
Matt Soucoup
3c2c62a3b2 Merge branch 'main' into skaluvak/iac-skills 2026-01-09 13:04:55 -10:00
Matt Soucoup
5130b4ff94 Merge branch 'main' into patch-1 2026-01-09 08:33:57 -10:00
Matt Soucoup
2468db4b2b Merge branch 'main' into add-salesforce-expert-agent 2026-01-09 08:18:56 -10:00
Matt Soucoup
6079d04bd2 Merge branch 'main' into MCP-M365-Agents 2026-01-09 07:03:26 -10:00
benjisho-aidome
57473945b0 Add concise DevOps resources (agents, instructions, prompt) (#1) (#513)
* Initial plan

* Add DevOps resources: agents, instructions, and prompt



* Replace redundant GitHub Actions instructions with expert agent



* Make DevOps resources more generic for easier maintenance



* Remove optional model field to align with repository conventions



* Reduce code examples to focus on principles and guidance



* Add DevOps Expert agent following infinity loop principle



---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: benjisho-aidome <218995725+benjisho-aidome@users.noreply.github.com>
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2026-01-09 08:41:01 -08:00
Koumudi Kaluvakolanu
50e561433b added azure-iac-exporter and azure-iac-generator as custom agents 2026-01-07 19:36:16 -08:00
devopsfan
e74e08231a Update .NET and C# versions to latest releases 2026-01-05 15:21:29 +00:00
devopsfan
4ce5490c83 Update agents/CSharpExpert.agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-05 15:21:05 +00:00
devopsfan
ff6f1977dc Update CSharpExpert agent with .NET and C# version info
Added information about familiarity with .NET 10 and C# 14.
2026-01-05 15:16:10 +00:00
Abbas
35c148aba3 Update agents/salesforce-expert.agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-31 09:24:32 +05:30
Abbas Jafry
99aa61e441 Changed to single quotes in desc 2025-12-31 09:20:31 +05:30
Abbas Jafry
48a8a851ce Merge branch 'add-salesforce-expert-agent' of https://github.com/abbas133/awesome-copilot into add-salesforce-expert-agent 2025-12-31 09:01:16 +05:30
Abbas Jafry
d893845fd5 Added model 2025-12-31 08:59:53 +05:30
Abbas
3316cec732 Update agents/salesforce-expert.agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-31 04:02:12 +05:30
Abbas Jafry
b070d62b6a feat(agents): add Salesforce Expert agent 2025-12-31 03:27:16 +05:30
Troy Simeon Taylor
4ba8935c49 Update agents/mcp-m365-agent-expert.agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-23 14:44:06 -05:00
Troy Taylor
89b12d35a2 Add MCP M365 agent expert chat mode 2025-12-23 14:36:23 -05:00
ANGELELLI David
8baf6d7223 fix: Update tool names in agent files for consistency and clarity (#493)
* fix: Update tool names in agent files for consistency and clarity

* Update agents/janitor.agent.md

Removal of duplicates

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update agents/implementation-plan.agent.md

Removal of duplicates

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-17 09:39:15 +11:00
Mehmet Ali EROL
f29557af90 Task/add modernization agent (#490)
* Adding modernization agent

This is a Modernization Agent. It will first understand the repository it will work on, then create comprehensive suggestions by asking the developer at each main step, like choosing the target tech stack or architecture.

* Update README.agents.md for modernization agent

* Update README.agents.md

* Fix modernization.agent.md yaml format

* Revise modernization agent documentation and tools

Updated agent documentation to reflect changes in model name, tools, and workflow details. Enhanced clarity on analysis phases, documentation requirements, and implementation planning.

* Refactor modernization agent documentation

Updated the title and improved formatting for clarity.

* Update Modernization Agent description in README
2025-12-16 11:37:00 +11:00
Ve Sharma
8a1a571034 fix: plan agent file with up to date format (#489) 2025-12-15 09:37:06 +11:00
Shane Neuville
b1278eb7ed feat: Add MAUI Expert agent for .NET cross-platform app development (#488)
* feat: Add MAUI Expert agent for .NET cross-platform app development

* refactor: Update performance and security guidelines in MAUI documentation

* refactor: Update UI update guidelines for background threads in MAUI agent documentation
2025-12-15 09:35:58 +11:00
pareenaverma
5d6d231091 Update Docker image reference for arm-migration agent (#485)
* Update Docker image reference for arm-migration agent

* Updated README after running update script
2025-12-15 09:29:59 +11:00
Nik Sachdeva
095323704f Add Software Engineering Team Collection - AI Assistants for Multi-Disciplinary Development Teams (#478)
* Add Software Engineering Team collection with 7 specialized agents

Adds a complete Software Engineering Team collection with 7 standalone
agents covering the full development lifecycle, based on learnings from
The AI-Native Engineering Flow experiments.

New Agents (all prefixed with 'se-' for collection identification):
- se-ux-ui-designer: Jobs-to-be-Done analysis, user journey mapping,
  and Figma-ready UX research artifacts
- se-technical-writer: Creates technical documentation, blogs, and tutorials
- se-gitops-ci-specialist: CI/CD pipeline debugging and GitOps workflows
- se-product-manager-advisor: GitHub issue creation and product guidance
- se-responsible-ai-code: Bias testing, accessibility, and ethical AI
- se-system-architecture-reviewer: Architecture reviews with Well-Architected
- se-security-reviewer: OWASP Top 10/LLM/ML security and Zero Trust

Key Features:
- Each agent is completely standalone (no cross-dependencies)
- Concise display names for GitHub Copilot dropdown ("SE: [Role]")
- Fills gaps in awesome-copilot (UX design, content creation, CI/CD debugging)
- Enterprise patterns: OWASP, Zero Trust, WCAG, Well-Architected Framework

Collection manifest, auto-generated docs, and all agents follow
awesome-copilot conventions.

Source: https://github.com/niksacdev/engineering-team-agents
Learnings: https://medium.com/data-science-at-microsoft/the-ai-native-engineering-flow-5de5ffd7d877

* Fix Copilot review comments: table formatting and code block syntax

- Fix table formatting in docs/README.collections.md by converting multi-line
  Software Engineering Team entry to single line
- Fix code block language in se-gitops-ci-specialist.agent.md from yaml to json
  for package.json example (line 41-51)
- Change comment syntax from # to // to match JSON conventions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix model field capitalization to match GitHub Copilot convention

- Change all agents from 'model: gpt-5' to 'model: GPT-5' (uppercase)
- Aligns with existing GPT-5 agents in the repo (blueprint-mode, gpt-5-beast-mode)
- Addresses Copilot reviewer feedback on consistency

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Add ADR and User Guide templates to Technical Writer agent

- Add Architecture Decision Records (ADR) template following Michael Nygard format
- Add User Guide template with task-oriented structure
- Include references to external best practices (ADR.github.io, Write the Docs)
- Update Specialized Focus Areas to reference new templates
- Keep templates concise without bloating agent definition

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix inconsistent formatting: DevOps/CI-CD to DevOps/CI/CD

- Change "DevOps/CI-CD" (hyphen) to "DevOps/CI/CD" (slash) for consistency
- Fixed in collection manifest, collection docs, and README
- Aligns with standard industry convention and agent naming

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Shorten collection description per maintainer feedback

- Brief description in table: "7 specialized agents covering the full software
  development lifecycle from UX design and architecture to security and DevOps."
- Move detailed context (Medium article, design principles, agent list) to
  usage section following edge-ai-tasks pattern
- Addresses @aaronpowell feedback: descriptions should be brief for table display

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-12 09:12:10 +11:00
Adrien Clerbois
164b61e169 Revise MCP agent documentation for clarity and detail (#465)
Updated expertise and guidelines for MCP tools, prompts, and resources. Enhanced best practices for attributes and resource management.
2025-12-08 09:41:23 +11:00
Hashim Warren
c222a57557 Enhance context7 agent with runSubagent (#462)
* Enhance with runSubagent

Added 'agent/runSubagent' tool to Context7-Expert for improved workflow execution.

* Fix description formatting
2025-12-08 09:39:52 +11:00
Copilot
9505d750de Fix: Replace unsupported 'title' attribute with 'name' in agent files (#452)
* Initial plan

* Replace 'title' with 'name' in agent file frontmatter

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
2025-12-04 11:11:49 +11:00
Chris Harris
8945eb22eb Add Custom Agent Foundry agent (#453)
* Add Custom Agent Foundry agent

- Adds expert agent for designing and creating VS Code custom agents
- Provides comprehensive guidance on agent architecture and best practices
- Includes tool selection strategies, workflow patterns, and quality guidelines
- Updates README.agents.md with new entry

* Update README to enhance instructions for Custom Agent Foundry

* Refactor README to improve clarity and organization of Custom Agents section

* Add model specification for Custom Agent Foundry
2025-12-04 11:02:32 +11:00
Dan Wahlin
3a3edf892c Add code snippets rule to technical-content-evaluator Agent (#442)
* Add Technical Content Evaluator Agent

* Update name

* Add code snippets rules

* Fix conflicts

* npm start run
2025-12-02 13:39:37 +11:00
Max Prilutskiy
9bc6032521 Add Lingo.dev i18n Agent for GitHub Copilot (#432)
* Add Lingo.dev i18n Agent to GitHub Copilot customizations

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

* Fix Lingo.dev branding in agent name

- Changed agent name from 'i18n-setup' to 'Lingo.dev i18n Agent'
- This ensures proper branding is displayed in the README
- Re-ran eng/update-readme.mjs to regenerate documentation

* Update agent name to 'Lingo.dev Localization (i18n) Agent'

- Changed from 'Lingo.dev i18n Agent' to include 'Localization'
- More user-friendly while keeping technical term in parentheses
- Follows pattern of other agents like 'Azure Data Explorer (Kusto)'
- Makes it discoverable for both localization and i18n searches
2025-11-27 10:00:50 +11:00
Aaron Powell
86adaa48fe Chat Modes -> Agents (#433)
* Migrating chat modes to agents now that's been released to stable

* Fixing collections

* Fixing names of agents

* Formatting

* name too long

* Escaping C# agent name
2025-11-25 16:24:55 +11:00
Aaron Powell
7b7f9d519c Removing newrelic agent for the moment (#430) 2025-11-24 09:54:22 +11:00
Guillaume
13dc6a4132 Create Context7 documentation expert agent (#426)
* Create Context7 documentation expert agent

Added Context7 documentation expert agent with detailed guidelines for library inquiries, version checks, and best practices.

* Add Context7 Expert agent to documentation

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-11-21 14:22:25 +11:00
Dan Wahlin
bd2bba116d Add Technical Content Evaluator Agent (#421)
* Add Technical Content Evaluator Agent

* Update name
2025-11-18 15:37:37 -08:00
Ambily
86d8fdc32e Add Senior Cloud Architect Agent (#400)
* Create Senior Cloud Architect agent documentation

Added documentation for the Senior Cloud Architect agent, outlining responsibilities, required diagrams, and best practices for architectural design.

* Add Senior Cloud Architect agent to the documentation

* Change the comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-11-18 10:23:38 +11:00
factory-davidgu
527d2873b1 Add droid custom partner agent (#406)
* Add droid custom partner agent

Add a new Droid CLI assistant agent to the partners collection that provides installation guidance, usage examples, and automation patterns for the Droid CLI, with emphasis on droid exec for CI/CD and non-interactive automation.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

* Address PR #406 comments on droid agent

- Add model field to frontmatter
- Fix escaped pipe in Quick Reference table (remove unnecessary backslash from markdown table code cell)

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

---------

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-11-18 10:16:59 +11:00
Paul Crane
076e9b28cc Add Diffblue Cover Agent (#410)
This agent uses Diffblue Cover's MCP server to write unit tests for Java applications.

You will need a license (you can get a trial license here: https://www.diffblue.com/try-cover/), and the Diffblue Cover MCP server (https://github.com/diffblue/cover-mcp/) for this agent to work.

# Conflicts:
#	docs/README.agents.md
2025-11-17 08:36:50 +11:00
Griffin Ashe
3b38d0aa80 Add partner agents (#405)
* Add partner agents: Elastic, New Relic, MongoDB, Neo4j, Monday.com, and Apify

* Fix agent file naming to match conventions

* Add new partner agents and update Partners collection metadata

- Add six new partner agents to the Partners collection:
  - Apify Integration Expert
  - Elasticsearch Agent
  - Monday Bug Context Fixer
  - MongoDB Performance Advisor
  - Neo4j Docker Client Generator
  - New Relic Deployment Observability Agent
- Update partners.collection.yml to include new agent definitions
- Update Partners collection item count from 11 to 17 in:
  - README.md
  - collections/partners.md footer
  - docs/README.collections.md
  - docs/README.agents.md

* Fix New Relic agent filename and update partner references

- Remove obsolete New Relic Deployment Observability agent definition file
  (newrelic-deployment-observability-agent.md)
- Update partners collection to reference the correct agent filename:
  newrelic-deployment-observability.agent.md
- Keep partners.collection.yml items list in proper alphabetical order
- Update New Relic agent links in:
  - collections/partners.md
  - docs/README.agents.md

* Update agents/elasticsearch-observability.agent.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update generated README files

---------

Co-authored-by: Alexis Abril <alexisabril@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-16 09:55:12 +11:00
Vincent Koc
1ce1db266b Adds Comet Opik Agent (#403)
* Create comet-opik.agent.md

* Update comet-opik.agent.md

* Update README.agents.md
2025-11-16 09:53:38 +11:00