88plug

Recall Corrections — Development skill for Claude Code

Development community

Surface recent operator corrections on a topic — what Claude got wrong, what was demanded.

How to install Recall Corrections

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

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

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

What Recall Corrections does


description: Surface recent operator corrections on a topic — what Claude got wrong, what was demanded. argument-hint: [topic]

If $ARGUMENTS is non-empty, call `recall_corrections_about` with `topic="$ARGUMENTS"` and `limit=10`. Otherwise call `get_recent_corrections` with the current working directory and `limit=5`.

For each correction present: date · cwd · one-line verbatim quote of the operator's correction · the model behavior that was being corrected.

If the same topic appears 3+

Alternatives in Development

  • /diagnose — Vérifie l'état de l'environnement RTK et suggère des corrections 25.5k ★
  • Arrecall — AgentRecall on-demand recall — surface past fixes, decisions, and patterns mid-session without leaving your fl 370 ★
  • Obsidian Emerge — Surface unnamed patterns from your recent notes — recurring themes, hidden connections, and conclusions you ha 277 ★

Full documentation available on GitHub

View Source Repository