From claude-memory
This skill should be used when the user asks about memory database statistics, memory health, how many memories are stored, database size, or observation counts. Trigger phrases include "memory stats", "how many memories", "memory status", "show memory health", "database size", "observation count".
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-memory:memory-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display memory database statistics and health information.
Display memory database statistics and health information.
~/.config/claude-memory/.venv/bin/python3 ${CLAUDE_PLUGIN_ROOT}/scripts/status.py 2>/dev/null || python3 ${CLAUDE_PLUGIN_ROOT}/scripts/status.py
The script outputs JSON with these fields:
Format the JSON output as a readable summary for the user. Highlight:
/memory-consolidatenpx claudepluginhub seangsisg/deja-claudeDisplays statistics and recent entries from Claude Code's persistent memory database, showing session counts, knowledge areas, facts, and activity. Invoke via /memory-stats with optional flags for facts, knowledge, or search.
Performs periodic memory maintenance and cleanup for the rekal database, detecting duplicates, conflicts, and stale conversations while requiring user approval for all changes.
Shows memory system health: working memory word counts/open loops, daily logs/registers/archive stats, stale/superseded entries, hooks status, with recommendations.