From amem
Run health diagnostics on the amem memory database. Use when the user wants to check memory health, embedding coverage, stale memories, or diagnose issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/amem:doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run health diagnostics on the amem memory database.
Run health diagnostics on the amem memory database.
Run via Bash:
node "$(npm root -g)/@aman_asmuei/amem/dist/cli.js" doctor
If that fails, try the local path:
npx @aman_asmuei/amem doctor
Present the results to the user, explaining any issues found.
Key metrics reported:
If issues are found, explain the suggestions:
@huggingface/transformersmemory_consolidate to clean upnpx claudepluginhub amanasmuei/amem --plugin amemPerformance optimization patterns for Mem0 memory operations including query optimization, caching strategies, embedding efficiency, database tuning, batch operations, and cost reduction for both Platform and OSS deployments. Use when optimizing memory performance, reducing costs, improving query speed, implementing caching, tuning database performance, analyzing bottlenecks, or when user mentions memory optimization, performance tuning, cost reduction, slow queries, caching, or Mem0 optimization.
Performs periodic memory maintenance and cleanup for the rekal database, detecting duplicates, conflicts, and stale conversations while requiring user approval for all changes.
Reviews MeMesh memory database: computes health score, detects stale/conflicting/redundant memories, analyzes work patterns, suggests CLI cleanup actions.