What problem does it solve? Creating a new Agent Skill from scratch often leads to vague descriptions, bloated SKILL.md files, duplicated capabilities, and inconsistent structure. This Skill provides a complete workflow for designing, writing, and validating effective Agent Skills that agents can reliably discover and apply. ## Core Features & Use Cases - Structured Creation Workflow: Walks through discovery, prior-art research, design, implementation, and validation phases for building a new skill. - Authoring Standards: Enforces SKILL.md frontmatter rules (name, description), third-person trigger-rich descriptions, a 500-line limit, progressive disclosure, and an AI overview layer covering purpose, capabilities, and use scenarios. - Prior-Art Research: Checks sibling skills, the managed skill source, and community examples before drafting, borrowing structure and anti-patterns without copying content. - Use Case: When you want to turn a repeated team workflow (e.g., database migration review) into a reusable skill, this Skill helps you gather requirements, survey existing skills, draft the SKILL.md, and validate it against a quality checklist. ## Quick Start Ask the agent to create a new skill for your workflow, for example: create a skill that reviews database migration scripts for lock risks and rollback safety.