What problem does it solve? Building a well-structured skill for Claude requires knowing the SKILL.md format, frontmatter rules, resource organization, and packaging steps, which is easy to get wrong without guidance. ## Core Features & Use Cases - Skill Scaffolding: Run init_skill.py to generate a complete skill directory with a SKILL.md template and example scripts, references, and assets folders. - Validation and Packaging: Use package_skill.py to validate frontmatter, naming conventions, and structure, then bundle the skill into a distributable .skill file. - Design Guidance: Follow built-in principles on progressive disclosure, degrees of freedom, and workflow or output patterns documented in the references folder. - Use Case: When you want to teach Claude a repeatable workflow like rotating PDFs, use this skill to plan the resources, scaffold the directory, write the SKILL.md, and package it for distribution. ## Quick Start Create a new skill called pdf-rotator using the skill-creator and package it into a .skill file.