What problem does it solve? Building a well-structured skill from scratch requires knowing the SKILL.md frontmatter format, directory conventions, and packaging rules, which is error-prone when done manually. ## Core Features & Use Cases - Skill Scaffolding: Run scripts/init_skill.py to generate a new skill directory with a templated SKILL.md and example scripts/, references/, and assets/ folders. - Validation and Packaging: Use scripts/package_skill.py to validate frontmatter, naming conventions, and description quality, then produce a distributable zip file. - Authoring Guidance: Follow the six-step creation process covering concrete examples, resource planning, editing style, and iteration. - Use Case: When asked to build a new skill such as a pdf-editor, use this skill to initialize the directory, write the SKILL.md instructions, and package the result into a zip for distribution. ## Quick Start Create a new skill named pdf-editor using the skill-creator process and package it into a zip file.