Recall Status — Development skill for Claude Code
Show total-recall index health — DB size, session count, last ingest, top topics for this cwd.
How to install Recall Status
Installs to ~/.claude/skills/88plug-total-recall-recall-status/SKILL.md
mkdir -p ~/.claude/skills/88plug-total-recall-recall-status && curl -fsSL https://raw.githubusercontent.com/88plug/total-recall/HEAD/commands/recall-status.md -o ~/.claude/skills/88plug-total-recall-recall-status/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Recall Status does
description: Show total-recall index health — DB size, session count, last ingest, top topics for this cwd.
Run `bash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" --json stats` via Bash and present:
- Total messages indexed, extractions per kind.
- Last ingest timestamp + age.
- Top 5 cwds by message volume.
- For current cwd, top 5 topics (via
prior_sessions_for_cwdMCP or parse stats).
If DB missing, suggest: `bash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" index --full` (warn:
Alternatives in Development
- Brain — Set up or use your Professional Brain — init, ingest, recall, or review 1.3k ★
- Memory Statistics — Show statistics about Claude's persistent memory file including total memories, storage size, and recent activ 332 ★
- SubAgent — You are sub-agent {index} of {total} inside Joanium - a focused research worker 250 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Recall Health
Show total-recall index health — last ingest age, hook fire rate, p95 latency, error count, DB size.
Recall Rebuild
Rebuild the total-recall index from scratch (drops then full re-ingest). Destructive.
Mt Last
Show any trader's most recent trade and total trade count (free, no auth required)
Org Meeting Report
Org-wide meeting volume and health snapshot — total booked, completed, no-show, and cancelled by workspace — f
Claude Memory Health
Claude Code skill for auditing your MEMORY.md index — size, orphans, broken links, staleness
Scout Status
Show the current state of your Scout installation — config, last runs, KB health, pending proposals, and wishl
Related Agents
Timps Battery Analyst
Identify battery drainers. Reads battery %, health cycle count, and ranks processes by CPU usage (proxy for en
Backlog Curator
Backlog hygiene officer (curator-lite scope). Owns ID allocation, JSON↔MD mirror sync, item-count + priority/s
DB Reader
Read-only database inspector. Use for schema introspection, query debugging, EXPLAIN plans, row-count spot che