What problem does it solve? Creating a well-structured skill requires knowing the SKILL.md format, frontmatter rules, and packaging conventions. This Skill guides you through designing, initializing, 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. - Design Guidance: Apply progressive disclosure principles, workflow patterns, and output patterns from bundled reference files to keep skills lean and effective. - Validation & Packaging: Use package_skill.py to validate frontmatter, naming conventions, and structure, then bundle the result into a distributable .skill file. - Use Case: You want to build a pdf-editor skill. This Skill helps you gather usage examples, plan reusable scripts, scaffold the directory, write the SKILL.md, and package it for distribution. ## Quick Start Create a new skill named pdf-editor using the skill-creator workflow and initialize it in my skills directory.