new-custom-agent
Create new custom agent definition. Triggers on: 'create agent', 'new agent'.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create new custom agent definition. Triggers on: 'create agent', 'new agent'.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | new-custom-agent |
| description | Create new custom agent definition. Triggers on: 'create agent', 'new agent'. |
Guide for creating a new specialized agent in .github/agents/.
Determine the agent's:
performance-analyst)Create .github/agents/NAME.agent.md with this structure:
---
name: Agent Name
description: One-sentence description of the agent's purpose
tools: ['editFiles', 'runCommand', 'search']
---
# Agent: Agent Name
## Role
[What this agent specializes in. Be specific about the domain and responsibilities.]
## Capabilities
- [Capability 1 — what it can do]
- [Capability 2 — what it can do]
- [Capability 3 — what it can do]
## Workflow
1. [Step 1 — how the agent approaches tasks]
2. [Step 2 — analysis or implementation phase]
3. [Step 3 — verification phase]
## Verification
Before claiming work is done, the agent must:
- [Verification step 1]
- [Verification step 2]
## Guidelines
- [Rule 1 — domain-specific constraint]
- [Rule 2 — quality standard]
- [Rule 3 — safety rule]
Add the new agent to the Available Agents table in AGENTS.md:
| Agent Name | `@agent-name` | Brief description of use case |
.github/agents/@agent-name in a Copilot CLI sessionEvaluate architectural decisions, propose ADRs. Triggers on: 'architecture review', 'ADR', 'design review'.
Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'.
Create GitHub pull requests. Triggers on: 'create PR', 'pull request', 'submit PR'.
Evaluate strategic direction changes before execution. Triggers on: 'direction change', 'strategic decision', 'pivot'.
Triage and organize GitHub issues. Triggers on: 'triage', 'triage issues', 'organize backlog'.
Create new instructions file. Triggers on: 'create instructions', 'new instructions'.