What problem does it solve? Writing Claude Code agents requires precise frontmatter fields, triggering examples, and well-structured system prompts, and mistakes in any of these cause agents to trigger unreliably 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. - Triggering Example Design: Documents the example block format with context, user message, assistant response, and commentary so agents activate at the right moments. - System Prompt Patterns: Supplies reusable templates for analysis, generation, validation, and orchestration agents plus an AI-assisted generation prompt that outputs JSON. - Use Case: When building a plugin that needs a code review agent, use this Skill to generate the frontmatter with triggering examples, write the system prompt, and validate the result with the included script. ## Quick Start Create a Claude Code agent that reviews pull requests for security issues and validate the resulting agent file.