🧠
AI EngineeringShell

Recall Promote

by davegoldblatt

Recall Promote is an AI Engineering skill for Claude Code, published by davegoldblatt in total-recall.

202 stars13 forkson davegoldblatt/total-recallAdded 2026/09/05Repository updated 2026/02/12
ai-agentclaude-codeclaude-code-plugincontext-managementllmmemorypersistent-memory
Install in seconds
Install Recall Promote
Copy Recall Promote into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/davegoldblatt/total-recall/tree/main/skills/recall-promote ~/.claude/skills/recall-promote

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/davegoldblatt/total-recall.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/recall-promote/SKILL.md in davegoldblatt/total-recall
Installs to
~/.claude/skills/recall-promote
Collection
One of 10 skills cataloged from this repository
Category
AI Engineering3101 skills

What Recall Promote does

Recall Promote reviews recent daily logs and suggests entries to promote into CLAUDE.local.md or memory registers. Use it when turning recurring decisions, preferences, and project state into durable context.

Recall Promote is cataloged under AI Engineering on DirSkills. Recall Promote comes from a repository tagged ai-agent, claude-code, claude-code-plugin, context-management and llm.

Documentation

README

Review recent daily logs and surface candidates for promotion to registers or CLAUDE.local.md.

What To Do

1. Gather Recent Logs

Read all daily log files from the last 7 days (memory/daily/YYYY-MM-DD.md).

If no daily logs exist, tell the user:

No daily logs found. Use /recall-write or /recall-log to start capturing.

2. Identify Promotion Candidates

Scan each entry and evaluate:

Promote to CLAUDE.local.md if:

  • Active commitment or deadline that affects every session
  • Behavioral preference that changes default output
  • Current project state that's essential context

This is the opening of the README. Read the full README on GitHub.

Commands Recall Promote provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /recall-write
  • /recall-log

Frequently asked about Recall Promote

  • What else does davegoldblatt publish alongside Recall Promote?

    Recall Promote is one of 10 skills that DirSkills catalogs from davegoldblatt/total-recall, the repository it ships in. Its siblings there include Recall Context, Recall Forget and Recall Init IDs. Each one is a separate skill with its own page in this directory, installs the same way Recall Promote does, and is maintained by davegoldblatt in that same repository. The rest of the collection is listed on the davegoldblatt/total-recall page.

  • How does Recall Promote compare to other AI Engineering skills?

    Recall Promote ranks #2838 by stars among the 3101 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Recall Promote against them. Open each page to compare what they document and how they install.