Claude Code · Skills

Skills I build, made downloadable.

Self-contained Claude Code skills — each one a packaged capability you drop into ~/.claude/skills and trigger by name. Grab a zip, unzip, restart Claude Code. That's it.

One-step install Zero dependencies to wire up Works in the CLI, desktop & web

Catalog

Install in 3 steps

Drop it in, restart, trigger.

Skills live in ~/.claude/skills/. Each zip already contains the correctly-named folder, so it just works.

1
Download a skill above, then unzip it straight into your skills directory:
unzip ~/Downloads/interactive-sim.zip -d ~/.claude/skills/
2
Confirm it landed as its own folder:
ls ~/.claude/skills/ # → interactive-sim/ graphify/
3
Restart Claude Code, then invoke the skill by its trigger — e.g. ask it to “build an interactive explainer for X.”
Copied