What problem does it solve?
This Skill guides users through producing production-ready Claude Code sub-agents that conform to Anthropic's patterns, including YAML frontmatter, tool configuration, and system prompts. It streamlines creating domain-specific agents (e.g., code-reviewer, debugger) and personal or team-level agents with secure defaults.
Core Features & Use Cases
- Frontmatter generation: ensures required fields (name, description)
- Tool configuration: security-conscious defaults and explicit permission settings
- Model selection: supports inherit, sonnet, opus, haiku
- System prompt scaffolding: defines role, approach, constraints
- Validation guidance: tests and best-practices for agent quality
Quick Start
Use this skill to generate a new sub-agent by answering a few prompts; you will get a ready-to-use Markdown file at .claude/agents/<agent-name>.md (project-level) or ~/.claude/agents/ (user-level).