What problem does it solve?
This Skill provides a comprehensive guide for creating modular, self-contained Agent Skills, enabling Claude to dynamically acquire specialized knowledge. It solves the challenge of managing vast amounts of context by implementing progressive disclosure, ensuring efficient token usage while supporting unbounded expertise.
Core Features & Use Cases
- Skill Structure & Progressive Disclosure: Learn to organize skills with
SKILL.md, scripts/, references/, and assets/ to load context only when needed, optimizing token efficiency.
- Seven-Step Workflow: Follow a structured process from understanding use cases and planning resources to initialization, editing, documentation, validation, and iteration.
- AI-Centric Writing: Master writing clear, imperative instructions and descriptions tailored for AI consumption, ensuring Claude activates and utilizes skills effectively.
- Use Case: When developing a new skill for Git operations, use this guide to structure your
SKILL.md with core concepts, place detailed conventional commit specifications in references/conventional-commits.md, and include a script for commit analysis in scripts/analyze-commit.sh.
Quick Start
Create a new skill directory named 'my-new-skill' with a 'SKILL.md' file and optional 'scripts', 'references', and 'assets' subdirectories.