
claude-plugins
Official Mubit marketplace for Claude Code plugins — persistent, typed, self-improving memory.
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up claude-plugins (claude-plugin project) into my current project. Found on https://claudeers.com/claude-plugins-2 Repo: https://github.com/mubit-ai/claude-plugins Homepage/docs: https://docs.mubit.ai/integrations/claude-code Detected install method: claude-plugin → /plugin install claude-plugins@mubit-ai/claude-plugins Category: plugins. Platforms: api, web. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: unknown; community-verified: false. Confirm the source before running anything.
⚠ Unverified / not recently updated — review before pasting a run-this config.
/plugin marketplace add mubit-ai/claude-plugins /plugin install claude-plugins@mubit-ai/claude-plugins
git clone https://github.com/mubit-ai/claude-plugins
// compatibility
| Platforms | api, web |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | — |
| Pricing | open-source |
| Language | JavaScript |
Mubit's Claude Code marketplace
This repository is the distribution point for Mubit's Claude Code plugins. It holds one plugin today:
| Plugin | Version | What it does |
|---|---|---|
mubit-memory | 0.8.0 | Persistent, typed, self-improving memory for Claude Code — involuntary capture, pre-prompt recall, and outcome attribution. |
Install
/plugin marketplace add mubit-ai/claude-plugins
/plugin install mubit-memory@mubit
/reload-plugins
Then start a new Claude Code session. /reload-plugins registers the hooks but does not
fire SessionStart, so until a new session begins the plugin has never actually run: no run
id, no registered agent, nothing on the status line. It looks broken and is fine.
Full setup, configuration and troubleshooting: integrations/claude-code/README.md.
Connect it to Mubit
/mubit-memory:auth
Opens the Mubit console, signs you in, and stores a key for this machine after checking it against your instance. No browser — over SSH, say — is covered in the plugin README.
This is a generated repository — do not edit it here
Contents are published from Mubit's source repository on release. Any commit made directly here is overwritten by the next publish.
source repository
├── .claude-plugin/marketplace.json ──┐
└── integrations/claude-code/ ────────┤ published on release
▼
mubit-ai/claude-plugins (this repo) → git clone by Claude Code → a user's plugin dir
Claude Code fetches a GitHub marketplace with git clone --depth 1, using your own git
credentials — there is no separate plugin token. If your git is configured for SSH only, run
gh auth setup-git first; the clone URL is always HTTPS, even for sources written as git@.
The integrations/claude-code path is preserved deliberately: the marketplace entry's source
is the marketplace-relative path ./integrations/claude-code, which resolves inside whichever
repository served the catalog. Keeping the same path means marketplace.json needs no rewriting
when it is published here, so there is nothing that can drift between the two copies.
What is published is the plugin's tracked files, minus development-only scripts and QA
transcripts written against a developer's own checkout. What
runs on your machine is exactly what you see here — Claude Code executes this directory as
fetched, with no build step, which is why hooks/dist/, mcp/dist/ and bin/statusline.mjs
are committed artifacts rather than build output.
Verifying what you are about to run
Everything here executes on your machine: nine hooks run as Node processes on Claude Code events, and the MCP server runs as a long-lived subprocess. Two things make that auditable:
integrations/claude-code/hooks/src/is the readable source for every bundle inhooks/dist/. Diff them rather than trusting the bundles —npm run buildinintegrations/claude-coderegenerates the bundles in place, so a cleangit diffafterwards is proof the committed artifacts match their source.integrations/claude-code/test/carries the full suite, including the redaction cases — pattern scrub, path denylist, and byte caps applied after the scrub. Run it withnpm test.
claude plugin validate .
License
Apache-2.0 — see integrations/claude-code/LICENSE.
// faq
What is claude-plugins?
Official Mubit marketplace for Claude Code plugins — persistent, typed, self-improving memory.. It is open-source on GitHub.
Is claude-plugins free to use?
claude-plugins is open-source, so it is free to use.
What category does claude-plugins belong to?
claude-plugins is listed under plugins in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/claude-plugins-2)
// retro hit counter
[](https://claudeers.com/claude-plugins-2)
// reviews
// guestbook
// related in Claude Plugins
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
financial-services — a Claude ecosystem project on GitHub.