thedotmack/claude-mem plugin
Persistent context compression system for agent sessions, v13.4.0, Apache 2.0, Node 20+. Captures what an agent does during a Claude Code session, compresses it with AI into a structured memory block, and injects relevant context back into future sessions automatically. Install with one command: `npx claude-mem install`. Also installable via the Claude Code plugin marketplace. Works with Claude Code, Hermes, Codex, Gemini CLI, Copilot, OpenCode, and more. Listed in awesome-claude-code.
What it does for you: AXION sessions lose context between Claude Code runs and Hermes runs, forcing YY to write manual handoff documents. claude-mem automates that handoff: after each session it compresses what happened into a dated memory block, and the next session in any supported CLI reads it before starting. The AI compression step keeps the injected context within token budget even across many sessions. Hermes is explicitly listed as a supported target, which closes the most common AXION workflow gap today. Not currently in YY's enabledPlugins.
In practice: 91,362 GitHub stars, 7,992 forks, 111 stars on 2026-08-21. Number-one trending JavaScript repo today. v13.4.0 signals 13 major release cycles and sustained iteration rather than a fresh launch. Listed in awesome-claude-code with an official badge and a Trendshift ranking badge.
For: Both runtimes. Installs via npx into Claude Code as a plugin hook, but the compressed memory file it writes is vendor-agnostic markdown that Hermes and Codex read at session start. Works wherever an agent CLI reads a session context file.
Verdict: build now. 33 total. Same-day install via `npx claude-mem install`. New item ties mattpocock/skills at 33; new item takes rank 1 per the tiebreaker rule. Directly solves AXION's top operational gap with no infrastructure requirement beyond Node 20.
Install: run `npx claude-mem install` to hook into Claude Code automatically, or use `/plugin marketplace add thedotmack/claude-mem` then `/plugin install claude-mem` inside Claude Code. Not currently in YY's enabledPlugins. Review before enabling.
Source · 91,362 GitHub stars, 7,992 forks, 111 new stars on 2026-08-21 (number-one trending JavaScript). v13.4.0, Apache 2.0, Node >=20. Mentioned in awesome-claude-code with Trendshift badge. Homepage at claude-mem.ai. First appearance in this registry.