# 1. Add the marketplace (once per machine)
/plugin marketplace add 88plug/claude-code-plugins
# 2. Install any plugin from the catalog
/plugin install amnesia@88plug
/plugin install caveman-plus@88plug
/plugin install total-recall@88plug
/plugin install searxng@88plug
/plugin install deepwiki@88plugThat's the whole install. No environment variables, no API keys — uses your existing AI coding tool setup.
Two structural categories. Both install the same way.
| Plugin | What it does | Surfaces | Install |
|---|---|---|---|
amnesia v0.3.1 |
Seamless context continuity across compaction — capture and restore the agent's working state on every /compact and resume, invisible to you |
5 hooks · 1 skill · 4 commands · 1 agent · 1 MCP (embedded) |
/plugin install amnesia@88plug |
total-recall v0.6.1 |
Cross-session, cross-CLI memory. Mines transcripts from 8 CLI clients; surfaces operator identity, standing decisions, bans, goals, and past corrections so the model stops re-asking | 4 hooks · 2 skills · 15 commands · 23 MCP tools |
/plugin install total-recall@88plug |
| caveman-plus | Talk like caveman. Cut ~75% tokens. Keep all technical accuracy | 1 output style |
/plugin install caveman-plus@88plug |
| Plugin | What it does | Backend | Install |
|---|---|---|---|
searxng v0.2.0 |
Privacy-respecting metasearch over 70+ engines via a self-hosted SearXNG instance. Token-efficient tool responses, stdio + streamable-http, optional rendered (Playwright) fetch | local (uvx) | /plugin install searxng@88plug |
deepwiki v0.1.0 |
Chat with any public GitHub repo's auto-generated documentation — read-only research into codebases without cloning | remote (Cognition AI) | /plugin install deepwiki@88plug |
Plugins should be invisible until you need them. Each one in this marketplace earns its slot by closing a specific failure mode in long-horizon AI-assisted work:
- amnesia — the model forgets what it was doing across compaction
- caveman-plus — the model spends 4× more tokens than the answer needs
- total-recall — the model keeps relearning who the operator is and what they've already decided
- searxng — the model can't do real web research without leaking queries to surveillance-capitalism search engines
- deepwiki — the model can't navigate an unfamiliar GitHub repo without cloning, grepping, and burning context
The first four are local-first. deepwiki is a thin wrapper around a hosted third-party service (Cognition AI) — included for the productivity win, with the dependency disclosed up-front.
MIT. See LICENSE.
See CONTRIBUTING.md for the full workflow, naming convention, quality bar, and CLA terms. Short version:
- Build your plugin in its own
88plug/<plugin>repo with a valid.claude-plugin/plugin.json. - PR an entry to this hub's
.claude-plugin/marketplace.json(github source). - Sign the CLA on your first PR (CLA Assistant gates merge).
Plugin code itself never lives in this repo — only the marketplace index.