AI Agents for GitHub Copilot
AI pair programmer by GitHub
GitHub Copilot supports agents from the .agents/agents/ directory via the Agent Skills specification. Copilot Chat and inline suggestions benefit from specialized agent definitions that provide domain expertise. Browse 32 agents on Agent Shelf, all compatible with GitHub Copilot.
rocket_launchHow to use agents in GitHub Copilot
Copy or download the agent .md file
Place it in .agents/agents/ in your project root
Copilot auto-discovers agents from this directory
Use Copilot Chat to invoke the agent's expertise
Agent directory: .agents/agents/
hubMCP server for GitHub Copilot
Connect GitHub Copilot to Agent Shelf via MCP to search and download agents without leaving your editor. Add this to .vscode/mcp.json:
{
"mcpServers": {
"agentshelf": {
"type": "http",
"url": "https://www.agentshelf.dev/api/mcp"
}
}
}Once connected, GitHub Copilot can search agents, read details, and download Markdown files directly from Agent Shelf. Full MCP setup guide
check_circleGitHub Copilot capabilities
Auto-discovers agents from .agents/agents/
Copilot Chat with agent context
Inline code suggestions enhanced by agents
Supports copilot-instructions.md for project config
MCP server integration via .vscode/mcp.json
Agent Skills spec compatible
trending_upPopular agents
View allarrow_forwardDatabase Architect
Designs database schemas, writes optimized queries, plans migrations, and advises on database selection and scaling strategies for application data needs.
agentshelfv1.0.0Security Auditor
Performs security audits on codebases, dependencies, and infrastructure. Identifies vulnerabilities, suggests fixes, and helps achieve compliance with OWASP, SOC 2, and GDPR standards.
agentshelfv1.1.0Changelog Writer
Generates clear, user-facing changelogs from git history, pull requests, and commit messages. Categorizes changes and writes release notes that users actually read.
agentshelfv1.0.0UI/UX Designer
Designs user interfaces, creates component specifications, builds design systems, and provides UX feedback. Generates accessible, responsive layouts following Material Design and modern design principles.
agentshelfv1.1.0Brand Copywriter
Crafts brand messaging, taglines, value propositions, and website copy that captures a company's voice and resonates with target audiences.
agentshelfv1.0.0Incident Responder
Guides teams through production incidents with structured response procedures, root cause analysis, remediation steps, and post-incident review facilitation.
agentshelfv1.0.0