What problem does it solve? Writing a well-formed agent skill requires knowing the correct SKILL.md structure, frontmatter rules, description conventions, and when to split content into scripts or reference files. This Skill guides you through that process so new skills are discoverable and correctly structured. ## Core Features & Use Cases - Guided Skill Authoring: Walks through requirement gathering, drafting, and user review for new skills. - Structure Templates: Provides a SKILL.md template, directory layout, and description-writing rules with good and bad examples. - Splitting Guidance: Explains when to add utility scripts and when to split content into separate reference files. - Use Case: You want to build a new skill for extracting data from spreadsheets. Use this Skill to draft the SKILL.md with a proper description, decide whether scripts are needed, and validate the result against the review checklist. ## Quick Start Help me write a new skill that converts Markdown documents into styled HTML pages.