claude-mem plugin
A plugin that captures everything a coding agent does in a session, compresses it with an AI pass, and injects the relevant parts back into future sessions so the agent remembers what happened last time.
What it does for you: This is the same problem YY's Second Brain already solves by hand: carrying context across sessions instead of starting cold each time. claude-mem does it automatically at the Claude Code session layer, which could sit alongside the existing brain rather than replace it, catching the small working context that never makes it into a brain page.
In practice: Reads as a mature, widely adopted plugin rather than a weekend project: version 13.25.1, Apache 2.0, and already the top mentioned memory plugin in the Awesome Claude Code list.
For: Both runtimes. It hooks into session lifecycle events rather than one API, so it works the same way in Claude Code and in Hermes. The project's own docs list Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot and OpenCode as supported hosts.
Verdict: build now. Directly extends a pattern YY already relies on, installs in one command, and the license and maintenance signals are both strong. Not currently in YY's enabledPlugins list in settings.json, so this would be a new addition.
Install: run /plugin in Claude Code, add thedotmack/claude-mem from the marketplace or run npx claude-mem install, then pick a memory provider. Review before enabling.
Source · 46.1k GitHub stars as of the most recent count, version 13.25.1, Apache 2.0 license, listed in Awesome Claude Code.