total-recall
01Plugin Claude Code
Curated persistent memory for Claude Code. Write gate prevents bloat — only behavior-changing facts get saved. Tiered architecture: daily logs, structured registers, and auto-loaded working memory.
Plugin Claude Code
Curated persistent memory for Claude Code. Write gate prevents bloat — only behavior-changing facts get saved. Tiered architecture: daily logs, structured registers, and auto-loaded working memory.
Command Claude Code
Show what memory context is currently available in this session.
Command Claude Code
Mark memory entries matching a query as superseded. Does not delete — preserves history.
Command Claude Code
Add ^tr IDs to untagged memory entries in managed files. This is safe to run multiple times - it only tags entries that don't already have IDs.
Command Claude Code
Initialize the Total Recall memory system in this project.
Command Claude Code
Quick append to today's daily log. No write gate — raw capture.
Command Claude Code
Run maintenance on the memory system. Primary function: pressure-based demotion when working memory exceeds the word budget. Secondary: stale entry verification, contradiction checks, open loop review.
Command Claude Code
Review recent daily logs and surface candidates for promotion to registers or CLAUDE.local.md.
Command Claude Code
Search across all memory tiers for relevant information.
Command Claude Code
Show the health and status of the memory system.
Command Claude Code
Write a note to memory, applying the write gate. Default destination: daily log.
Instructions file
Claude Code instructions for davegoldblatt/total-recall, covering total recall, quick reference, commands and core rules.
Hook
Runs when a session starts, executing session-start.sh. From davegoldblatt/total-recall.
Hook
Runs before the context is compacted, executing pre-compact.sh. From davegoldblatt/total-recall.
Skill Claude CodeCodex
Show what memory files are loaded and available in the current session.
Skill Claude CodeCodex
Mark memory entries as superseded. Preserves history, does not delete.
Skill Claude CodeCodex
Add durable IDs to memory entries. Required before /recall-maintain can run.
Skill Claude CodeCodex
Scaffold the Total Recall memory directory structure in this project.
Skill Claude CodeCodex
Quick append to daily log without write gate evaluation.
Skill Claude CodeCodex
Pressure-based memory cleanup. Demotes, archives, or pins entries when working memory exceeds budget.
Skill Claude CodeCodex
Review daily logs and promote entries to registers or working memory.
Skill Claude CodeCodex
Search across all memory tiers (registers, daily logs, archive) for relevant information.
Skill Claude CodeCodex
Show memory system health — word counts, stale entries, hook status, recommendations.
Skill Claude CodeCodex
Write a note to memory with write gate evaluation. Only saves behavior-changing facts.