Reusable GitHub Copilot agent files for specialized workflows.
Install
- Click the install button for VS Code or VS Code Insiders.
- Confirm the destination when VS Code asks where to save the agent.
Run
- Open Chat and switch to Agent mode.
- Select
<agent-name>as the active agent. - If your client supports direct mentions, use
@<agent-name>in chat.
Agent files support onboarding tags via an inline metadata comment near the top of each file.
- Canonical source for onboarding is root
agents/*.agent.md. - Use format:
<!-- onboarding-tags: onboarding-core, <other-tag> -->. - Agents with
onboarding-tagscontainingonboarding-coreare mandatory for onboarding flows. - Agents with
onboarding-tagscontainingonboarding-expandedare optional and should be installed only when repo/stack detection indicates relevance. - Onboarding prompts should download these artifacts using canonical raw GitHub URLs and install them into target
.github/agents/. - To add a new default onboarding agent, add
onboarding-coreto itsonboarding-tagsmetadata comment. - To add an optional specialist onboarding agent, add
onboarding-expandedwith a capability tag (for example:frontend,backend,data,devops).
Reviews code for quality, maintainability, and adherence to project standards. Provides actionable feedback without modifying code.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/code-reviewer.agent.md
Analyzes code and configuration for security vulnerabilities. Produces severity-graded findings with evidence and concrete remediation steps.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/security-specialist.agent.md
Conducts technical research using official documentation sources to gather accurate, up-to-date information and produce structured findings for documentation.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/research-agent.agent.md
Creates and maintains ADRs, architecture documentation, and context notes. Default owner for context-note creation and documentation indexing.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/documentation-specialist.agent.md
Optional onboarding-expanded specialist for frontend architecture, accessibility, and performance guidance in UI-heavy repositories.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/frontend-specialist.agent.md
Optional onboarding-expanded specialist for backend APIs, service reliability, and operational correctness in server-side repositories.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/backend-specialist.agent.md
Optional onboarding-expanded specialist for data modeling, schema evolution, and persistence-layer reliability in data-intensive repositories.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/data-specialist.agent.md
Optional onboarding-expanded specialist for CI/CD, deployment workflows, and runtime operations in delivery-heavy repositories.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/devops-specialist.agent.md
Optional onboarding-expanded specialist for test strategy, automation patterns, and quality assurance practices across all testing levels.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/testing-specialist.agent.md
Optional onboarding-expanded specialist for cloud infrastructure design, IaC practices, and platform architecture in infrastructure-heavy repositories.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/infrastructure-specialist.agent.md
Creates and improves custom GitHub Copilot prompts using first-party best practices from Microsoft, GitHub, OpenAI, and Anthropic.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/prompt-engineer.agent.md
Designs and maintains GitHub Copilot agents, prompts, and custom instructions using first-party best practices from Microsoft, GitHub, OpenAI, and Anthropic.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/copilot-engineer.agent.md
Designs and builds GitHub Copilot agent skills using first-party best practices from GitHub, Anthropic, OpenAI, and Microsoft.
Install
Raw URL
https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/skill-engineer.agent.md
Older agent versions are stored in docs/archive/ for reference only and are not considered active install targets.