🧠
AutomationShell

Recall Init IDs

by davegoldblatt

Recall Init IDs is an Automation 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 Init IDs
Copy Recall Init IDs 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-init-ids ~/.claude/skills/recall-init-ids

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-init-ids/SKILL.md in davegoldblatt/total-recall
Installs to
~/.claude/skills/recall-init-ids
Collection
One of 10 skills cataloged from this repository
Category
Automation1956 skills

What Recall Init IDs does

Recall Init IDs adds durable ^tr IDs to untagged memory entries in managed files. Use it before /recall-maintain to prepare entries for metadata tracking.

Recall Init IDs is cataloged under Automation on DirSkills. Recall Init IDs comes from a repository tagged ai-agent, claude-code, claude-code-plugin, context-management and llm.

Documentation

README

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.

What To Do

1. Identify Managed Files

Scan these locations for single-line list item entries:

  • CLAUDE.local.md (working memory)
  • memory/registers/*.md (all register files)
  • memory/archive/**/*.md (archived entries, if they exist as list items)

Do NOT scan memory/daily/*.md - daily logs are not managed by the remove gate.

2. Parse Entries

An entry is exactly:

  • A line starting with - (dash + space)
  • Single line only (the entire entry is on one line)
  • NOT inside a fenced code block (``` markers)
  • NOT a placeholder like - [None captured yet] or - [None yet] or - [not yet set]

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

Commands Recall Init IDs provides

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

  • /recall-maintain

Frequently asked about Recall Init IDs

  • What else does davegoldblatt publish alongside Recall Init IDs?

    Recall Init IDs 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 Log. Each one is a separate skill with its own page in this directory, installs the same way Recall Init IDs 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 Init IDs compare to other Automation skills?

    Recall Init IDs ranks #1770 by stars among the 1956 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 Init IDs against them. Open each page to compare what they document and how they install.

More from davegoldblatt/total-recall

Recall Init IDs is one of 10 skills cataloged on DirSkills from davegoldblatt/total-recall.

See all 10 skills