data-visualization

data-visualization is a skill for Claude Code, Codex from aneja5/forge-skills. It costs 39 tokens per session (1,652 once invoked), scanned A, original, MIT.

Use when building dashboards, charts, or data displays, when defining chart type selection rules, when standardizing data color encoding, or when charts look inconsistent across the product.

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/aneja5/forge-skills/data-visualization
Any agent
npx skills add aneja5/forge-skills --skill data-visualization
Clone the repo
git clone --depth 1 https://github.com/aneja5/forge-skills

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 data-visualization

README.md
[![agentmods](https://agentmods.dev/badge/skills/aneja5/forge-skills/data-visualization.svg)](https://agentmods.dev/skills/aneja5/forge-skills/data-visualization)
Your own site
<a href="https://agentmods.dev/skills/aneja5/forge-skills/data-visualization"><img src="https://agentmods.dev/badge/skills/aneja5/forge-skills/data-visualization.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,652 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00039 $0.01652
Opus 5 $0.00019 $0.00826
Sonnet 5 $0.00008 $0.00330
Haiku 4.5 $0.00004 $0.00165

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

Security

Grade A, and why

data-visualization 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.

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/data-visualization/SKILL.md · 138 lines

How it starts

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

Data Visualization

Overview

Pin down chart-type selection rules, data color encoding, axis conventions, responsive behavior, empty states, and load animations before charts proliferate. Output is .forge/data-visualization.md. Reads design-system (color palette, typography) and component-library (chart components). Referenced by every dashboard, report, and analytics surface.

When to Use

  • A dashboard or analytics surface is being built and no chart conventions exist
  • Charts across the product use 8 different color palettes and 3 different tooltip styles
  • A new chart type is being added and the team needs a rule for when to use it
  • Data colors don't track design tokens (raw #3B82F6 inside chart code)
  • A report needs to work on mobile and the existing charts don't respond

When NOT to Use

  • A single one-off chart on a marketing page — use the design system colors and move on
  • A product with no data surfaces (auth, settings, content)
  • A backend-only service

Common Rationalizations

Thought Reality
"Just use whatever chart looks good" Mismatched chart types across a dashboard look like three different products stitched together.
"We'll standardize later" By then you have 8 charts with 8 different palettes and 3 tooltip styles.
"Pie charts are fine" Humans can't accurately compare angles. Donuts with center metrics beat pies; horizontal bars beat both for comparison.
"We don't need empty states for charts" A blank chart area makes users think the product is broken.
"Hover tooltips work everywhere" Hover doesn't exist on touch. Every tooltip needs a tap path.

Red Flags

  • Pie chart used for comparison (use horizontal bar)
  • Color as the only differentiator (no patterns/labels/icons for accessibility)
  • Y-axis not starting at 0 (misleading without a "delta" framing)
  • Inconsistent date formats across charts (MMM DD here, MM/DD/YY there)
  • Chart with no empty state — just a blank rectangle
  • Tooltip that only works on hover (unusable on touch)
  • More than 5 distinct colors in one chart

Read the full file on GitHub · 138 lines

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 · 138 lines · 39 tokens per session scan A 07b3073438fe

Subscribe to this mod's changes

data-visualization is a skill published in the GitHub repository aneja5/forge-skills (3 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 1,652 once invoked, about $0.0002 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-03.

Related

Other skills, from other repositories

focus-problem

Deeply scope a problem before coding: parallel Explore agents map related files, similar implementations, and test patterns, producing a problem definition, boundaries, and minimal implementation plan. Use when planning a feature, investigating a bug, or entering an unfamiliar codebase area.

claude-world/director-mode-lite · 56 tokens

create-subagent

Generates single-purpose Claude Code sub-agents for use via the Task tool. Use when creating dedicated sub-agents, scaffolding agent definitions, or generating agents with diagnostics and permissions setup.

QBall-Inc/the-bulwark · 42 tokens

pipeline-templates

Pre-defined F# pipe workflows for multi-agent orchestration. Provides code review, fix validation, test audit, new feature, research & planning, and test execution pipelines. Triggered via PostToolUse hook after significant code changes.

QBall-Inc/the-bulwark · 0 tokens

subagent-output-templating

Template for structured sub-agent output including YAML log format, task completion reports (WHY/WHAT/TRADE-OFFS/RISKS), and summary constraints. Use when defining how sub-agents should report results.

QBall-Inc/the-bulwark · 50 tokens

create

Create a fresh NeatContext context from a user-defined behavioral profile and an existing local knowledge folder. Use only when the user explicitly invokes this skill or asks to create a new context rather than save the current conversation.

XTSoftwareLabs/neatcontext-plugins · 45 tokens

slice

Turn a feature into well-defined, independently shippable slices — whether it's an epic that needs breaking apart or a single story that needs sharpening into a job story.

thoughtbot/rails-consultant · 34 tokens