What problem does it solve?
This Skill provides a clear, repeatable blueprint for creating specialized Claude Code subagents, including YAML frontmatter templates, system-prompt structure, and deployment guidance, so teams can rapidly compose new agents with consistent quality.
Core Features & Use Cases
- Frontmatter templates for name, description, model, and tools to ensure consistent agent definitions.
- System prompt guidance covering identity, capabilities, behavior, knowledge base, response style, and example interactions.
- Project structure guidance for placing subagent definitions in .claude/agents/ or user-level agents, plus testing and deployment steps.
- Use cases include creating new subagents for security auditing, data processing, or workflow automation, and standardizing agent configurations across teams.
Quick Start
Create a new Claude Code subagent by providing a unique name and description, and save it as a Markdown file with YAML frontmatter at the appropriate .claude/agents/ path, then fill in the system prompt content and example sections as described.