Diagnose and fix claude-mem installation issues. Checks PM2 worker status, database integrity, service health, dependencies, and provides automated fixes for common problems.
From claude-memnpx claudepluginhub fabio29t/claude-memory --plugin claude-memThis skill uses the workspace's default tool permissions.
operations/automated-fixes.mdoperations/common-issues.mdoperations/database.mdoperations/diagnostics.mdoperations/reference.mdoperations/worker.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Diagnose and resolve installation and operational issues with the claude-mem plugin.
Invoke this skill when:
/clearDo NOT invoke for feature requests or usage questions (use regular documentation for that).
Once the skill is loaded, choose the appropriate operation:
What's the problem?
Choose the appropriate operation file for detailed instructions:
Fast automated fix (try this first):
cd ~/.claude/plugins/marketplaces/thedotmack/ && \
pm2 delete claude-mem-worker 2>/dev/null; \
npm install && \
node_modules/.bin/pm2 start ecosystem.config.cjs && \
sleep 3 && \
curl -s http://127.0.0.1:37777/health
Expected output: {"status":"ok"}
If that doesn't work, proceed to detailed diagnostics.
When troubleshooting:
CLAUDE_MEM_WORKER_PORT)~/.claude-mem/claude-mem.db~/.claude/plugins/marketplaces/thedotmack/claude-mem-workerIf troubleshooting doesn't resolve the issue, collect diagnostic data and direct user to: https://github.com/thedotmack/claude-mem/issues
See operations/diagnostics.md for details on what to collect.