88plug

Recall Promote — Development skill for Claude Code

Development community

Promote a recall finding (correction/preference/domain fact) into project auto-memory so it survives without needing recall.

How to install Recall Promote

Installs to ~/.claude/skills/88plug-total-recall-recall-promote/SKILL.md

Terminal
mkdir -p ~/.claude/skills/88plug-total-recall-recall-promote && curl -fsSL https://raw.githubusercontent.com/88plug/total-recall/HEAD/commands/recall-promote.md -o ~/.claude/skills/88plug-total-recall-recall-promote/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Recall Promote does


description: Promote a recall finding (correction/preference/domain fact) into project auto-memory so it survives without needing recall. argument-hint:

Steps:

  1. Treat $ARGUMENTS as a topic and call recall(topic="$ARGUMENTS", limit=3) via the MCP tool. Pick the highest-scoring hit.
  2. Show candidate: kind / cwd / verbatim content.
  3. Ask: promote to project MEMORY.md (cwd-scoped) or global ~/.claude/CLAUDE.md (if scope=global)?
  4. On confirmation: write `~/.claude/project

Alternatives in Development

  • /remember — Save a finding or successful pattern to persistent hunt memory 1.2k ★
  • Claude Code Bmad Skills — BMAD Method skills for Claude Code - Auto-detection, Memory integration, Slash commands 393 ★
  • Arrecall — AgentRecall on-demand recall — surface past fixes, decisions, and patterns mid-session without leaving your fl 370 ★

Full documentation available on GitHub

View Source Repository