What problem does it solve?
This Skill provides a standardized approach for creating or updating agent Skills within the Codex ecosystem, reducing setup time and ensuring consistent structure.
Core Features & Use Cases
- Template generation: Creates SKILL.md frontmatter with required name and description and a complete body scaffold.
- Resource scaffolding: Creates optional directories (scripts/, references/, assets/) ready to customize.
- Validation & packaging: Includes quick validation hooks and packaging workflow to share skills.
- Use cases: Onboard new skills or update existing ones for Codex integrations.
Quick Start
Run the Skill Initializer to bootstrap a new skill: python scripts/init_skill.py my-skill --path skills/public --resources scripts,references,assets
Then customize the generated SKILL.md, and adjust/add resources as needed
Validate and package when ready:
Validate: python quick_validate.py skills/public/my-skill
Package: python scripts/package_skill.py skills/public/my-skill ./dist