What problem does it solve?
Creating Claude skills from scratch or updating existing ones is error-prone and repetitive. This Skill provides templates, frontmatter scaffolding, and guidance to design, document, and package skills with consistent structure and reusable resources.
Core Features & Use Cases
- Standardized SKILL.md frontmatter with name and description, plus a clear Markdown body outlining usage.
- Reusable scaffolds for resource directories (scripts/, references/, assets/) to accelerate skill creation and packaging.
- Packaging-ready templates and step-by-step guidance for validation and distribution to users.
- Use Case: A team wants to stand up a new "text-cleaning" skill; they generate the template, fill in details, add a simple script in scripts/, and publish a zip package.
Quick Start
- Run: python scripts/init_skill.py my-new-skill --path skills/public
- Edit SKILL.md to complete the description and replace placeholders
- Validate and package: python scripts/package_skill.py skills/public/my-new-skill to generate my-new-skill.zip