visual-response

visual-response is a skill for Claude Code, Codex from a275618631/codex-antigravity-collaboration. It costs 80 tokens per session (589 once invoked), scanned A, original, MIT.

A guide for turning complex answers into visual formats such as flowcharts, tables, timelines, or diagrams.

In plain words
What is it for?
Use it when explaining workflows, architecture, data flows, tool comparisons, trade-offs, or project milestones.
Why use it?
It makes sequences, system relationships, comparisons, and decisions easier to understand.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when explaining workflows, architecture, data flows, tool comparisons, trade-offs, or project milestones.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/a275618631/codex-antigravity-collaboration/visual-response
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.

Any agent
npx skills add a275618631/codex-antigravity-collaboration --skill visual-response
Clone the repo
git clone --depth 1 https://github.com/a275618631/codex-antigravity-collaboration

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/visual-response/github.svg)](https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/visual-response)
Your own site
<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/visual-response"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/visual-response/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for visual-response

Your own site · 80×15
<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/visual-response"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/visual-response.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 589 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.00080 $0.00589
Opus 5 $0.00040 $0.00295
Sonnet 5 $0.00016 $0.00118
Haiku 4.5 $0.00008 $0.00059

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

Security

Grade A, and why

visual-response 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 9d 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.

shared/skills/GLOBAL_CORE/visual-response/SKILL.md · 55 lines

What it actually says

視覺化回應

觸發

符合任一條件時使用:

  • 有順序步驟、操作流程、安裝或執行順序。
  • 有階層架構、資料夾結構、技術棧或分類樹。
  • 有因果流程、決策樹、資料流或 API 呼叫鏈。
  • 有方案比較、工具比較、優缺點取捨。
  • 有時間軸、里程碑或階段計畫。

簡短定義、單純問答、短篇創作不必使用。

圖表選型

情境 格式
步驟 / 因果 Mermaid flowchart
架構 / 巢狀 Mermaid subgraph 或 ASCII 容器
比較 Markdown 表格
時間軸 Mermaid / 表格
渲染可能失敗 ASCII

輸出結構

  1. 圖前一句話:說明這張圖呈現什麼。
  2. 圖表:節點短、箭頭清楚、細節不塞進節點。
  3. 圖後補充:關鍵決策點、注意事項或下一步。

Mermaid 深色友善模板

flowchart TD
    A["起始"] --> B["工具"]
    B --> C["判斷"]
    C --> D["輸出"]
    style A fill:#3f403d,stroke:#b8b8b0,color:#f4f1e8
    style B fill:#075746,stroke:#35d0a2,color:#e9fff7
    style C fill:#3d3388,stroke:#a99bff,color:#f3f0ff
    style D fill:#7a2f17,stroke:#f19972,color:#fff2e8

品質檢查

  • 圖前後都有文字。
  • 圖內節點盡量短;中文節點標題約 8 字內。
  • 箭頭方向能表達執行順序。
  • 色塊與文字高對比,深色介面可讀。
  • 不為簡單答案硬加圖。
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. 9d ago First seen · 55 lines · 80 tokens per session scan A f8a65872fb0d

Subscribe to this mod's changes

visual-response is a skill published in the GitHub repository a275618631/codex-antigravity-collaboration (8 stars, last pushed 9d ago), licensed MIT. It adds 80 tokens to every session and 589 once invoked, about $0.0004 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.