What problem does it solve? Building a well-structured skill requires knowing the SKILL.md frontmatter format, resource organization, and packaging rules, which is easy to get wrong without guidance. This Skill provides the complete methodology and tooling to design, initialize, validate, and package skills correctly. ## 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. - Design Guidance: Apply progressive disclosure principles, workflow patterns, and output patterns from bundled reference files to write concise, effective instructions. - Validation & Packaging: Run package_skill.py to validate frontmatter, naming conventions, and structure, then produce a distributable .skill zip file. - Use Case: You want to build a pdf-editor skill. Use this Skill to plan reusable resources, scaffold the directory, write the SKILL.md, and package it into pdf-editor.skill for distribution. ## Quick Start Create a new skill called pdf-editor using the skill-creator workflow and package it into a distributable .skill file.