What problem does it solve?
The Skill Creator addresses the need for consistent, reusable AI-enabled skills by guiding users to create, structure, and maintain Skill units with frontmatter, body instructions, and bundled resources.
Core Features & Use Cases
- Templates and frontmatter enforcement: Ensures each skill has a name and description, and adheres to the SKILL.md structure.
- Structured guidance: Walks through SKILL.md anatomy, including references, assets, and scripts to organize complex guidance.
- Reference-driven workflows: Provides starter references and templates to accelerate skill creation and standardization.
Quick Start
Create a new skill folder named <skill-name> with SKILL.md at its root containing YAML frontmatter (name and description) and a Markdown body. Add optional resources as needed in scripts/, references/, and assets/. Use references/skill-template.md as a starting point to craft your SKILL.md and keep the body concise. Example: instantiate with a skill-creator skeleton and adapt to your domain.