What problem does it solve?
This Skill provides a comprehensive framework and best practices for creating self-contained, discovery-friendly skills that extend an AI assistant's capabilities with domain-specific knowledge, workflows, and tooling.
Core Features & Use Cases
- Structured scaffold for new skills with a mandatory SKILL.md frontmatter containing name and description.
- Guidance on organizing optional resources (scripts/, references/, assets/) to support deterministic tasks, in-depth references, and output templates.
- Progressive disclosure design principles that keep metadata lightweight while loading full instructions only when needed.
- Reusable design patterns (Workflow-Based, Task-Based, Reference/Guidelines, Capabilities-Based) to organize complex capabilities.
- Step-by-step skill creation lifecycle: understanding, planning reusable contents, initialization, editing, packaging, and iteration.
Quick Start
Initialize a new skill using the provided template, then tailor SKILL.md and add optional resources as needed.