What problem does it solve? Writing a well-structured skill requires knowing the SKILL.md format, frontmatter rules, and packaging conventions; this Skill guides the entire creation workflow from planning to a distributable .skill file. ## Core Features & Use Cases - Skill Scaffolding: Run init_skill.py to generate a template skill directory with SKILL.md frontmatter and example scripts, references, and assets folders. - Validation and Packaging: Use quick_validate.py and package_skill.py to check naming, description trigger cues, and Overview sections, then bundle the result into a .skill zip file. - Design Guidance: Apply progressive disclosure principles and workflow/output patterns from the bundled references to keep skills concise and effective. - Use Case: When asked to "package this workflow as a skill", follow the six-step process to understand usage examples, plan reusable resources, initialize the directory, write SKILL.md, and package the validated result. ## Quick Start Create a new skill named pdf-rotator using the skill-creator workflow and package it into a distributable .skill file.