Recall Rebuild — Development skill for Claude Code
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
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 RepositoryRelated Skills
Recall Health
Show total-recall index health — last ingest age, hook fire rate, p95 latency, error count, DB size.
Recall Status
Show total-recall index health — DB size, session count, last ingest, top topics for this cwd.
Reindex
Fully rebuild the codebase index from scratch
Crew Reindex
Rebuild the 3-layer codebase index from scratch - use after major refactors or when index seems stale
Orch Resume
Rebuild orchestration state after a crash, /clear or compaction — reads the ledger, scratch index and verify v
Context Refresh
Weekly maintenance pass for a hub-and-spoke context folder (CLAUDE.md + context-map.md + _inbox/ + INDEX.md pa
Related Agents
Xcode Runner
Runs Xcode apps on simulators, physical devices, or macOS. Determines if a rebuild is needed, delegates builds
Sf Deploy Engineer
Runs wave-3 Salesforce deployments - validate first, then quick-deploy the recorded job id. Use for manifest a
Teamai Recall
Search the team knowledge base (skills + learnings + docs + rules + codebase graph) and return a compact, stru