This is an example skill demonstrating the Anthropic SKILL.md format.
This skill shows how to structure procedural guidance for AI coding agents using progressive disclosure.
Load this skill when:
To create a skill:
mkdir my-skill/
---
name: my-skill
description: When to use this skill
---
For detailed information about the SKILL.md specification:
See references/skill-format.md
When this skill is loaded, the base directory is provided:
Base directory: /path/to/my-first-skill
Relative paths resolve from base directory:
references/skill-format.md → /path/to/my-first-skill/references/skill-format.md
scripts/helper.sh → /path/to/my-first-skill/scripts/helper.sh