From laqrumcode
Stores and retrieves persistent knowledge across Claude Code sessions, including memory search, recall, and session history.
How this skill is triggered — by the user, by Claude, or both
Slash command
/laqrumcode:laqrumbrainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Body in laqrumcode DB. Call `mcp__plugin_laqrumcode_laqrumcode__get_skill_body` with `name="laqrumbrain"` to load full instructions.
Body in laqrumcode DB. Call mcp__plugin_laqrumcode_laqrumcode__get_skill_body with name="laqrumbrain" to load full instructions.
npx claudepluginhub 42u/laqrumcode --plugin laqrumcodeCross-host durable memory for AI agents using the ling-mem CLI. Maintains a three-tier model of who the user is across sessions and hosts (Claude Code, Codex, OpenClaw).
Injects stored memory into responses when the user asks about project state, history, prior work, or codebase knowledge. Useful for maintaining context across sessions.
Implements CoALA memory architecture for Claude: stores working, episodic, semantic, procedural memories in filesystem for recall, reflection, learning across sessions.