memem-mine-history
Mine ALL existing Claude Code sessions, including history from before memem was installed.
Run a preflight health check on memem — Python version, mcp dep, claude CLI, vault writability, capabilities. Use when the user reports memem misbehaving, has just installed the plugin, or asks "why isn't this working".
$ npx -y skills add TT-Wang/memem --skill memem-doctor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/memem-doctorContext preview
The summary Claude sees to decide when to auto-load this skill.
Run a preflight health check on memem — Python version, mcp dep, claude CLI, vault writability, capabilities. Use when the user reports memem misbehaving, has just installed the plugin, or asks "why isn't this working".
name: memem-doctor description: Run a preflight health check on memem — Python version, mcp dep, claude CLI, vault writability, capabilities. Use when the user reports memem misbehaving, has just installed the plugin, or asks "why isn't this working". allowed-tools: [Bash]
Run `bash "${CLAUDE_PLUGIN_ROOT}/bootstrap.sh" --help` to confirm the bootstrap shim is present, then run the doctor:
PYTHONPATH="${CLAUDE_PLUGIN_ROOT}" python3 -m memem.server --doctorDisplay the full output verbatim. If the result says **FAILING**, the user must fix the listed blockers before memem will work — walk them through each one:
If the result says **DEGRADED**, the system works but Haiku-powered context assembly and smart-recall are disabled because the `claude` CLI isn't on PATH. memem falls back to FTS-only recall, which is still useful — just less smart. Tell the user how to fix it (install Claude Code CLI, ensure it's on PATH) but don't block them on it.
If the result says **HEALTHY**, tell the user everything looks good and suggest running `/memem-status` to see memory counts, or just continue their conversation — memem runs automatically in the background.
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.
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.
Show detailed memem memory system status — memory count, projects, search DB, miner health.
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.