What problem does it solve?
This Skill provides guidance and structure for creating and updating Claude Skills, enabling you to extend Claude with domain knowledge, workflows, and tool integrations. It covers the essential anatomy of a Skill, guidance on bundled resources, and practical templates.
Core Features & Use Cases
- Anatomy guidance: Ensures SKILL.md includes required frontmatter (name, description) and a well-organized body.
- Bundled Resources guidance: Explains how to use scripts/, references/, and assets/ to strengthen determinism and context.
- Templates & best practices: Provides structured templates to accelerate Skill creation and updates.
- Use Case Examples: Build Skills that automate domain-specific workflows or tool integrations.
Quick Start
Create a new directory named <skill-name> with SKILL.md at its root, fill the YAML frontmatter with name and description, and write the operational instructions in the Markdown body. If needed, add optional folders like scripts/ or references/ to bundle assets and tooling. After implementing, validate that the Skill follows the required structure.