From claude-mem
Explains how claude-mem captures observations, injects relevant memory across sessions, and stores data locally in SQLite.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-mem:how-it-worksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Every Read, Edit, and Bash that Claude makes turns into a compressed observation. Observations get summarized at session end. Relevant ones get auto-injected into future prompts so the next session starts with context from the last one — no re-explaining the codebase, no re-discovering decisions.
Every Read, Edit, and Bash that Claude makes turns into a compressed observation. Observations get summarized at session end. Relevant ones get auto-injected into future prompts so the next session starts with context from the last one — no re-explaining the codebase, no re-discovering decisions.
Memory injection starts on your second session in a project.
The first session in a fresh project seeds memory; subsequent sessions receive auto-injected context for relevant past work. Run /learn-codebase if you want to front-load the entire repo into memory in a single pass (~5 minutes, optional).
Everything stays in ~/.claude-mem on this machine.
Nothing leaves your machine except calls to whichever AI provider you configured for compression (Claude / OpenRouter / Gemini). The SQLite database, vector index, logs, and settings all live under that directory and are removed cleanly on npx claude-mem uninstall.
npx claudepluginhub kazu-4728/claude-mem --plugin claude-mem14plugins reuse this skill
First indexed Jun 6, 2026
Showing the 6 earliest of 14 plugins
Explains how claude-mem captures observations, injects relevant memory across sessions, and stores data locally in SQLite.
Persistent memory system for Claude Code with hot cache, knowledge wiki, and end-of-day synthesis. Prevents context loss across sessions.
Guides claude-mem plugin usage for persisting context, work history, and key findings across Claude Code sessions. Integrates with fireauto skills for research, PRD, SEO, and security tracking.