What problem does it solve?
Skills are hard to design and package consistently. This Skill Unit provides a standardized template and workflow to create modular Claude Skills, including frontmatter, scaffolding for scripts/references/assets, and tooling for validation and packaging.
Core Features & Use Cases
- Guided SKILL.md creation with required name and description frontmatter.
- Structured resource scaffolding with optional scripts/, references/, and assets/ directories.
- Integrated tooling like init_skill.py and package_skill.py to automate skill creation and packaging.
- Reusable patterns for Workflow-Based, Task-Based, and Reference/Guidelines structures to fit various skill types.
- Use cases: teams building domain-specific skills, rapid prototyping of new capabilities, and standardizing skill quality across an organization.
Quick Start
Run the init_skill.py script to scaffold a new skill, then customize SKILL.md and the bundled resources before packaging with package_skill.py.