What problem does it solve? Writing a well-formed agent skill requires knowing the SKILL.md format, description conventions, and when to split content into scripts or reference files. This Skill guides the creation of new skills so they are discoverable and correctly structured. ## Core Features & Use Cases - Structured Skill Authoring: Provides a SKILL.md template with required YAML frontmatter (name, description) and recommended body sections. - Description Guidance: Explains how to write trigger-rich descriptions so agents can select the right skill from the system prompt. - Progressive Disclosure Rules: Defines when to add utility scripts, split content into REFERENCE.md or EXAMPLES.md, and keep SKILL.md under 100 lines. - Use Case: When you want to package a repeatable workflow as a reusable agent skill, this Skill walks you through requirements gathering, drafting, and a review checklist. ## Quick Start Ask the agent to create a new skill for your chosen task and answer its questions about use cases, scripts, and reference materials.