What problem does it solve? Writing Claude Code plugin agents requires precise frontmatter fields, triggering examples, and well-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 Markdown format with YAML frontmatter covering name, description, model, color, and tools fields. - Triggering Design: Guides writing description fields with 2-4 example blocks so agents activate under the right conditions. - System Prompt Templates: Supplies structured templates for responsibilities, analysis processes, output formats, and edge cases. - Use Case: When building a plugin that needs an autonomous code reviewer, use this Skill to generate a valid agent file with correct identifier rules, triggering examples, and a second-person system prompt, then validate it with the included scripts. ## Quick Start Create a Claude Code agent named code-reviewer that triggers on pull request feedback requests and follows the standard frontmatter and system prompt structure.