vscode-agent-creator
Installation
SKILL.md
VS Code Copilot Custom Agent Creator
Trigger Scenarios
Use when the user needs to create a custom Copilot Agent in VS Code, configure a specialized AI role, define handoff workflows, set tool permissions, or write agent instructions. Trigger keywords include "create agent", "custom agent", "VS Code agent", "copilot agent", "agent.md", "handoff", etc.
⚡ Workflow
- Understand requirements → Ask user about: agent role, available tools, whether handoff chain is needed
- Generate file → Create
.agent.mdfile following the template - Placement → Tell user to place it in
.github/agents/(workspace) or~/.copilot/agents/(user-level)
File Locations
| Scope | Path |
|---|---|
| Workspace | .github/agents/<name>.agent.md |
| Claude format | .claude/agents/<name>.md |
| User-level | ~/.copilot/agents/<name>.agent.md |