What problem does it solve?
This Skill helps you design, configure, and document Claude Code agents so they reliably trigger for the right requests and follow a robust system-prompt workflow.
Core Features & Use Cases
- Agent file format guidance: Defines how to structure an agent as a markdown file with YAML frontmatter plus a system-prompt body.
- Triggerable agent descriptions: Shows how to write descriptions with concrete triggering conditions and multiple example blocks so the right agent activates.
- Operational configuration support: Covers required fields like name, description, model, color, and optional tool restrictions via least-privilege.
- System prompt engineering: Provides a template for responsibilities, process steps, quality standards, output format, and edge-case handling.
Quick Start
Use the agent-development skill to generate a Claude Code agent markdown file by writing a YAML frontmatter with name, description (including 2-4 examples), model set to inherit, and an appropriate color, then add a second-person system prompt that specifies responsibilities, process, output format, and edge cases.