recall-context
Show what memory files are loaded and available in the current session.
Quick append to daily log without write gate evaluation.
$ npx -y skills add davegoldblatt/total-recall --skill recall-log --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recall-logContext preview
The summary Claude sees to decide when to auto-load this skill.
Quick append to daily log without write gate evaluation.
description: Quick append to daily log without write gate evaluation. argument-hint: <note> disable-model-invocation: true
Quick append to today's daily log. No write gate — raw capture.
Note to log: $ARGUMENTS
1. Create today's daily log file (`memory/daily/YYYY-MM-DD.md`) if it doesn't exist, using the daily log template 2. Append a timestamped entry:
[HH:MM] note text
3. Confirm:
Logged to memory/daily/[date].md
That's it. No gate, no analysis, no routing. This is for quick capture when the user doesn't want the write gate overhead.
A memory system for Claude Code that remembers what matters and forgets what doesn't.
Show what memory files are loaded and available in the current session.
Mark memory entries as superseded. Preserves history, does not delete.
Add durable IDs to memory entries. Required before /recall-maintain can run.
Scaffold the Total Recall memory directory structure in this project.
Pressure-based memory cleanup. Demotes, archives, or pins entries when working memory exceeds budget.
Review daily logs and promote entries to registers or working memory.