What problem does it solve? Writing effective AgentSkills requires knowing the SKILL.md spec, frontmatter rules, progressive disclosure patterns, and packaging conventions—this Skill encodes that procedural knowledge so new or existing skills are created and improved consistently. ## Core Features & Use Cases - Skill Authoring Workflow: Guides a six-step process from understanding use cases through initialization, editing, and packaging. - Spec & Structure Guidance: Enforces frontmatter rules (name, description), naming conventions, and the scripts/references/assets resource model. - Audit & Improvement: Reviews existing skills for context bloat, stale content, and spec compliance, then restructures them. - Use Case: Ask the agent to create a new 'pdf-editor' skill; it initializes the directory with init_skill.py, drafts the SKILL.md, adds reusable scripts, and packages it into a distributable .skill file. ## Quick Start Ask the agent to create a new skill for a task you repeat often, or to review and tidy up an existing skill directory.