What problem does it solve? Writing a well-formed agent skill requires knowing the exact SKILL.md structure, frontmatter rules, description conventions, and when to split content into scripts or reference files. This Skill guides the creation process so new skills are discoverable, concise, and correctly organized. ## Core Features & Use Cases - Structured authoring workflow: Gathers requirements, drafts the skill, and reviews it with the user in three clear steps. - SKILL.md template and description rules: Provides a ready template plus concrete guidance on writing trigger-rich descriptions that agents can match to user requests. - Bundling guidance: Explains when to add utility scripts for deterministic tasks and when to split content into REFERENCE.md or EXAMPLES.md files. - Use Case: A user wants to build a new skill for generating API client code. This Skill walks them through defining the description triggers, drafting the instructions, and deciding whether helper scripts are needed. ## Quick Start Ask the agent to help you create a new skill for your chosen task and answer its questions about scope, triggers, and resources.