Getting started

Install & run

Claude Code

Add this repo as a plugin marketplace, then /plugin install. Or install a single skill into ~/.agents/skills/.

Other agents / non-Claude-Code

Clone and run a tool directly — they are plain scripts, no Claude required:

npm ci
node skills/<name>/scripts/<tool>.mjs --help

Adapt a skill to your platform

Open any skill, copy its Adapt to your platform prompt, fill in your stack, and paste it into Claude or Codex.

Secrets are never committed — tools read tokens from environment variables. URLs are not secrets.