What problem does it solve? Creating well-structured skills for Claude requires knowing the SKILL.md format, frontmatter rules, and resource organization, which is easy to get wrong without guidance and tooling. ## 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. - 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: Follow built-in principles on progressive disclosure, degrees of freedom, and workflow or output patterns documented in the references directory. - Use Case: When you want to build a new skill for PDF processing, use this skill to scaffold the directory, write the SKILL.md instructions, validate the structure, and package it for distribution. ## Quick Start Create a new skill called pdf-rotator using the skill-creator scaffolding script and then package it for distribution.