claudeers.
// Claude Plugins

claude-plugins

Official Mubit marketplace for Claude Code plugins — persistent, typed, self-improving memory.

// Claude Plugins[ api ][ web ][ claude ]#claude#plugins$open-sourceupdated 1 day ago

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.
// or install directly (claude-plugin)

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
// or clone
git clone https://github.com/mubit-ai/claude-plugins

// compatibility

Platformsapi, web
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageJavaScript

Mubit's Claude Code marketplace

This repository is the distribution point for Mubit's Claude Code plugins. It holds one plugin today:

PluginVersionWhat it does
mubit-memory0.8.0Persistent, 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 in hooks/dist/. Diff them rather than trusting the bundles — npm run build in integrations/claude-code regenerates the bundles in place, so a clean git diff afterwards 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 with npm 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.

2 views
24 stars
unclaimed
updated 1 day ago

// embed badge

claude-plugins on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-plugins-2.svg)](https://claudeers.com/claude-plugins-2)

// retro hit counter

claude-plugins hit counter
[![Hits](https://claudeers.com/api/counter/claude-plugins-2.svg)](https://claudeers.com/claude-plugins-2)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/203,096[ claude ]
🔓

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…

// pluginsanthropics/Python141,574[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python47,363Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python34,276Apache-2.0[ claude ]
→ see how claude-plugins connects across the ecosystem