Skip to content

Latest commit

 

History

History
227 lines (139 loc) · 14.4 KB

File metadata and controls

227 lines (139 loc) · 14.4 KB

Agents

Reusable GitHub Copilot agent files for specialized workflows.

How to use agent files

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.

Onboarding tags

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-tags containing onboarding-core are mandatory for onboarding flows.
  • Agents with onboarding-tags containing onboarding-expanded are 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-core to its onboarding-tags metadata comment.
  • To add an optional specialist onboarding agent, add onboarding-expanded with a capability tag (for example: frontend, backend, data, devops).

Agent catalog


Reviews code for quality, maintainability, and adherence to project standards. Provides actionable feedback without modifying code.

Install

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

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

Install in VS Code Install in VS Code Insiders

Raw URL

https://raw.githubusercontent.com/NoahJenkins/Copilot-Stuff/main/agents/skill-engineer.agent.md

Archived agent versions

Older agent versions are stored in docs/archive/ for reference only and are not considered active install targets.