What problem does it solve? Building autonomous agents for Claude Code plugins requires precise frontmatter fields, well-crafted triggering descriptions, and structured system prompts, and mistakes in any of these cause agents to fail to trigger or behave unpredictably. ## Core Features & Use Cases - Agent File Authoring: Provides the complete agent markdown format covering name, description, model, color, and tools frontmatter fields with validation rules. - System Prompt Patterns: Supplies proven templates for analysis, generation, validation, and orchestration agents with responsibilities, process steps, and output formats. - Triggering Examples: Documents the example block format with context, user message, and commentary so agents trigger reliably on the right requests. - Use Case: When building a plugin that needs a code review agent, use this Skill to generate the agent file with proper triggering examples, then validate it with the included validation script. ## Quick Start Ask the AI to create a Claude Code agent that reviews pull requests, including frontmatter, triggering examples, and a structured system prompt.