Mutter AI workspace: orchestration, incremental indexing, tasks, plans, and token-efficient context for large projects (Claude Code).
List affected files and domains for a proposed change using index shards and task/plan linkage — minimal reads.
Deeper multi-file analysis for a hypothesis or bug — explicit file list first, then incremental reads.
Curate and update architecture documentation under .mutter/architecture — keep files small and cross-linked.
Initialize .mutter workspace in the current repository from the bundled template (explicit user action).
Turn a raw product or technical idea into structured project intelligence under .mutter/brainstore (and links into architecture/roadmap when appropriate).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Register the repository root (the folder that contains .claude-plugin/marketplace.json), not mutter-claude/:
/plugin marketplace add /path/to/mutter
/plugin install mutter@mutter-plugins
/reload-plugins
Verify with /mutter:help.
Do not install Mutter by symlinking into ~/.claude/plugins. It is a Claude marketplace plugin: add the repo with /plugin marketplace add, then install mutter@mutter-plugins as above.
Mutter is a plugin and methodology for an AI workspace on top of your code: structured on-disk memory (.mutter/), token-efficient workflows, tasks, plans, incremental indexing, and consistent operating rules across several agent harnesses.
The plugin name in manifests is mutter (lowercase). In Claude Code, skills are invoked under the /mutter:<name> namespace — for example /mutter:scan, /mutter:help (docs sometimes shorten this to “/mutter scan”; in Claude Code the colon form is canonical).
| Area | Description |
|---|---|
| Project memory | The .mutter/ tree — architecture, tasks, plans, indexes, logs, rules — without dumping monolithic blobs into chat. |
| Navigation | Index shards and explicit paths first; the whole repository is not loaded into context. |
| Orchestration | Scanning, task, plan, parallel workers, safe-edit, and review-diff. |
| Discipline | Small entry files (CLAUDE.md, Cursor rules); detail lives under .mutter/. |
| Tooling | Optional Python CLI scripts/mutter.py for validation, preflight, context packing, CI checks, and more. |
Who it is for: teams and large codebases where you want agents to follow one process, resume state between sessions, and use fewer tokens for the same accuracy.
Full product spec: SPEC.md. Harness and plugin development reference: docs/mutter-plugin-harness-reference.md.
| Agent | Package / path in this repo |
|---|---|
| Claude Code | mutter-claude/ (.claude-plugin/plugin.json) |
| OpenAI Codex | Same skills as Claude — manifest at mutter-claude/.codex-plugin/plugin.json |
| Cursor | mutter-cursor/ (rules, skills, palette commands) |
| OpenCode | Repo root: package.json + .opencode/plugins/mutter.js (registers mutter-claude/skills) |
Codex and Claude share the same Markdown skills under mutter-claude/skills/. Cursor keeps a synchronized copy under mutter-cursor/skills/ (refreshed by a script during development).
Global install: use Quick install (Claude Code) at the top of this README (/plugin marketplace add → /plugin install mutter@mutter-plugins → /reload-plugins).
git clone https://github.com/arnaudovproject/mutter.git/code/claude/mutter/mutter, run /plugin marketplace add /code/claude/mutter/mutter. Claude registers the catalog from .claude-plugin/marketplace.json (name mutter-plugins); the plugin package lives under mutter-claude/ and installs as mutter@mutter-plugins.git pull in the clone, then /reload-plugins in Claude Code./plugin uninstall mutter, then /plugin marketplace remove mutter-plugins.Local / dev (run from a clone without marketplace): from the repo root, claude --plugin-dir ./mutter-claude. After editing plugin files: /reload-plugins.
Official docs: Plugins · Plugins reference.
.cursor-plugin/marketplace.json points at ./mutter-cursor for the mutter plugin.mutter-cursor/.cursor-plugin/plugin.json sits at the root of the installed plugin, for example:ln -s /path/to/mutter/mutter-cursor ~/.cursor/plugins/local/mutter
Then in Cursor: Developer: Reload Window.
Documentation: Cursor Plugins · Plugins reference.
npx claudepluginhub arnaudovproject/mutter --plugin mutterComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.