skills/debug-memory/SKILL.md
Diagnose ClaudeMemory installation and configuration issues. Use when memory tools fail or setup seems broken.
npx skillsauth add codenamev/claude_memory debug-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 tooltools
Automatically install, configure, or upgrade ClaudeMemory
tools
Store and recall long-term memory. Use when persisting facts learned during conversations or recalling stored knowledge about projects and preferences.
development
Workflow for checking memory before code exploration. Auto-loaded when answering questions about code, architecture, or patterns.
tools
Knowledge about analyzing projects for tech stack, frameworks, tools, and conventions. Use when asked to understand or learn about a project's structure.