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.
/plugin marketplace add noluyorAbi/claude-code-recap/plugin install claude-code-recapWrote 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.
[](https://agentmods.dev/skills/noluyorabi/claude-code-recap/recap)<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>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.
| Model | Per session | Once 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 |
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.
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.
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) |
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.
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.
- 8d ago First seen · 119 lines · 186 tokens per session scan A 9e6c3da640d3
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.
Other skills, from other repositories
template-engine
Load, validate, and populate templates consistently across frameworks.
checkpoint
Create, list, or recover mid-workflow checkpoints so interrupted work resumes from a known-good position.
update
Update AIWG through its install-aware updater and re-deploy all installed frameworks from the registry.
run
Execute a named script defined in .aiwg/aiwg.config or list all available scripts.
runtime-info
Display a comprehensive runtime environment report covering detected provider, available tools, AIWG version, and installed frameworks.
uninstall-plugin
Remove a previously installed Claude Code marketplace plugin and unregister it from the local plugin registry.