Skip to content

88plug/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

88plug

Curated plugins for AI coding assistants. One marketplace. Two commands.

marketplace license plugins Ask DeepWiki


Install

# 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@88plug

That's the whole install. No environment variables, no API keys — uses your existing AI coding tool setup.

Plugins

Two structural categories. Both install the same way.

Plugins — Claude Code UX surfaces (hooks, skills, commands, output styles)

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

MCP wrappers — single MCP server, one-command install

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

Philosophy

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.

License

MIT. See LICENSE.

Contributing

See CONTRIBUTING.md for the full workflow, naming convention, quality bar, and CLA terms. Short version:

  1. Build your plugin in its own 88plug/<plugin> repo with a valid .claude-plugin/plugin.json.
  2. PR an entry to this hub's .claude-plugin/marketplace.json (github source).
  3. Sign the CLA on your first PR (CLA Assistant gates merge).

Plugin code itself never lives in this repo — only the marketplace index.

About

Curated plugins by 88plug — install via /plugin marketplace add 88plug/claude-code-plugins

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors