What problem does it solve? Writing a well-structured agent skill requires knowing the SKILL.md format, 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 from the start. ## Core Features & Use Cases - Guided Skill Authoring: Walks through requirement gathering, drafting, and review to produce a complete skill directory. - Description Best Practices: Enforces the trigger-based description format ("Use when...") that agents rely on for skill selection. - Structure Guidance: Defines when to add scripts, split content into REFERENCE.md or EXAMPLES.md, and how to keep SKILL.md concise. - Use Case: You want to build a new skill for extracting data from log files. This Skill helps you draft the SKILL.md frontmatter, write a discoverable description, and decide whether helper scripts are needed. ## Quick Start Help me create a new agent skill for validating YAML configuration files.