Shared skills and plugins for Claude Code and Codex by stbenjam.
| Plugin | Description |
|---|---|
| books | Search and analyze a Calibre library or Goodreads export |
| loops | Autonomous loops that shepherd work to completion, such as driving a PR to a mergeable state |
| openclaw | A grab-bag of miscellaneous OpenClaw skills (pollen forecasts, Orangetheory lookups, narrated video reels) with no unifying theme. |
| reviews | Multi-agent panel code review with specialist reviewers and runtime reproducers |
| rules | Context-specific rules for safe Git operations and rigorous test-failure investigation. |
| steering | Compact conversation-steering skills for changing direction, explaining decisions, asking for clarity, tightening prose, executing decisively, and raising frontend quality. |
Choose the setup that matches your agent host. All paths below start at the root of a checkout of this repository.
From a Claude Code session, add the marketplace and install the plugin you want:
/plugin marketplace add stbenjam/skills
/plugin install steering@stbenjam
Replace steering with books, loops, or reviews as needed, then run
/reload-plugins.
Add the marketplace from a shell, then open Codex's plugin browser:
codex plugin marketplace add stbenjam/skills
codex
/plugins
Select the plugin to install, then start a new Codex session. The repository's
Codex catalog is .agents/plugins/marketplace.json.
Use the skills CLI to select skills:
npx skills install stbenjam/skills
Or copy one into .agents/skills:
mkdir -p .agents/skills
cp -RL skills/git-rules .agents/skills/
Run make update after adding or removing plugin skills to refresh links and docs.
Run make update to regenerate the documentation, this plugin table, and the
root skills/ symlinks. Then lint plugins and skills with
skillsaw in strict mode:
make update
make lintApply autofixes with:
make lint-fixMIT