visual-recap

visual-recap is a skill for Claude Code, Codex from r13v/pi-feature-dev. It costs 96 tokens per session (1,407 once invoked), scanned A, original, MIT.

A visual summary of a planned or completed complex software change. It shows what changes, which parts of the system are connected, where a reviewer should look, and where risks or missing evidence remain.

In plain words
What is it for?
Use it after planning or finishing a substantial change to create a visual plan, change map, system overview, architecture impact summary, or before-and-after view.
Why use it?
It gives reviewers a quick way to understand a change before they inspect all the plan or code details. It also separates planned work from what was actually implemented when they differ.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/r13v/pi-feature-dev/visual-recap
Any agent
npx skills add r13v/pi-feature-dev --skill visual-recap
Clone the repo
git clone --depth 1 https://github.com/r13v/pi-feature-dev

Made for: Claude Code, Codex.

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 visual-recap

README.md
[![agentmods](https://agentmods.dev/badge/skills/r13v/pi-feature-dev/visual-recap.svg)](https://agentmods.dev/skills/r13v/pi-feature-dev/visual-recap)
Your own site
<a href="https://agentmods.dev/skills/r13v/pi-feature-dev/visual-recap"><img src="https://agentmods.dev/badge/skills/r13v/pi-feature-dev/visual-recap.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,407 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00096 $0.01407
Opus 5 $0.00048 $0.00704
Sonnet 5 $0.00019 $0.00281
Haiku 4.5 $0.00010 $0.00141

Measured 4d ago against content hash 178624a5052e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

visual-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 4d 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.

skills/visual-recap/SKILL.md · 113 lines

How it starts

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

Visual Recap

Help a reviewer understand a non-trivial change and choose where to inspect first.

A useful recap answers these questions in less than one minute:

  • What outcome changes?
  • Which system parts and relationships are affected?
  • What path should the reviewer trace?
  • Where is the risk or evidence gap?

The recap supplements the plan, source, change set, and normal review. It does not replace them.

Choose the Mode

  • Plan: Show intended work against the current system. Label assumptions, open decisions, and unverified paths.
  • Recap: Show what the current change set does. Rebuild the recap from current evidence.

State the mode. If a plan and an implementation both exist, use Recap. Add a short plan-versus-actual view only when they differ.

Ground the Recap

Use the smallest sufficient set of project evidence:

  1. Follow the instructions and context that the Host Agent already supplied.
  2. Look for project-local CONTEXT-MAP.md and CONTEXT.md files. Use CONTEXT-MAP.md for bounded-context locations and relationships. Use the relevant CONTEXT.md files for canonical domain terms. Link to each file that informed the recap.
  3. Use existing architecture documents, diagrams, ownership maps, and decision records when they cover the affected area.
  4. In Plan mode, inspect the current implementation and the proposed plan or requirements.
  5. In Recap mode, inspect the actual change set, affected source, and validation results. Use a source-control comparison when available, but do not require one version-control system.

A CONTEXT.md glossary supplies language, not architecture or path ownership. Do not create or update context files for this recap.

Use session memory to find evidence, not to prove a claim. Label facts when the distinction matters:

  • documented: defined by canonical project material;
  • observed: present in the current implementation or change set;
  • planned: intended but not implemented;
  • inferred: derived from source boundaries or behavior;
  • unknown: not verified.

Read the full file on GitHub · 113 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. 4d ago First seen · 113 lines · 96 tokens per session scan A 178624a5052e

Subscribe to this mod's changes

visual-recap is a skill published in the GitHub repository r13v/pi-feature-dev (2 stars, last pushed 16d ago), licensed MIT. It adds 96 tokens to every session and 1,407 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens

chat-perf

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

microsoft/vscode · 51 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens