Claude Code plugin marketplace for AI coding agents — curated plugins, agent skills, and MCP servers. Two commands to install.
Inside Claude Code, add the 88plug marketplace once, then install any plugin by name:
/plugin marketplace add 88plug/claude-code-plugins
/plugin install <name>@88plug
No environment variables. No API keys. Uses your existing Claude Code setup.
Tip
Enable auto-update once (/plugin → Marketplaces → 88plug → Enable auto-update) and you always get the latest at startup.
88plug is a curated Claude Code plugin marketplace for developers who run AI coding agents all day. You get productivity plugins (memory, compaction, guardrails, investigation) and MCP servers (search, desktop control, package versions) without cloning repos or wiring config by hand.
Each entry is a Claude Code plugin or MCP server in its own repo. This hub is only the catalog index — install with /plugin install <name>@88plug, then work. Versions are YEAR.MONTH.BUILD, auto-stamped so claude plugin list shows whether you are current.
| Area | What you get |
|---|---|
| Claude Code plugins | Hooks, skills, slash commands, and output styles for coding agents |
| MCP servers | One-command MCP install for search, DeepWiki, desktop, OS, package versions |
| Marketplace install | /plugin marketplace add once, then /plugin install <name>@88plug |
| Rolling versions | YEAR.MONTH.BUILD auto-stamped so claude plugin list stays current |
| Auto-update | Optional marketplace auto-update at Claude Code startup |
| Zero config | No env vars or API keys for the catalog path itself |
Claude Code UX surfaces — hooks, skills, commands, output styles. Each version is
YEAR.MONTH.BUILD, auto-stamped and linked to the exact commit; it's what
claude plugin list shows, so you can tell at a glance if you're current.
v2026.7.31
Recover Claude Code sessions after an Anthropic API output-classifier false positive (the "cyber-related safeguards" / "appears to violate our Usage Policy" hard failure).
/plugin install recover-from-false-positive@88plugv2026.7.50
Seamless context continuity across Claude Code compaction.
/plugin install amnesia@88plugv2026.7.214
Ultra-compressed communication mode.
/plugin install caveman-plus@88plugv2026.7.151
Cross-session, cross-CLI memory for AI coding assistants.
/plugin install total-recall@88plugv2026.7.28
Falsification-first investigation workflow: convert every assertion into a labeled falsifiable hypothesis, predict before measuring, run controlled experiments, verify…
/plugin install scientific-method@88plugv2026.7.23
Operate and observe an interactive full-screen TUI on a REMOTE machine over tmux/screen + SSH by driving it like a human: type with send-keys, screenshot with…
/plugin install drive-remote-terminal@88plugv2026.7.22
Discover, catalog, and rank everything you've built or sketched on a machine via a two-pass parallel read-only sweep: a clustered project catalog plus blind-spot agents…
/plugin install project-prospector@88plugv2026.7.14
Index a public GitHub repo's DeepWiki (the page the 'Ask DeepWiki' badge links to) hands-free, and do it autonomously after publishing or updating a repo — no human…
/plugin install deepwiki-index@88plugv2026.7.12
Simplify, then add lightness.
/plugin install addlightness@88plugv2026.7.38
Detects when Claude drifts away from your active output contract (a terse persona, hard formatting/length rules, an in-character voice) and quietly steers it back.
/plugin install drift-detector@88plugv2026.7.19
A ground-first reflex: the agent judges (from its own training, any domain) when a request is complex/irreversible, grounds before acting, and is hard-blocked from the…
/plugin install trigger-my-training@88plugv2026.7.25
Enforce full agent authority on reversible work: run commands yourself, never yield instructions back to the operator.
/plugin install be-the-whole-bitch@88plugv2026.7.22
Makes AI work like AI — no human time estimates, no asking for accessible data, no emotional labor.
/plugin install dehumanize@88plugA single MCP server, one-command install.
v2026.7.42
Fast, token-efficient MCP for SearXNG metasearch.
/plugin install searxng@88plugv2026.7.24
Talk to any public GitHub repo's auto-generated documentation via Cognition's hosted DeepWiki MCP.
/plugin install deepwiki@88plugv2026.7.40
Eyes and hands on a Linux Wayland desktop: screenshot any monitor and click, type, scroll, drag, and read any visible app over xdg-desktop-portal (RemoteDesktop +…
/plugin install screen-mcp@88plugv2026.7.19
The sanctioned OS 'motor cortex' for an agent on a Linux box: control systemd services/timers, query journald, read host resources/processes, send desktop notifications…
/plugin install os-control-mcp@88plugv2026.7.36
Stop suggesting stale package versions from training data.
/plugin install use-latest-version@88plugUpdating & versioning
Third-party marketplaces have auto-update off by default. Turn it on once
(/plugin → Marketplaces → 88plug → Enable auto-update) and Claude Code refreshes
the catalog and updates installed plugins at startup, then prompts /reload-plugins.
Prefer to do it by hand:
/plugin marketplace update 88plug
/plugin update <name>@88plug
/reload-plugins
Org-wide, an admin can add 88plug to extraKnownMarketplaces with auto-update enabled
in managed settings. Versions are YEAR.MONTH.BUILD (auto-stamped, increasing every
release); the linked hash is the exact commit. If your installed version differs from the
one here, you're behind — update it.
Plugins should be invisible until you need them. Each one earns its slot by closing a specific failure mode in long-horizon AI-assisted work — compaction loss, stale package versions, yield-back, classifier false positives, and similar agent failure modes.
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, and sign the
CLA on your first PR.
Plugin code never lives in this repo — only the marketplace index.
FSL-1.1-ALv2. See LICENSE.
Generated from .claude-plugin/marketplace.json by scripts/build_readme.py. Don't edit by hand — edit the catalog (or the plugin's manifest) and the sync action regenerates it.