What problem does it solve? Writing Claude Code plugin agents that trigger reliably and behave autonomously requires precise frontmatter fields, well-structured system prompts, and carefully worded trigger descriptions, which are easy to get wrong without guidance. ## Core Features & Use Cases - Agent File Authoring: Provides the complete agent markdown format with required frontmatter fields (name, description, model, color, tools) and naming/length validation rules. - System Prompt Patterns: Supplies proven templates for analysis, generation, validation, and orchestration agents, plus triggering best practices with prose-based "When to invoke" scenarios. - Validation & Testing: Includes a validate-agent.sh script that checks frontmatter structure, required fields, and system prompt length, plus guidance for testing trigger conditions. - Use Case: When building a plugin that needs a code review agent, use this Skill to generate the agent file with correct frontmatter, a structured system prompt, and trigger scenarios, then validate it with the bundled script. ## Quick Start Create a Claude Code agent that reviews pull requests for code quality issues, with proper frontmatter and trigger scenarios.