What problem does it solve? Designing Claude Code agents from scratch is error-prone: missing YAML frontmatter fields, vague descriptions without usage examples, inconsistent section ordering, and unclear persona definitions all lead to agents that are hard to discover and maintain. This Skill enforces a standardized agent template so every agent is complete, discoverable, and well-documented. ## Core Features & Use Cases - Agent creation and updates: Generate complete agent files with required YAML frontmatter (name, description, tools, model, color) and add missing sections to existing agents. - Structured requirement gathering: Choose guided, inference, or batch mode to define personas, tools, model, color, and hard constraints with critical analysis of vague inputs. - Utility script and example generation: Produce Python, PowerShell, or Bash automation scripts, example usage scripts, and output format documentation for agents doing large-scale or parallel analysis. - Use Case: You need an autonomous agent to analyze test coverage across 75 API endpoints. The Skill infers the name, personas, tools, and model, generates the full agent file with rich description examples, and scaffolds parallel execution scripts. ## Quick Start Ask the assistant to create an agent for autonomous test gap analysis and choose guided mode to define its personas, tools, and constraints step by step.