88plug

Recall Health — Development skill for Claude Code

Development community

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

Terminal
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 running bash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" index manually; the Stop/PostCompact hooks may not be firing.
  • error_count_7d > 0 → suggest tail -50 ${CLAUDE_PLUGIN_DATA}/total-recall/logs/hooks.log.
  • `db_siz

Alternatives in Development

Full documentation available on GitHub

View Source Repository