Agent skills for Claude Code. Each skill lives in its own folder with a SKILL.md and any bundled resources.
Copy (or symlink) a skill folder into your skills directory:
cp -r diff-dojo ~/.claude/skills/| Skill | Description |
|---|---|
| diff-dojo | Rich, interactive explanation of a code change (diff, branch, or PR) as a self-contained local HTML page: background, intuition, code walkthrough, and a retrieval-practice quiz. |
diff-dojo is based on Geoffrey Litt's original recipe, via ankitg12's explain-diff fork. Its quiz principles are adapted from Matt Pocock's teach skill.