## What problem does it solve?
Provides a ready-made scaffold to create new Skill Units, ensuring consistent SKILL.md frontmatter, structure, and bundled resource placeholders so teams can iterate faster.
## Core Features & Use Cases
- Standardized scaffolding: Generates a new skill directory with a valid SKILL.md frontmatter and example resource templates (scripts, references, and assets).
- Guided packaging & validation: Includes utilities to validate and package the skill for distribution.
- Onboarding for teams: Reduces setup time for new skills and enforces consistent best practices.
### Quick Start
Use the Skill Init to generate a starter skill, customize SKILL.md and placeholders, then validate and package:
- Run
scripts/init_skill.py <skill-name> --path <output-directory>
- Optionally customize the example resources under
scripts/, references/, and assets/
- Validate with
scripts/quick_validate.py <skill-directory>
- Package with
scripts/package_skill.py <skill-directory> [./dist]