What problem does it solve? Building a well-structured skill requires knowing the SKILL.md format, frontmatter rules, and resource organization. This Skill guides the end-to-end creation of new skills and provides scripts that initialize templates, validate structure, and package skills into distributable zip files. ## Core Features & Use Cases - Skill Initialization: Run scripts/init_skill.py to generate a complete skill directory with a SKILL.md template and example scripts/, references/, and assets/ folders. - Validation & Packaging: Use scripts/package_skill.py to validate frontmatter, naming conventions, and description quality, then bundle the skill into a zip file. - Authoring Guidance: Follow a six-step process covering concrete examples, resource planning, editing style, and iteration. - Use Case: When asked to build a pdf-editor skill, use this Skill to scaffold the directory, write compliant SKILL.md instructions, and package the result for distribution. ## Quick Start Create a new skill named pdf-editor in the current workspace using the skill-creator initialization script.