🧠
AI EngineeringShell

Recall Context

by davegoldblatt

Recall Context 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 Context
Copy Recall Context 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-context ~/.claude/skills/recall-context

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

What Recall Context does

Recall Context shows which memory files are loaded and what memory files exist on disk in the current session. Use it to verify available context, missing files, and memory hooks before continuing work.

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

Documentation

README

Show what memory context is currently available in this session.

What To Do

1. Check What's Auto-Loaded

These files load automatically via Claude Code's native mechanisms:

Via .claude/rules/ (deterministic):

  • .claude/rules/total-recall.md — memory protocol

Via CLAUDE.local.md (deterministic):

  • CLAUDE.local.md — working memory

2. Check What Exists On Disk

Read and report on what memory files are present:

Schema:

  • memory/SCHEMA.md — exists?

Daily Logs:

  • Today's log (memory/daily/[today].md) — exists? Entry count?
  • Yesterday's log — exists?

Registers:

  • List all .md files in memory/registers/ with entry counts

Archive:

  • List files in memory/archive/

3. Display

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

Commands Recall Context provides

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

  • /recall-init
  • /recall-write
  • /recall-search
  • /recall-status

Frequently asked about Recall Context

  • What else does davegoldblatt publish alongside Recall Context?

    Recall Context is one of 10 skills that DirSkills catalogs from davegoldblatt/total-recall, the repository it ships in. Its siblings there include Recall Forget, Recall Init IDs and Recall Log. Each one is a separate skill with its own page in this directory, installs the same way Recall Context 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 Context compare to other AI Engineering skills?

    Recall Context ranks #2835 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 Context against them. Open each page to compare what they document and how they install.