What problem does it solve?
This Skill provides a formal, repeatable blueprint for creating new agent skills, ensuring consistent structure, documentation, and bundled resources so teams can ship reliable capabilities faster.
Core Features & Use Cases
- Structured templates: Enforces a root SKILL.md with name/description frontmatter and optional REFERENCE.md, EXAMPLES.md, and a scripts/ directory for deterministic tasks.
- Guided workflow: Includes a step-by-step process (gather requirements, draft, review) to produce clear, reusable skills.
- Maintainability and discovery: Supports optional reference materials and a standard review checklist to ensure consistency across skills.
Quick Start
Create a new skill directory with SKILL.md frontmatter (name and description), and add optional REFERENCE.md, EXAMPLES.md, and scripts/ only if deterministic tasks are needed, following the template to outline workflows.