consolidate-memory
v0.1.86Cross-project, verification-first memory for Claude Code — the layer beyond the built-in Auto Dream. Shares memory across your whole fleet (a governed global store, replicated into every project) and verifies facts against the live code (grep/file/git), dropping what it can't confirm — fact-checked, fleet-wide memory, plus tiered context-budget accounting. Where Auto Dream auto-consolidates each project, this is the explicit, rigorous complement; invoke by asking to consolidate / checkpoint / "dream" your memory.
By ZenetuskenLicense: MIT4 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install consolidate-memory@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Zenetusken/consolidate-memoryClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/consolidate-memory/.
Plugin files
├── .claude-plugin/plugin.json└── skills/consolidate-memory/SKILL.md
Included Skills1
Consolidate this project's durable memory — the agent equivalent of sleep-time memory consolidation. Reads recent session work + git history, verifies every candidate fact against the LIVE codebase, and reconciles BOTH memory stores (the repo's MEMORY.md/AGENTS.md/CLAUDE.md and Claude's private per-project auto-memory), correcting or pruning stale entries. A deliberate, write-heavy checkpoint — invoke ONLY when the user explicitly asks to consolidate / reconcile / checkpoint / "settle" / "save what you learned" / "dream" their memory, or "what should I remember from this?", usually after a substantial session or when memory feels stale or self-contradictory. Do NOT trigger on other senses of "memory": RAM/VRAM/GPU memory, an embedding or style cache, a `memory_limit` setting, a database, a casual "remember to do X" aside, or a plain session recap with no intent to persist.
Plugin manifests1
{
"name": "consolidate-memory",
"version": "0.1.86",
"description": "Cross-project, verification-first memory for Claude Code — the layer beyond the built-in Auto Dream. Shares memory across your whole fleet (a governed global store, replicated into every project) and verifies facts against the live code (grep/file/git), dropping what it can't confirm — fact-checked, fleet-wide memory, plus tiered context-budget accounting. Where Auto Dream auto-consolidates each project, this is the explicit, rigorous complement; invoke by asking to consolidate / checkpoint / \"dream\" your memory.",
"author": {
"name": "Zenetusken",
"url": "https://github.com/Zenetusken"
},
"homepage": "https://github.com/Zenetusken/consolidate-memory",
"repository": "https://github.com/Zenetusken/consolidate-memory",
"license": "MIT",
"keywords": [
"memory",
"consolidation",
"dream",
"cross-project",
"context-management",
"skill"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[consolidate-memory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/consolidate-memory)