A personal collection of Claude Code skills battle-tested from real work Β· or just nice enough to keep around
Each top-level directory is a self-contained skill. Drop it into ~/.claude/skills/ or bundle it as a plugin β no build step, no dependencies, nothing to install.
π§± |
Trigger phrases
|
Every skill in this repo follows the same shape:
<skill-name>/
βββ SKILL.md # frontmatter + invocation rules
β # β the harness reads ONLY this to decide when to trigger
βββ resources/ # templates, reference docs, anything the skill loads at runtime
The description field in SKILL.md's frontmatter is what gets matched against user intent. Make it specific and pack it with trigger phrases β not marketing copy.
- π¨ Semantic over decorative β colors map to roles (frontend / backend / storage / API / boundary), not aesthetics
- π Self-contained outputs β generated artifacts should render from
file://with no dev server β οΈ Honesty rules β diagrams and outputs flag illustrative vs. confirmed detail; never fabricate to look complete- π One source of truth per spec β when tokens are duplicated across files for self-containment, keep them in sync
Full authoring notes live in CLAUDE.md.
Curated by @Oliver Β· Quality bar: would I use this on a Monday morning?