88plug

Recall Topics — Development skill for Claude Code

Development community

List most-extracted topics from past Claude Code sessions — corrections, decisions, recurring preferences.

How to install Recall Topics

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

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

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

What Recall Topics does


description: List most-extracted topics from past Claude Code sessions — corrections, decisions, recurring preferences. argument-hint: [since (default 30d)]

Run `bash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" metrics topics --since ${ARGUMENTS:-30d} --limit 15` via Bash.

For each topic returned, present:

  • the topic phrase
  • the count + which kinds (correction / decision / domain_fact)
  • one example excerpt

If a correction topic has count ≥ 3, surface it as a "standing rule" — the

Alternatives in Development

  • /diagnose — Vérifie l'état de l'environnement RTK et suggère des corrections 25.5k ★
  • Tmux Claude Session Manager — Run many Claude Code sessions across your projects, each in its own tmux session — then list them, see which a 380 ★
  • 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