What problem does it solve?
This Skill provides a structured, template-driven approach to creating, updating, and packaging Claude skills. It generates a compliant SKILL.md frontmatter, starter resource directories (scripts/, references/, assets/), and tooling to streamline skill provisioning and distribution.
Core Features & Use Cases
- Template-based SKILL.md generation to ensure consistent metadata and formatting
- Starter resource scaffolding (scripts/, references/, assets/) for quick experimentation
- Init and packaging tooling (scripts/init_skill.py and scripts/package_skill.py) to accelerate skill creation and distribution
- Progressive disclosure guidance and references to best practices (references/workflows.md, references/output-patterns.md)
- Simple workflow for iterating and maintaining skill quality across teams
Quick Start
Run scripts/init_skill.py <skill-name> --path <output-directory> to scaffold a new skill with SKILL.md and starter resources.