88plug

Recall Status — Development skill for Claude Code

Development community

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

Terminal
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_cwd MCP 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 Repository