From claude-turbo-search
Views statistics and recent entries from the persistent memory database, including session count, knowledge areas, facts, and recent activity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-turbo-search:memory-statsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show statistics and recent entries from the persistent memory database.
Show statistics and recent entries from the persistent memory database.
When the user invokes /memory-stats, run these commands to show memory information:
PLUGIN_DIR="${PLUGIN_DIR:-$HOME/claude-turbo-search}"
"$PLUGIN_DIR/memory/memory-db.sh" stats
"$PLUGIN_DIR/memory/memory-db.sh" recent 5
Present the information clearly:
## Memory Database
| Type | Count |
|------|-------|
| Sessions | X |
| Knowledge areas | Y |
| Facts | Z |
## Recent Sessions
1. [date] - Summary of session 1
2. [date] - Summary of session 2
...
The user might ask for specific views:
/memory-stats facts - Show all facts/memory-stats knowledge - Show all knowledge areas/memory-stats search <query> - Search memoryFor these, use:
# Search
"$PLUGIN_DIR/memory/memory-db.sh" search "query"
npx claudepluginhub iagocavalcante/claude-turbo-search --plugin claude-turbo-searchDisplays memory usage statistics for the current session and project including counts by category, age distribution, and API latency. Useful for auditing memory distribution and reviewing session activity.
Manages the total-recall memory system: session start, automatic capture of corrections/preferences/decisions, retrieval, compaction, tier inspection, and knowledge base management.
Analyzes memory system state: health diagnostics, topic coverage scoring, knowledge gap detection, and filesystem validation. Use before new project phases or after backfill.