* 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>
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
* Added MAF chatmodes, based on current SK modes.
* Renamed to chatmode files
* Updated readme with `npm start`
* Added model to the chat mode. Sonnet works great for this
* Use Magentic-One to be more correct.
* feat: add instrcutions for Terraform on SAP BTP
* refactoring via GH Copilot streamlining the content
* docs: add contribution
* docs: fixes for review comments by GH Copilot
---------
Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com>
* Updated the README.chatmodes.md
* Extended the accessibility features aof the chatmode.
---------
Co-authored-by: daniellyudmilovangelov <daniel.angelov@ffwagency.com>
* Add AI model recommendation prompt for Copilot integrations
Introduces a detailed prompt for recommending optimal AI models
based on `.chatmode.md` or `.prompt.md` file analysis. The prompt
outlines a workflow for task evaluation, model selection criteria,
and cost-efficiency considerations. It includes support for
subscription tiers, deprecated model migration, and advanced
features like Context7 integration.
This addition enhances the ability to automate and optimize AI
model recommendations, improving alignment with task complexity,
user priorities, and available tools.
* Running update script
---------
Co-authored-by: Aaron Powell <me@aaron-powell.com>
* Adding a collection for the meta prompts to help discover items in the awesome copilot repo
* Forgot to run validation locally
* YAML schema validation set and updating readme
* initial prototype of partners collection with featured collection support
* Starting to add the partners
* Preparing the repo for how the custom agents will work
* moving some files around
* Moving a bunch of stuff around to make the file easier to read
* improving the front matter parsing by using a real library
* Some verbage updates
* some more verbage
* Fixing spelling mistake
* tweaking badges
* Updating contributing guide to be correct
* updating casing to match product
* More agents
* Better handling link to mcp registry
* links to install mcp servers fixed up
* Updating collection tags
* writing the mcp registry url out properly
* Adding custom agents for C# and WinForms
Expert custom agents to improve your experience when working with C# and WinForms in Copilot
* Adding to agents readme
* Adding PagerDuty agent
* Fixing description for terraform agent
* Adding custom agents to the README usage
* Removing the button to make the links more obvious
* docs: relocate category READMEs to /docs and update generation + internal links
* Updating prompts for new path
* formatting
---------
Co-authored-by: Chris Patterson <chrispat@github.com>