What problem does it solve?
This skill helps plugin authors design, validate, and document autonomous agents for Claude Code by providing clear frontmatter templates, triggering example patterns, system prompt design guidance, and validation workflows that make agents discoverable and reliable.
Core Features & Use Cases
- Agent file format & frontmatter: Clear rules for name, description with examples, model, color, and optional tools to ensure consistent discovery and naming.
- System prompt design: Templates and patterns for writing second-person, step-by-step system prompts that include responsibilities, process, output format, and edge cases.
- Validation & testing: Scripts and guidelines to validate agent files, test triggering behavior, and ensure agents follow project standards.
- Use Case: Create a code-reviewer agent with concrete triggering examples, an inherit model, blue color, and a structured system prompt to run automated reviews.
Quick Start
Create an agent named code-reviewer with triggering examples, model inherit, color blue, and a full system prompt following the Agent Development templates.