recap

recap is a skill for Claude Code from noluyorAbi/claude-code-recap. It costs 186 tokens per session (2,535 once invoked), scanned A, original, MIT.

A command-line tool for finding recent Claude Code sessions across projects. It shows where each session happened, what it covered, where it stopped, recent activity, Git branch, model, turn count, and a command for continuing it.

In plain words
What is it for?
Use it to list or search sessions, filter by project or date, check uncommitted and unpushed Git changes, and resume selected work.
Why use it?
It makes interrupted or forgotten coding work easier to locate after a reboot or context switch.

Skill for Claude Code

Written for Claude Code: $CLAUDE_PLUGIN_ROOT variable. Also seen: reads .claude/ paths; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-code-recap plugin — 1 skill shipped together

Good fit Use it to list or search sessions, filter by project or date, check uncommitted and unpushed Git changes, and resume selected work.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add noluyorAbi/claude-code-recap
Claude Code
/plugin install claude-code-recap

Made for: Claude Code.

Or install claude-code-recap, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for recap

README.md
[![agentmods](https://agentmods.dev/badge/skills/noluyorabi/claude-code-recap/recap.svg)](https://agentmods.dev/skills/noluyorabi/claude-code-recap/recap)
Your own site
<a href="https://agentmods.dev/skills/noluyorabi/claude-code-recap/recap"><img src="https://agentmods.dev/badge/skills/noluyorabi/claude-code-recap/recap.svg" alt="Measured on agentmods" height="20"></a>
Per session 186 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,535 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00186 $0.02535
Opus 5 $0.00093 $0.01267
Sonnet 5 $0.00037 $0.00507
Haiku 4.5 $0.00019 $0.00253

Measured 8d ago against content hash 9e6c3da640d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

recap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (recap.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/recap/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

recap: re-entry radar for Claude Code sessions

One command, full overview of recent sessions across every project on this machine. Built for the post-reboot moment: which projects, what was each session about, and the exact command to jump back in.

How to run it

Personal or project install (the skill directory is on disk next to this file):

python3 ~/.claude/skills/recap/recap.py [flags]

Plugin install (Claude Code exports the plugin root):

python3 "$CLAUDE_PLUGIN_ROOT/skills/recap/recap.py" [flags]

Nothing to install beyond Python 3 (stdlib only, no third-party packages).

Flag Meaning
(none) last 15 sessions, newest first, instant, no network
--since 7d only sessions active in the window (30m, 24h, 7d, 2w)
--project foo filter by substring of the absolute project path; separators are interchangeable (my_app, my-app, work/my_app)
--grep PATTERN only sessions whose conversation matches PATTERN (regex, case-insensitive); the matching excerpt replaces the line
--dirty annotate each row with its project's uncommitted and unpushed counts (read-only git calls)
--limit N max rows (default 15)
--json machine-readable output with full session ids and resume commands
--no-tail hide the line that says where each session stopped
--smart real one-sentence summaries via ONE claude -p haiku call (network, ~10s)
--pick choose a row interactively, then cd + claude -r into it directly
--open open EVERY listed session in its own new terminal tab and resume it there
--claude-flags "..." extra flags for each resumed claude (e.g. "--chrome --dangerously-skip-permissions"); also shown in the printed resume lines and --json
--terminal NAME which terminal --open drives: iTerm2, Terminal, tmux, wezterm, kitty, gnome-terminal, konsole (default: auto-detected)
--yes / -y skip the --open confirmation prompt (required when stdin is not a TTY)
--dry-run with --open: print the tabs and commands, open nothing
--color force ANSI colors when output is piped (e.g. inside Claude Code)
--plain no ANSI at all (also honors NO_COLOR / FORCE_COLOR env)

Read the full file on GitHub · 119 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 119 lines · 186 tokens per session scan A 9e6c3da640d3

Subscribe to this mod's changes

recap is a skill published in the GitHub repository noluyorAbi/claude-code-recap (30 stars, last pushed 1mo ago), licensed MIT. It adds 186 tokens to every session and 2,535 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.