What problem does it solve?
This skill guides teams through creating and standardizing new Claude Skills, offering templates, guidelines, and a repeatable workflow to ensure consistency and quality across skills.
Core Features & Use Cases
- Structured scaffolding: Provides a ready-to-use skeleton for new skills, including frontmatter and resource directories.
- Template-driven workflow: Enforces best practices for SKILL.md, scripts, references, and assets to speed up skill creation.
- Packaging readiness: Outlines steps for validation, packaging, and iteration to prepare skills for distribution.
- Use Case: A product team wants a new skill to standardize onboarding guidance; this guide helps them generate and customize a new skill efficiently.
Quick Start
Run the scaffold command to generate a new skill skeleton, then customize SKILL.md and resources:
- python scripts/init_skill.py my-new-skill --path skills/public
- Edit the generated SKILL.md to complete the frontmatter
- Optional: add scripts/references/assets and run packaging when ready