What problem does it solve? Building a well-structured skill requires knowing the SKILL.md format, frontmatter rules, and packaging conventions, which is error-prone when done manually. This Skill guides the full lifecycle of creating, validating, and packaging skills so they trigger correctly and stay concise. ## Core Features & Use Cases - Skill Initialization: Run init_skill.py to scaffold a new skill directory with a SKILL.md template and example scripts, references, and assets folders. - Validation and Packaging: Use quick_validate.py and package_skill.py to check frontmatter, naming conventions, and description quality, then bundle the result into a distributable .skill file. - Design Guidance: Apply progressive disclosure principles and proven workflow/output patterns from the bundled reference files. - Use Case: You want to build a pdf-editor skill. Use this Skill to scaffold the directory, write a compliant SKILL.md, add a rotate script, validate everything, and package it into pdf-editor.skill for distribution. ## Quick Start Create a new skill named pdf-editor using the skill-creator and package it into a distributable .skill file.