/recall-log
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.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/recall-log
Context preview
The summary Claude sees to decide when to auto-load this skill.
Quick append to daily log without write gate evaluation.
SKILL.md
recall-log.SKILL.mddescription: 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
What To Do
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.
Other skills on recall.
- /recall-context
Show what memory files are loaded and available in the current session.
Open skill - /recall-forget
Mark memory entries as superseded. Preserves history, does not delete.
Open skill - /recall-init-ids
Add durable IDs to memory entries. Required before /recall-maintain can run.
Open skill - /recall-init
Scaffold the Total Recall memory directory structure in this project.
Open skill - /recall-maintain
Pressure-based memory cleanup. Demotes, archives, or pins entries when working memory exceeds budget.
Open skill - /recall-promote
Review daily logs and promote entries to registers or working memory.
Open skill

