mneme
01Plugin Claude Code
Knowledge-mining engine for AI coding agents — the plugin is the memory.
Plugin Claude Code
Knowledge-mining engine for AI coding agents — the plugin is the memory.
Plugin Claude Code
Knowledge-mining engine: captures hard-won knowledge as you work, gates it through machine and human review, and shares it as installable knowledge plugins.
Hook
Runs when a session starts on startup, clear, compact and resume, executing session-start.sh. From rhoulihan/mneme.
Hook
Runs when the agent finishes a response, executing distill-hook.sh. From rhoulihan/mneme.
Hook
Runs before the context is compacted, executing distill-hook.sh. From rhoulihan/mneme.
Skill Claude CodeCodex
Retrofit mneme onto a registered repo — draft its scope statement from what the repo already says about itself, agree it with the user, then add the governance files that are missing. Works on a knowledge plugin and on an ordinary app or service repo, which keeps its knowledge in mneme-index/ and is never turned into…
Skill Claude CodeCodex
Explicitly flag knowledge worth keeping — a hard-won fix, a non-obvious constraint, a correction to installed knowledge. The background distiller turns flags into staged candidates later.
Skill Claude CodeCodex
Run the librarian pass over the knowledge plugin you are standing in — file every accumulated fact into the skill whose work it belongs to, regenerate the knowledge-index, migrate legacy facts, and deliver the whole reorganization as a pull request. The current directory is the argument; you approve the mapping before…
Skill Claude CodeCodex
Check whether mneme's search index still speaks for the registered repos, and rebuild the ones that have moved. Run it after merging a knowledge pull request, after pulling a registered repo, or whenever a search answer looks thinner than it should.
Skill Claude CodeCodex
Create a new governed knowledge repo — interview for its scope, scaffold it, and refine the scope statement that routes future knowledge to it. Ships as an installable plugin by default, or with --no-plugin as a repo that is governed and searchable but not distributed.
Skill Claude CodeCodex
Register an existing knowledge repo with mneme — from a git URL you have access to (mneme clones it for you) or a local checkout — so its knowledge becomes searchable and it can receive harvested candidates.
Skill Claude CodeCodex
Use when you need institutional knowledge that installed knowledge plugins might already hold — a procedure you half-remember exists, a constraint or gotcha about a system named in the task, or before designing something a team may have solved. Searches the mneme index by vague notion.
Skill Claude CodeCodex
Triage the open pull requests of the knowledge plugin you are standing in — every fact each PR adds is machine-annotated as duplicate, declined, already-integrated, possibly-integrated, or new, you propose one verdict per PR, and the user approves each merge, closure, or extraction before anything happens. The current…
Skill Claude CodeCodex
Review staged knowledge candidates and harvest the approved ones onto a branch in their knowledge plugins, pushed as a pull request when the repo has a remote. This is the human gate — nothing is shared without explicit approval here.
Skill Claude CodeCodex
Show the mneme pipeline state — registered knowledge plugins, pending flags, staged and quarantined candidates, submissions, index freshness.
Skill Claude CodeCodex
Run the staleness sweep over a registered knowledge plugin and help re-verify what it finds.