ux-dashboard

ux-dashboard is a command for Claude Code from Laith0003/ux-skill. It costs 114 tokens per session (2,779 once invoked), scanned A, original, MIT.

A command for designing dashboards, admin panels, and analytics screens that show many values and statuses at once. It emphasizes dense tables, readable numbers, small trend charts, meaningful status colors, and limited decorative cards.

In plain words
What is it for?
Use it to create monitoring screens, KPI boards, admin panels, and data-heavy analytics views. It helps organize metrics, tables, live status, lists, command inputs, and other required dashboard elements.
Why use it?
It helps prevent an operational dashboard from becoming a marketing page filled with disconnected charts. The layout is shaped around what operators, analysts, or executives need to notice and act on.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Part of the ux plugin — 25 commands, 5 agents shipped together

Good fit Use it to create monitoring screens, KPI boards, admin panels, and data-heavy analytics views. It helps organize metrics, tables, live status, lists, command inputs, and other required dashboard elements.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/laith0003/ux-skill/ux-dashboard
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.

Clone the repo
git clone --depth 1 https://github.com/Laith0003/ux-skill

Made for: Claude Code.

Or install ux, the plugin that ships this one along with the rest of its 25 commands, 5 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/laith0003/ux-skill/ux-dashboard.svg)](https://agentmods.dev/commands/laith0003/ux-skill/ux-dashboard)
Your own site
<a href="https://agentmods.dev/commands/laith0003/ux-skill/ux-dashboard"><img src="https://agentmods.dev/badge/commands/laith0003/ux-skill/ux-dashboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 114 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,779 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.00114 $0.02779
Opus 5 $0.00057 $0.01389
Sonnet 5 $0.00023 $0.00556
Haiku 4.5 $0.00011 $0.00278

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

Security

Grade A, and why

ux-dashboard 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 7d 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.

commands/ux-dashboard.md · 225 lines

How it starts

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

/ux-dashboard

You are running the /ux-dashboard command from the ux plugin. The job is to produce a dashboard that respects data density and operator attention — not a marketing site with charts pasted on. Anti-card-overuse, monospace tabular numbers, semantic state colors, sparing motion.

When to use

Triggers: "build a dashboard", "design the admin panel", "make a metrics page", "operator console", "analytics view", "KPI board", "monitoring screen". If the user wants a marketing landing page with stats, route to /ux-design instead.

Process

0. Discovery protocol (MANDATORY)

Before anything else, read references/process/discovery-protocol.md and run its intake. For dashboards, highest-leverage fields: brand identity, references (admired dashboards), audience (operator / analyst / exec — different density needs), key metrics + data shape, style direction, voice for state messages, stack, must-have widgets (intelligent-list / command-input / live-status / wide-stream / contextual-focus), avoid-list, and the wow moment. Group into 2–3 messages. Push back on "anything's fine".

1. Capture the brief

Required:

  • Data shape: what entities, what metrics, what relationships. Time-series? Categorical? Hierarchical?
  • Key metrics: the 3-7 numbers that dominate the page
  • Audience: operator (always-on, scan-and-act) / analyst (deep dive, filter and segment) / exec (status at a glance)
  • Stack: React + Tailwind / Next.js / Vue / Blade + Alpine / etc.

If anything's missing, ask once: "One line — data shape, key metrics, audience (operator/analyst/exec), stack?"

2. Read the references

Read before dispatching:

  • references/styles/anti-slop.md — the ban list
  • references/styles/arsenal.md — pick dashboard-relevant patterns

Dashboard-relevant arsenal patterns (pick 3-5):

  • Bento grid — asymmetric, intentional, never 3-equal-cards
  • Intelligent list — auto-sorting, contextual ordering
  • Command input — keyboard-driven filter/search
  • Live status with overshoot — for real-time indicators, used sparingly
  • Wide data stream — infinite carousel of metrics when there's more than fits
  • Contextual focus mode — click a metric, get the deep-dive without page change
  • Hairline-separated metric blocks — for tight KPI rows, no cards needed

Read the full file on GitHub · 225 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. 7d ago First seen · 225 lines · 114 tokens per session scan A e23df8106730

Subscribe to this mod's changes

ux-dashboard is a command published in the GitHub repository Laith0003/ux-skill (68 stars, last pushed yesterday), licensed MIT. It adds 114 tokens to every session and 2,779 once invoked, about $0.0006 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-30.

Related

Other commands, from other repositories

accessibility-audit

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users.

wshobson/agents · 0 tokens

cinematic-scroll

Build cinematic, scroll-driven websites with the cinematic-scroll skill — pinned chapter reveals, hero/multi-depth parallax, scroll-linked 3D tilt and camera moves, and environment-morphing backgrounds. From a single self-contained .html scroll section (Mode A) to a full Next.js release site with optional AI-generated…

MustBeSimo/cinematic-scroll-skill · 0 tokens

healthcare-ux-specialist

Use when designing clinical or patient-facing interfaces. Clinical workflows, displaying sensitive patient data, HIPAA considerations in the UI, and medical terminology patients do not speak.

imsaif/design-with-claude · 32 tokens

motion-designer

Use when animation feels wrong. Transitions too slow or too bouncy, motion with no purpose, blanket transitions on every property, no reduced-motion support, or animation that drops frames.

imsaif/design-with-claude · 37 tokens

spacing-layout-specialist

Use when spacing looks arbitrary. Padding and margins off any scale, inconsistent gaps between the same components, no grid underneath, or a layout that needs a denser mode.

imsaif/design-with-claude · 34 tokens

add-library

Kullanıcı "kütüphane ekle", "library ekle", "tasarım sistemi ekle", "design system ekle" dediğinde bu komutu uygula.

atezer/FMCP · 0 tokens