88plug

Recall Rebuild — Development skill for Claude Code

Development community

Rebuild the total-recall index from scratch (drops then full re-ingest).

How to install Recall Rebuild

Installs to ~/.claude/skills/88plug-total-recall-recall-rebuild/SKILL.md

Terminal
mkdir -p ~/.claude/skills/88plug-total-recall-recall-rebuild && curl -fsSL https://raw.githubusercontent.com/88plug/total-recall/HEAD/commands/recall-rebuild.md -o ~/.claude/skills/88plug-total-recall-recall-rebuild/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Recall Rebuild does


description: Rebuild the total-recall index from scratch (drops then full re-ingest). Destructive.

Summarize and confirm:

  • Drops DB at ${CLAUDE_PLUGIN_DATA}/total-recall/index.db.
  • Re-ingests every ~/.claude/projects//*.jsonl.
  • Estimated 1-5 minutes for ~1GB on a dev laptop.

On confirmation: run `bash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" rebuild --yes` and tail output.

Alternatives in Development

  • Careful — Activate destructive command warnings for the session 2.8k ★
  • 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 ★

Full documentation available on GitHub

View Source Repository