From claude-mneme
Check plugin health and diagnose issues. Use when the user asks about mneme health, memory status, plugin errors, wants to troubleshoot memory issues, or sees error warnings at session start.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-mneme:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to check the health status of the claude-mneme plugin. Run the health check and report the results clearly.
The user wants to check the health status of the claude-mneme plugin. Run the health check and report the results clearly.
Run the health check script:
node "${CLAUDE_PLUGIN_ROOT}/scripts/mem-status.mjs"
To clear the error log:
node "${CLAUDE_PLUGIN_ROOT}/scripts/mem-status.mjs" --clear-errors
The script returns JSON with:
overall: "healthy", "degraded", or "unhealthy"checks: Individual check resultserrors: Critical issues that need fixingwarnings: Non-critical issues to be aware ofPresent the results in a clear, actionable format:
Plugin Status: Healthy
All checks passed. Memory is working correctly.
- Log: X entries
- Summary: Last updated Y ago
- Remembered: Z items
Plugin Status: Degraded
The plugin is working but has warnings:
- [list warnings]
Recent errors:
- [list if any]
Plugin Status: Unhealthy
Critical issues found:
- [list errors with fixes]
How to fix:
- [specific fix instructions]
| Issue | Fix |
|---|---|
| Claude binary not found | Remove claudePath from config or set correct path |
| Directories not writable | Check permissions on ~/.claude-mneme/ |
| Config parse error | Check JSON syntax in ~/.claude-mneme/config.json |
| Log needs summarization | Run /summarize to compress the log |
| Recent errors | Check error details and fix underlying issue |
If the user asks to clear the error log:
node "${CLAUDE_PLUGIN_ROOT}/scripts/mem-status.mjs" --clear-errors
Confirm: "Error log cleared. Future errors will be logged fresh."
npx claudepluginhub edimuj/claude-mneme --plugin claude-mnemeDiagnoses ClaudeMemory installation and configuration issues. Checks database, schema, hooks, CLAUDE.md, snapshot, MCP server, and ingest activity.
Shows memory system health: working memory word counts/open loops, daily logs/registers/archive stats, stale/superseded entries, hooks status, with recommendations.
Displays memory health dashboard for Claude projects: MEMORY.md/CLAUDE.md line counts, topic files, capacity status, stale references, duplicates, recommendations. Invoke via /si:status.