What problem does it solve?
This Skill enables teams to bootstrap consistent Skill units for Codex by generating a standard SKILL.md frontmatter and optional resource scaffolds. It ensures all Skills start from a clean, uniform foundation that is easy to customize and reuse.
Core Features & Use Cases
- Template generation: Creates a canonical SKILL.md with required frontmatter and a clear body structure.
- Resource scaffolding: Optionally creates scripts/, references/, and assets/ directories to accelerate development.
- Guided organization: Provides templates and patterns to structure multi-step workflows or tool collections for repeatable skills.
- Validation & packaging readiness: Integrates with quick_validate.py and package_skill.py to validate the Skill and produce distributable .skill files.
Quick Start
Example: python scripts/init_skill.py my-skill --path skills/ --resources scripts,references,assets --examples