원클릭으로
debug-memory
Diagnose ClaudeMemory installation and configuration issues. Use when memory tools fail or setup seems broken.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Diagnose ClaudeMemory installation and configuration issues. Use when memory tools fail or setup seems broken.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Prepare and publish a new gem release — bumps version across all required files, validates tests/linting/MCP server, commits, and creates the GitHub release. Use this skill when the user says "release", "publish a new version", "bump the version", "cut a release", "prepare for release", "ship it", or any variation of wanting to publish a new gem version. Also use when the user asks about the release process or what steps are needed to release.
Deep analysis of an external repository's architecture, patterns, and design decisions. Generates comprehensive influence document and updates improvements.md with prioritized recommendations.
Launch a local web dashboard for ClaudeMemory debugging and observability
Upgrade all Ruby gem dependencies to their latest versions with release note review and codebase alignment checks. Use this skill whenever the user asks to update, upgrade, or bump dependencies, gems, or packages — even casually like 'update my gems' or 'are my deps up to date?'
Incrementally implement feature improvements from docs/improvements.md with tests and atomic commits. Focuses on new functionality rather than refactoring.
Automatically install, configure, or upgrade ClaudeMemory
SOC 직업 분류 기준
| name | debug-memory |
| description | Diagnose ClaudeMemory installation and configuration issues. Use when memory tools fail or setup seems broken. |
| user_invocable | true |
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