What problem does it solve?
This Skill Unit provides a standardized starter for creating and updating AI Skills. It helps teams bootstrap the essential frontmatter, body structure, and bundled resources, ensuring consistent discovery and activation.
Core Features & Use Cases
- Standardized SKILL.md frontmatter with required fields (name and description) and a concise, reusable body template.
- Bundled resource layout (scripts/, references/, assets/) with example placeholders to demonstrate how to organize tooling, documentation, and output templates.
- Clear guidance for initializing, editing, and packaging Skills, enabling rapid creation of new Skill Units or updates to existing ones.
Quick Start
Run the skill initializer to generate a new skeleton:
- python scripts/init_skill.py <skill-name> --path <path>
Then customize SKILL.md and the example resources in scripts/, references/, and assets/ as needed.
Finally, package the skill into a .skill file:
- python scripts/package_skill.py <path-to-skill-folder> [./dist]