memem-doctor
Run a preflight health check on memem — Python version, mcp dep, claude CLI, vault writability, capabilities. Use when the user reports memem misbehaving, has…
Show detailed memem memory system status — memory count, projects, search DB, miner health.
$ npx -y skills add TT-Wang/memem --skill memem-status --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/memem-statusContext preview
The summary Claude sees to decide when to auto-load this skill.
Show detailed memem memory system status — memory count, projects, search DB, miner health.
name: memem-status description: Show detailed memem memory system status — memory count, projects, search DB, miner health. allowed-tools: [Bash]
Run `PYTHONPATH="${CLAUDE_PLUGIN_ROOT}" python3 -m memem.server --status` and display the results.
Mining is event-triggered in v2.1.0+: it fires automatically on every Claude Code Stop event when `~/.memem/.miner-opted-in` exists. There is no daemon to start. If the opt-in marker is missing, suggest: `touch ~/.memem/.miner-opted-in`
Persistent, self-evolving memory for Claude Code. Stop re-explaining your project every session. <!-- The Glama badge URL below intentionally uses the legacy cortex-plugin slug.
Run a preflight health check on memem — Python version, mcp dep, claude CLI, vault writability, capabilities. Use when the user reports memem misbehaving, has…
Mine ALL existing Claude Code sessions, including history from before memem was installed.
Opt in to memem's event-triggered mining. New sessions are mined automatically via the Stop hook.
Re-show the full memem welcome screen regardless of whether the user has seen it before. Use when the user wants to see the intro, tutorial, or welcome again.