What problem does it solve?
Skill Creator helps you design reliable, discoverable skills that are easy to trigger, cheap in context, and dependable in execution—without stuffing long guidance into the runtime prompt.
Core Features & Use Cases
- Lean, structured skill authoring: Keeps the execution contract in SKILL.md while moving deep details into references.
- Trigger-ready workflow design: Encourages concise trigger semantics, success criteria, and explicit command contracts.
- Repeatable scaffolding and packaging: Uses initializer and packaging workflows to standardize structure and reduce distribution mistakes.
- Optional UI metadata generation: Supports agents/openai.yaml generation for user-facing discovery.
Quick Start
Use the skill creator to scaffold a new skill named "my-skill" under the workspace skills directory by running: python3 scripts/init_skill.py my-skill --path skills --resources scripts,references,assets --examples.