What problem does it solve? Writing a well-formed agent skill requires knowing the SKILL.md format, frontmatter rules, description conventions, and when to split content into scripts or reference files. This Skill guides that process so new skills are discoverable and correctly structured. ## Core Features & Use Cases - Structured authoring process: Gathers requirements, drafts the skill, and reviews it with the user in three steps. - SKILL.md template and description rules: Provides a ready template plus concrete guidance on writing trigger-rich descriptions under 1024 characters. - Splitting and scripting guidance: Explains when to add utility scripts, when to split content into REFERENCE.md or EXAMPLES.md, and includes a review checklist. - Use Case: You want to package a repeatable workflow as a reusable agent skill. This Skill walks you from requirements to a complete, review-ready skill directory. ## Quick Start Help me write a new skill for converting Markdown notes into slide decks, including the SKILL.md and any helper scripts it needs.