A marketplace of self-contained, repo-agnostic plugins for
Claude Code. Each plugin adopts into any
repository — none hard-code a project's tooling. Every plugin is standalone
except forge, which resolves its agent capabilities to its companion
devloop by default.
New here? Install welcome and run /welcome for a guided, idempotent
walkthrough from a bare install to a fully wired setup.
| Plugin | Headline | What it does |
|---|---|---|
| forge | /forge |
Drives a PR from a one-line brief to READY through a proof chain — ground truth, goals, design, scenarios, tests, impl, lens-designed review, author self-review, and continuous CI — attesting every step. Uses devloop by default for every agent capability it consumes (each repointable via /forge-setup); only restack has a built-in git fallback. |
| devloop | /restack /grind |
Forge's single companion — stacked-PR ops (restack, review, CI), the /grind iteration-loop engine, and a diagnostic toolkit (/root-cause, /hypothesize, /pepper, /trace). Provides every capability forge consumes; each useful standalone. |
| frugal | /frugal |
Session-activatable cost optimization — decomposes work and routes each subtask to the cheapest adequate model+effort worker (haiku/sonnet/opus/fable × low..xhigh), ledger-tracked with recursion to a depth cap (default 3, max 5); /frugal-stats reports estimated savings. |
| graphify-wrapper | /graphify-wrapper-* |
Knowledge-graph harness over graphify, tuned for monorepos + worktrees — structural search across named domains. |
| pdd | /pdd |
Provenance-Driven Development — derives a frozen verification oracle (ground truth → goals with surfaced forks → behavioral stubs) from a requirement, materializes mechanical gates, then codes against a spec the coder can't edit; a gated gap stop is the one path back through the freeze. |
| persona | /load-persona |
Inlined behavioral persona Claude reads every session — set it up once, swap named personas from a pool. |
| welcome | /welcome |
Interactive onboarding for this marketplace. |
Each plugin has its own README (linked above) with the full skill list, model, and usage.
Add the marketplace once, then install the plugins you want:
/plugin marketplace add orrgal1/claude-plugins
/plugin install forge@orrgal1
/plugin install devloop@orrgal1 # forge's default capability provider
/plugin install welcome@orrgal1
…
Or point Claude Code at a local checkout:
git clone git@github.com:orrgal1/claude-plugins.git
claude --plugin-dir claude-plugins/forge --plugin-dir claude-plugins/devloop
forgeusesdevloopas the default provider for every agent capability it consumes — install them together, or repoint capabilities via/forge-setup(an un-overridden capability whose provider is missing halts that step asPROVIDER_MISSING). Only restack has a built-in git fallback. Every other plugin is standalone.
MIT.