create-custom-agent

Solid

Creates VS Code custom agent files (.agent.md) for specialized AI personas with tools, instructions, and handoffs. Use when scaffolding new custom agents, configuring agent workflows, or setting up agent-to-agent handoffs.

AI & Automation 3,357 stars 247 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create Custom Agent This skill helps you create VS Code custom agent files that define specialized AI personas for development tasks. Custom agents configure which tools are available, provide specialized instructions, and can chain together via handoffs. ## When to Use - Creating a new custom agent from scratch - Scaffolding an `.agent.md` file with proper frontmatter - Setting up agent-to-agent handoffs for multi-step workflows - Configuring tool restrictions for specialized roles (planner, reviewer, etc.) - Creating workspace-shared or user-profile agents ## When Not to Use - Creating instruction files (use `.instructions.md` instead) - Creating reusable prompts (use `.prompt.md` instead) - Modifying existing agents (edit the file directly) ## Inputs | Input | Required | Description | |-------|----------|-------------| | Agent name | Yes | Descriptive name for the agent (e.g., `planner`, `code-reviewer`) | | Description | Yes | Brief description shown as placeholder text in chat | | Purpose/Persona | Yes | What role the agent plays and how it should behave | | Tools | Recommended | List of tools or tool sets the agent can use | | Handoffs | Optional | Next-step agents to transition to after completing work | ## Workflow ### Step 1: Create the agent file Create a file with `.agent.md` extension in the `agents/` directory: ``` agents/<agent-name>.agent.md ``` ### Step 2: Add YAML frontmatter Add the header with required and optional fields: ```yaml --- name: ...

Details

Author
dotnet
Repository
dotnet/skills
Created
4 months ago
Last Updated
today
Language
C#
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category