What problem does it solve?
This Skill guides plugin developers to create a new, self-contained skill unit within the Claude plugin marketplace by standardizing the required SKILL.md, its frontmatter, and the overall skill structure.
Core Features & Use Cases
- Standardized directory layout: plugins/<plugin-name>/skills/<skill-name>/ with a SKILL.md at the root, plus optional scripts/, references/, and assets/ folders.
- Clear SKILL.md requirements: YAML frontmatter must define name and description; the body explains instructions, examples, and how the skill is activated.
- Three content levels: Metadata (name and description), Instructions (operational content), Resources (scripts, references, assets) loaded on demand.
- Quick-start workflow: how to create a new skill and wire it into a plugin so it becomes discoverable by the marketplace.
Quick Start
Create a new skill directory under your plugin (plugins/<plugin-name>/skills/<skill-name>/), add SKILL.md with the required frontmatter and body, and include any optional resources as needed.