What problem does it solve? Building a well-structured skill requires knowing the SKILL.md format, frontmatter rules, and packaging conventions, which is easy to get wrong without guidance. This Skill provides the complete workflow, templates, and validation tooling to create and distribute skills correctly. ## Core Features & Use Cases - Skill Scaffolding: Run init_skill.py to generate 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 effective SKILL.md instructions. - Validation & Packaging: Validate frontmatter, naming conventions, and description quality, then package the result into a distributable .skill file with package_skill.py. - Use Case: You want to build a pdf-editor skill. Use this Skill to scaffold the directory, write the SKILL.md following best practices, validate it, and package it into pdf-editor.skill for distribution. ## Quick Start Create a new skill named pdf-editor using the skill-creator workflow and package it into a distributable .skill file.