88plug

Recall Metrics — Development skill for Claude Code

Development community

Show total-recall metrics summary — sessions, tokens, top corrections, busiest project, longest session — over a window.

How to install Recall Metrics

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

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

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

What Recall Metrics does


description: Show total-recall metrics summary — sessions, tokens, top corrections, busiest project, longest session — over a window. argument-hint: [since (e.g. 7d, 30d) — defaults to 7d]

Run `bash "${CLAUDE_PLUGIN_ROOT}/scripts/recall-cli.sh" metrics summary --since ${ARGUMENTS:-7d}` via Bash.

Present the output to the user verbatim. If the user asks for trends across windows, run with different `--since` values (7d, 30d, 90d) and compare.

Common follow-ups:

  • "Which sessions cost t

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Crypto Market Rank — Query crypto market rankings including trending tokens, smart money inflows, meme rankings, and top trader PnL 483 ★
  • Tmux Claude Hatch — tmux plugin that runs Claude Code sessions in popups per project directory, with an fzf picker showing each se 381 ★

Full documentation available on GitHub

View Source Repository