What problem does it solve?
This Skill scaffolds a complete, reusable skill directory (SKILL.md, optional resources) so repeated Claude prompts can be packaged and reused as portable skills.
Core Features & Use Cases
- Scaffolding: Generates a standard skill layout with a frontmatter-enabled SKILL.md, ready to customize.
- Bundled Resources: Provides optional scripts/, references/, and assets/ directories to support deterministic tasks, in-depth references, and templated outputs.
- Packaging & Validation: Includes tooling to validate structure and package skills into .skill files for distribution.
Quick Start
Run the initialization command to create a new skill using the included template: python scripts/init_skill.py <skill-name> --path ./skills. Then customize SKILL.md and resources and package with: python scripts/package_skill.py <skill-folder>.