← ClaudeAtlas

recalllisted

Orient Claude on mining past Claude Code session logs via the total-recall plugin. Use when the user references prior work, asks "what did I do", asks about past decisions, mentions earlier sessions, wants to avoid repeating a corrected mistake, or asks why a previous choice was made. Surfaces user corrections, decisions, self-corrections, progress markers, and stable domain facts from ~/.claude/projects/*.jsonl across this and prior sessions in the same cwd or globally across all projects.
88plug/total-recall · ★ 0 · Data & Documents · score 63
Install: claude install-skill 88plug/total-recall
# total-recall — Cross-session memory protocol You are operating with the **total-recall** plugin installed. It indexes the user's append-only Claude Code transcripts at `~/.claude/projects/<cwd-slug>/<session-uuid>.jsonl` and exposes a small set of MCP query tools. Use it to recover *inter-session* and *cross-project* knowledge — prior decisions, corrections the user already made, things that already failed, stable facts about who the user is and how their infra is shaped. This is the complement of the **amnesia** plugin. Amnesia handles the *acute* slice — the handoff across compactions and resumes inside one project. total-recall handles *historical breadth* — anything older than the current session, or from a different project. Don't duplicate amnesia's work; ask it for "what was I doing 10 minutes ago", ask recall for "what did we decide last month." The transcripts are read-only. Never write into `~/.claude/projects/*.jsonl`. Never re-upload them. Never paraphrase the user's words back as if they were yours — quote corrections verbatim so the user can recognize their own voice. ## What's available 23 MCP tools (v0.3), namespaced `mcp__total-recall__*`. Use the closest-fit tool — don't fall back to the generic `recall` if a more specific one exists. ### v0.1 generic (6 tools) | Tool | When to use | | --- | --- | | `recall(topic, kind?, scope?, since?, limit?)` | General-purpose semantic+keyword lookup across all extracted insights. Default entry point when intent