From recall
Lists loaded memory files and scans disk for available memory context (schema, daily logs, registers, archive) in Claude Code sessions. Highlights gaps and suggests actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/recall:recall-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show what memory context is currently available in this session.
Show what memory context is currently available in this session.
These files load automatically via Claude Code's native mechanisms:
Via .claude/rules/ (deterministic):
Via CLAUDE.local.md (deterministic):
Read and report on what memory files are present:
Schema:
Daily Logs:
Registers:
Archive:
Memory Context — Current Session
─────────────────────────────────
Auto-loaded (deterministic):
.claude/rules/total-recall.md ✓ Protocol rules
CLAUDE.local.md ✓ Working memory ([N] words)
On disk:
memory/SCHEMA.md ✓ Protocol docs
memory/daily/[today].md ✓ [N] entries
memory/daily/[yesterday].md ✓ [N] entries
memory/registers/open-loops.md ✓ [N] active items
Available registers:
people.md [N] entries
projects.md [N] entries
decisions.md [N] entries
preferences.md [N] entries
tech-stack.md [N] entries
Archive: [N] files
Hooks:
SessionStart [configured/not configured]
PreCompact [configured/not configured]
If expected files are missing:
Missing:
✗ CLAUDE.local.md — run /recall-init to create
✗ No daily log for today — will be created on first /recall-write
Use /recall-search <query> to pull context from any tier.
Use /recall-status for memory health metrics.
npx claudepluginhub davegoldblatt/total-recallShows memory system health: working memory word counts/open loops, daily logs/registers/archive stats, stale/superseded entries, hooks status, with recommendations.
Search, query, view stats, and manage Claude's persistent memory in a portable .claude/mind.mv2 file using Node.js scripts. Recalls discoveries, decisions, and solutions.
Organizes, extracts, prunes, and verifies Claude Code persistent memory files to keep MEMORY.md under the 200-line truncation limit and topic files up to date with project state.