Recall Health — Development skill for Claude Code
Show total-recall index health — last ingest age, hook fire rate, p95 latency, error count, DB size.
How to install Recall Health
Installs to ~/.claude/skills/88plug-total-recall-recall-health/SKILL.md
mkdir -p ~/.claude/skills/88plug-total-recall-recall-health && curl -fsSL https://raw.githubusercontent.com/88plug/total-recall/HEAD/commands/recall-health.md -o ~/.claude/skills/88plug-total-recall-recall-health/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Recall Health does
description: Show total-recall index health — last ingest age, hook fire rate, p95 latency, error count, DB size.
Run `bash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" metrics health` via Bash.
Interpret the output:
last_ingest_age_seconds> 3600 → suggest runningbash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" indexmanually; the Stop/PostCompact hooks may not be firing.error_count_7d> 0 → suggesttail -50 ${CLAUDE_PLUGIN_DATA}/total-recall/logs/hooks.log.- `db_siz
Alternatives in Development
- IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
- Breach Check — HIBP k-anonymity check on a password wordlist 4.5k ★
- Spark Prairie Fire 3.7k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Recall Status
Show total-recall index health — DB size, session count, last ingest, top topics for this cwd.
Mt Last
Show any trader's most recent trade and total trade count (free, no auth required)
Recall Rebuild
Rebuild the total-recall index from scratch (drops then full re-ingest). Destructive.
Ashlr Hook Timings
Show per-hook latency report (p50/p95/max) from hook-timings.jsonl.
Plan Doctor
Self-check for the planning-with-files mechanisms that fail silently: plan resolution, hook injection, canonic
Memory Statistics
Show statistics about Claude's persistent memory file including total memories, storage size, and recent activ
Related Agents
Latency Profiler
Use to identify performance bottlenecks from profile output, slow query logs, or APM data. Reports the top hot
Perf Tester
Use to measure latency, throughput, and load behaviour of HTTP endpoints or hot functions with autocannon or k
DB Reader
Read-only database inspector. Use for schema introspection, query debugging, EXPLAIN plans, row-count spot che