Skip to content
Development
Skill

/recall-log

Quick append to daily log without write gate evaluation.

From plugin
davegoldblatt-recall
20310 skills10 commands2 hooks
Install
$ npx -y skills add davegoldblatt/total-recall --skill recall-log --agent claude-code

How 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.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • 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.md
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

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.

Ships withdavegoldblatt-recall

A memory system for Claude Code that remembers what matters and forgets what doesn't.

Get the whole plugin

Other skills on davegoldblatt-recall.