What problem does it solve?
Provides a clear, repeatable process and templates to avoid inconsistent, verbose, or context-heavy SKILL.md files and to speed up creating well-structured, discoverable agent skills.
Core Features & Use Cases
- Skill scaffolding: Instructions and templates for initializing a new skill folder, SKILL.md frontmatter, and agents/openai.yaml UI metadata.
- Resource guidance: Recommendations for when to include scripts, references, and assets and how to organize them for progressive disclosure.
- Validation and maintenance: Includes scripts and guidance to generate openai.yaml and run quick validation to ensure frontmatter correctness and naming rules.
- Use Case: An engineer needs to add a new capability to an agent; follow this guide to scaffold the skill, add deterministic scripts, and validate the SKILL.md so the agent can discover and use it reliably.
Quick Start
Use the skill-creator to scaffold and validate a new skill named 'my-skill' with a proper SKILL.md, agents/openai.yaml, and any required scripts or references.