What problem does it solve?
Helps users design, edit, and validate Claude Code subagent definition files so that agents have clear responsibilities, safe tool permissions, and consistent output formats, reducing misconfiguration and unreliable delegations.
Core Features & Use Cases
- Agent authoring: Guided frontmatter and system-prompt templates for creating .claude/agents/.md or ~/.claude/agents/.md files.
- Validation workflow: Multi-phase process including requirement confirmation, three-pass logical self-check, and verification steps (load, manual trigger, auto-delegate, tool permission tests).
- Safety and tooling guidance: Best practices for tools white-listing, permissionMode, hooks, memory, and preventing common mistakes like accidental MCP inheritance.
- Use case: Turn a written agent brief into a production-ready agent file, run diagnostics, and produce a validation report before deployment.
Quick Start
Describe the agent's purpose, required tools, inputs, and desired output template and ask the skill to generate or update the agent file in .claude/agents and perform the three-pass validation.