From claude-memory
Diagnoses ClaudeMemory installation and configuration issues including database existence, schema compatibility, hooks, CLAUDE.md setup, and ingest activity. Use when memory tools fail.
npx claudepluginhub codenamev/claude_memory --plugin claude-memoryThis skill uses the workspace's default tool permissions.
When invoked with `/debug-memory`, this skill runs comprehensive diagnostics on your ClaudeMemory installation.
Automatically installs, configures, or upgrades ClaudeMemory Ruby gem with status checks, database init, doctor runs, and config verification. Use for fresh setups or updates in Claude Code.
Shows memory system health: working memory word counts/open loops, daily logs/registers/archive stats, stale/superseded entries, hooks status, with recommendations.
Diagnoses AI Brain Starter vault health: verifies CLAUDE.md, Meta folder, skills, hooks, journal index, MCPs, .ps1 BOM/em-dash issues, and git freshness. Prints green/yellow/red terminal report.
Share bugs, ideas, or general feedback.
When invoked with /debug-memory, this skill runs comprehensive diagnostics on your ClaudeMemory installation.
This skill will verify:
First, check the memory system status using the MCP tool:
memory.check_setup
This returns:
Based on the check results:
✅ System is healthy! Show the user:
⚠️ System needs setup. Check for:
claude-memory initgem update claude-memoryGive the user clear next steps:
For missing setup:
# Initialize ClaudeMemory
claude-memory init
# Or use the setup skill
/setup-memory
For configuration issues:
# Check system health
claude-memory doctor
# View current status
claude-memory status
For version issues:
# Upgrade to latest version
gem update claude-memory
claude-memory init # Re-run init after upgrade
After user follows recommendations, run memory.check_setup again to confirm the issue is resolved.
claude-memory init or /setup-memory.claude/settings.json missing hook definitionsclaude-memory init to add hooks@.claude/rules/claude_memory.generated.md import.claude/CLAUDE.mdgem update claude-memoryclaude-memory doctorRunning ClaudeMemory diagnostics...
✅ Global database: healthy
- Location: ~/.claude/memory.sqlite3
- Schema: v7
- Facts: 42
✅ Project database: healthy
- Location: .claude/memory.sqlite3
- Schema: v7
- Facts: 127
- Last ingest: 2026-01-29T21:47:41Z
✅ Hooks: configured
✅ Snapshot: published
✅ CLAUDE.md: importing snapshot
All systems operational! Memory is working correctly.
Use /debug-memory when:
/setup-memory - Install or upgrade ClaudeMemoryclaude-memory doctor - CLI health checkclaude-memory status - View system statusmemory.check_setup - The underlying MCP tool