88plug

Recall Decisions — Development skill for Claude Code

Development community

Show standing decisions the operator has made (e.g. provider-a provider-b, billing-a billing-b).

How to install Recall Decisions

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

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

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

What Recall Decisions does


description: Show standing decisions the operator has made (e.g. provider-a > provider-b, billing-a > billing-b). Useful before recommending defaults. argument-hint: [topic]

If $ARGUMENTS is non-empty, call `get_decision_for_topic` with `topic="$ARGUMENTS"`. Otherwise call `list_standing_decisions` with `scope="global"`.

Present each decision as: ` > ` · date · one-line rationale from the originating session.

Run this before recommending any default that has plausibl

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Projectmem — Open-source coding agent memory 766 ★
  • Openclaw Billing Proxy — Route OpenClaw API requests through Claude Code subscription billing instead of Extra Usage 460 ★

Full documentation available on GitHub

View Source Repository