A collection of custom GitHub Copilot agents and skills that developers can use to enhance their coding experience.
GitHub Copilot allows you to create custom agents that follow your specific instructions and workflows. These agents can be tailored for:
- Specific programming languages and frameworks
- Code review patterns
- Testing strategies
- Documentation styles
- Development workflows
.github/
├── agents/ # Custom agent configurations
└── skills/ # Custom skill definitions
- Copy the agent configuration files to your own repository's
.github/agents/directory - Configure GitHub Copilot to use these agents, specifically the Tools section.
- Start coding with your custom workflows!
To add your own custom agents:
- Create a new
.mdfile in the appropriate directory - Follow the template structure
- Include clear instructions and examples
- Submit a pull request
See the templates/ directory for agent and skill templates.
Official GitHub Copilot Docs - https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/create-custom-agents?search-overlay-input=GitHub+Copilot+workflow&search-overlay-ask-ai=true
Bringing Anthropic Skills to GitHub Copilot https://tiberriver256.github.io/ai%20and%20technology/skills-catalog-part-1-indexing-ai-context/
Shoutout to Ahmad Khaleel's gitdiagram project on Github