A plugin that gives a coding agent local memory storage and context retrieval through Corivo. Corivo is a tool for saving and finding information from previous conversations.
★not rated 5 4mo agoA
tokens not measured
originalMIT
Rescues messy, typo-ridden, or half-formed prompts so Claude understands you the first time. Confirms its reading with a one-line '✓ understood · …' and keeps reviewable history and stats.
★not rated 5 3mo agoA
tokens not measured
originalMIT
Session-state handoff for Claude Code: hooks auto-snapshot at SessionEnd/PreCompact and auto-load at SessionStart. Rebuilds lost handoffs from per-turn backups, keeps rotating history, nudges at 40% context, and HMAC-signs handoffs so cloned repos can't inject trusted rules.
★not rated 5▲
+1
changed yesterdayA
tokens not measured
originalMIT
Recall and reuse your past AI coding sessions as long-term memory. Searches the local sessionwiki index so the agent can find prior work, pull context, and trace which session wrote a file.
★not rated 5▲
+1 15d agoA
tokens not measured
originalMIT
Context savings for coding agents — Claude Code, Codex CLI, opencode: blocks wasteful re-reads and command loops, measures every token it saves. Free tier of the Parsec A3S stack.
★not rated 5
changed yesterdayA
tokens not measured
Index source code into a local knowledge base, search with keyword + semantic + hybrid modes. Chat memory with hybrid SQLite+Qdrant storage for persistent AI context.
Persistent long-term memory for Claude Code — wiring for the Pseudolife-MCP daemon (session briefing + identity hooks + memory commands; MCP transport via the installer's stdio shim or claude mcp add). Requires the daemon stack: https://github.com/Pseudogiant-xr/Pseudolife-MCP#quickstart.
★not rated 4
changed yesterdayA
tokens not measured
originalApache-2.0
Makes a repository know itself and preserve the engineering context built while you work with it, so an agent stops rediscovering both. An architecture index and an impact map instead of scanning files; work state, session records and the decisions behind them instead of losing context between sessions; the procedures.
★not rated 4 7d agoA
tokens not measured
originalMIT
Distils the current conversation into a concise reference note and saves it to the user's Obsidian vault in a configurable archive folder. Requires the mcp-obsidian MCP server.
★not rated 4 1mo agoA
tokens not measured
originalMIT
Graph-native memory, self-learning, and multi-agent coordination for Claude Code. Every session is captured, every pattern learned, every agent connected. WINDOWS AGENTS: git pull then .\setup.cmd -PythonOnly (never & setup.ps1). SessionStart banner shows install steps when needed.
Portable project memory + development workflow for coding agents: auto-loads STATUS+RULES each session, enforces folder-level CONTEXT.md on edit, nudges durable state updates at turn end, scaffolds the system into any repo via guided discovery, and ships a tiered 6-phase workflow skill set covering every phase (brief.
★not rated 4 1mo agoA
tokens not measured
originalMIT
Furl context compression for Claude Code: bundles the Furl MCP server (furlcompress / furlretrieve / furlstats / furlpurge / furlsearch / furllist) and a fail-open PostToolUse hook that shrinks large tool outputs before they land in context. Originals stay byte-exactly retrievable via > markers.
★not rated 4 3d agoA
tokens not measured
originalApache-2.0
Local, brain-inspired markdown memory for Claude Code — a curator pair gates writes by surprise, three retrieval tiers surface what matters, all on your disk.
★not rated 4 2mo agoA
tokens not measured
originalMIT