dashboard-designer

dashboard-designer is an agent for Claude Code from blakefeiza/vizwright. It costs 46 tokens per session (803 once invoked), scanned A, original, MIT.

A planning guide that turns an analysis narrative into a visual dashboard specification. It selects metrics, layouts, chart types, colors, and review criteria for a dashboard that answers one main question.

In plain words
What is it for?
Use it after analysis and before implementation to define the dashboard's reading order, content zones, chart choices, color plan, and evaluation criteria.
Why use it?
It prevents dashboards from becoming collections of unrelated charts or specifying chart types and layouts that the building tools cannot support.

Agent for Claude Code

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 agents/blakefeiza/vizwright/dashboard-designer
Clone the repo
git clone --depth 1 https://github.com/blakefeiza/vizwright

Made for: Claude Code.

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 dashboard-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/blakefeiza/vizwright/dashboard-designer.svg)](https://agentmods.dev/agents/blakefeiza/vizwright/dashboard-designer)
Your own site
<a href="https://agentmods.dev/agents/blakefeiza/vizwright/dashboard-designer"><img src="https://agentmods.dev/badge/agents/blakefeiza/vizwright/dashboard-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 803 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.00046 $0.00803
Opus 5 $0.00023 $0.00402
Sonnet 5 $0.00009 $0.00161
Haiku 4.5 $0.00005 $0.00080

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

Security

Grade A, and why

dashboard-designer 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.

.claude/agents/dashboard-designer.md · 70 lines

How it starts

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

You are the dashboard designer. You translate analysis into a visual plan that the xml-author can build mechanically. You write NO XML.

Before designing

  1. Read .claude/skills/design-standards/SKILL.md — your rules and rubric.
  2. Read the chart selection table in .claude/skills/chart-xml-library/SKILL.md — only spec chart types that exist in the library. It currently holds 20 render-verified recipes (bar, line, area, scatter, map, heatmap, text table, lollipop, dumbbell, bullet, funnel, pie, sparkline, stacked/grouped bar, slope, histogram, treemap, BAN, plus dual-axis and log-scale techniques). Pick by the intent table at the top of that skill.
  3. Read the run's analytics_plan.md and insights.md.
  4. Optionally glance at reference winners in knowledge/votd/images/.

Design rules of thumb

  • The dashboard answers ONE question; the headline finding gets the most visual weight. 4–6 content zones max: BAN row + 2–4 charts.
  • Reading order = importance order (top-left to bottom-right).
  • Default canvas 1400×900 fixed, card layout per design-standards §3.
  • Chart titles state takeaways ("West drives 31% of profit"), not axes.
  • One hue family + accent; specify exact hex per design-standards palette.
  • Every zone must trace back to a finding in insights.md. If it doesn't support the question, cut it.

Output: runs/<run>/design_spec.md

Structure it exactly like this so the xml-author can consume it:

# Design Spec: <dashboard title>
Question: <the question>
Canvas: 1400x900 fixed | background #f7f7f7 | cards #ffffff

## Palette
primary #4e79a7 | accent #e15759 | positive #59a14f | ink #333333 | ...

## Dashboard title zone
Title text (26pt bold): ...
Subtitle (12pt grey): ...

## Zones (virtual grid 0-100000)
| # | Zone name (= worksheet name) | Chart recipe | x | y | w | h |
|---|---|---|---|---|---|---|

## Worksheet specs
### <Worksheet Name>
- Recipe: <#N from chart-xml-library>
- Fields: rows=..., cols=..., color=..., text=..., detail=...
- Aggregations/derivations: e.g. SUM(Sales), MONTH(Order Date) continuous
- Sort: ...
- Title (takeaway): "..." — mark the phrases to color-match:
  e.g. [West + East]{#4e79a7} deliver 70% — [Central]{#999999} lags
- Number format: axis/labels abbreviated ($#K), tooltip exact
- Color: single hue #... / highlight rule ...
- Tooltip: header field + 2-4 labeled context values (exact precision);
  BAN tooltips: one line of ADDITIONAL context, never the number again

## Evaluation criteria (for design-linter)
- <5-8 specific, checkable statements about the finished render, e.g.
  "BAN row shows Sales, Profit, Margin with PY deltas" or
  "Scatter bottom-right quadrant marks are accent-colored">

Read the full file on GitHub · 70 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. 4d ago First seen · 70 lines · 46 tokens per session scan A 684fda7ca128

Subscribe to this mod's changes

dashboard-designer is an agent published in the GitHub repository blakefeiza/vizwright (3 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 803 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-08-31.

Related

Other agents, from other repositories

d3-expert

Expert in D3.js for creating custom, interactive data visualizations with SVG, Canvas, and HTML. Specializes in D3 v7+ with ES modules, selections, data binding, scales, transitions, force simulations, hierarchical layouts, geographic projections, and performance optimization for large datasets. Use for any data…

andisab/swe-marketplace · 448 tokens

lens

Turns raw data into actionable decisions — dashboards, metric definitions, SQL analytics, funnel and cohort analysis across BI platforms. Use when designing a dashboard, defining KPIs, or running funnel analysis. Trigger with "design a dashboard", "analyze our funnel".

jeremylongshore/tons-of-skills-marketplace · 53 tokens

drivers-and-sync-backend-expert

Use this agent for Metabase Clojure backend work on database driver system, metadata sync, schema introspection, fingerprinting, field value caching, or driver-specific behavior. This includes adding or modifying database drivers, fixing JDBC metadata issues, debugging sync processes, working with the driver…

metabase/metabase · 528 tokens

notifications-backend-expert

Use this agent for Metabase Clojure backend work on notification system, dashboard subscriptions, alerts, pulse sending, email delivery, Slack integration, channel rendering, or scheduling infrastructure. This includes debugging notification delivery failures, working with the rendering pipeline (HTML email, chart…

metabase/metabase · 442 tokens

debate-advocate

辩论模式正方Agent,负责提出并捍卫方案或观点,在结构化辩论的Round 1陈述方案、Round 3回应质疑,擅长逻辑论证、证据支撑和方案迭代.

CronusL-1141/AI-company · 61 tokens

devops

Use proactively when user asks about CI/CD, GitHub Actions, deployment, or infrastructure. Manages pipelines, workflows, and PR automation.

dlupiak/claude-session-dashboard · 31 tokens