visual-brief

visual-brief is a skill for Claude Code, Codex from pchalasani/claude-code-tools. It costs 58 tokens per session (1,746 once invoked), scanned A, original, MIT.

A guide for publishing detailed work reports as structured HTML pages. It explains when to use a visual report, how to acknowledge the person first, and how to separate summaries from evidence.

In plain words
What is it for?
Use it for substantial implementation results, investigations, design reports, reviews, and decisions. It is not intended for quick answers, tiny fixes, or routine status updates.
Why use it?
It keeps substantial findings and implementation details in one readable place instead of spreading them across chat and terminal output. It also helps readers move from a quick conclusion to the supporting reasoning.

Skill for Claude CodeCodex

About the project

pchalasani/claude-code-tools is a collection of command-line tools, skills, agents, hooks, plugins, and commands for improving work with Claude Code, Codex-CLI, and similar coding agents. It is used by developers who want reusable productivity features and workflows for terminal-based AI coding assistants. The catalogue entries are components of, or extensions for, these coding-agent workflows.

pchalasani/claude-code-tools · 1,990 stars · on GitHub

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/pchalasani/claude-code-tools/visual-brief
Any agent
npx skills add pchalasani/claude-code-tools --skill visual-brief
Clone the repo
git clone --depth 1 https://github.com/pchalasani/claude-code-tools

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-brief

README.md
[![agentmods](https://agentmods.dev/badge/skills/pchalasani/claude-code-tools/visual-brief.svg)](https://agentmods.dev/skills/pchalasani/claude-code-tools/visual-brief)
Your own site
<a href="https://agentmods.dev/skills/pchalasani/claude-code-tools/visual-brief"><img src="https://agentmods.dev/badge/skills/pchalasani/claude-code-tools/visual-brief.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,746 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.00058 $0.01746
Opus 5 $0.00029 $0.00873
Sonnet 5 $0.00012 $0.00349
Haiku 4.5 $0.00006 $0.00175

Measured today against content hash 5fe0c75e6383, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

visual-brief 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 today.

The scan reads SKILL.md. This mod also ships 39 executable files (frontend/inline-safety.test.ts, frontend/inline-safety.ts, frontend/src/age.ts, …), 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.

packages/visual-brief/SKILL.md · 220 lines

How it starts

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

Visual Brief

Start with a Visible Acknowledgment

Before a long setup or implementation block, send the human a short visible acknowledgment in the current conversation. Say what you are starting and where you will publish the result. Do this before creating files or running lengthy commands.

The same rule applies to a substantial request sent through the page. Answer the thread first with one short confirmation. Publish the completed work later. If the request takes only a moment, answer it directly without a separate acknowledgment.

Use the Page as the Report

The human reads the page. The chat only points to it. Put the complete report on the page, including conclusions, limits, reasoning, and evidence. Do not repeat the report in the terminal response.

A visual brief is useful for substantial implementation results, design reports, investigations, reviews, and decision sets. Trivial progress and small fixes belong in ordinary conversation. An explicit request for a visual brief overrides this threshold.

The page supports layers:

  • glance states one plain claim.
  • explanation gives the reasoning in full.
  • forensics holds raw evidence, file paths, output, errors, and numbers.
  • tables hold repeated or comparable values.

Keep each prose field as a flowing thought. Several distinct facts should be separate items, table rows, or forensic notes. Do not cram numbered lists into glance, explanation, or a conversation turn.

Publish One Complete Briefing

Every normal publish accepts one JSON object with exactly these fields:

  • id
  • timestamp
  • headline
  • summary
  • lanes

visual-brief publish appends that object to updates. The last entry, updates[-1], is the latest briefing. The page gives it the prominent card treatment. When another briefing arrives, the prior latest keeps its stable id and moves into the quieter earlier-briefing ledger. Its folds, drafts, conversations, and pending state remain attached to the same record.

Read the full file on GitHub · 220 lines

Files

What ships with it

60 files 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. today First seen · 220 lines · 58 tokens per session scan A 5fe0c75e6383

Subscribe to this mod's changes

visual-brief is a skill published in the GitHub repository pchalasani/claude-code-tools (1,990 stars, last pushed today), licensed MIT. It adds 58 tokens to every session and 1,746 once invoked, about $0.0003 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-09-05.