claude-session-dashboard: Skill for Claude Code

.claude/skills/uiux/SKILL.md

uiux is a skill for Claude Code from dlupiak/claude-session-dashboard. It costs 24 tokens per session (1,473 once invoked), scanned A, original, MIT.

A visual design system for a dark dashboard, defining its colors, typography, spacing, components, and layout patterns.

In plain words
What is it for?
Use it when building or updating dashboard pages, panels, charts, labels, inputs, and other interface components in the session dashboard.
Why use it?
It gives interface work a shared visual language so new screens and components do not look inconsistent. It also provides exact color and theme guidance for developer-tool dashboards.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is dlupiak/claude-session-dashboard's own configuration. It tells Claude Code how to work on claude-session-dashboard itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-session-dashboard configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dlupiak/claude-session-dashboard. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dlupiak/claude-session-dashboard/main/.claude/skills/uiux/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dlupiak/claude-session-dashboard

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 uiux

README.md
[![agentmods](https://agentmods.dev/badge/skills/dlupiak/claude-session-dashboard/uiux.svg)](https://agentmods.dev/skills/dlupiak/claude-session-dashboard/uiux)
Your own site
<a href="https://agentmods.dev/skills/dlupiak/claude-session-dashboard/uiux"><img src="https://agentmods.dev/badge/skills/dlupiak/claude-session-dashboard/uiux.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,473 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00024 $0.01473
Opus 5 $0.00012 $0.00737
Sonnet 5 $0.00005 $0.00295
Haiku 4.5 $0.00002 $0.00147

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

Security

Grade A, and why

uiux 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 6d 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/skills/uiux/SKILL.md · 145 lines

How it starts

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

Dashboard Design System

Theme

Dark theme dashboard with warm gray tones and terracotta brand accent, optimized for developer tooling and data visualization.

Tailwind Theme

Uses Tailwind CSS v4 with CSS-first config (@import 'tailwindcss' in app.css).

Custom @theme block overrides default cool grays with warm grays and adds a brand-* terracotta accent scale.

Colors

Warm Gray Scale (overrides Tailwind defaults)
Token Hex Usage
gray-950 #141413 Body/page background
gray-900 #1c1c1a Card/panel background (with /50 opacity)
gray-800 #2a2926 Borders, dividers
gray-700 #3d3b36 Subtle fills, inactive bars
gray-600 #565349 Disabled states
gray-500 #7a7668 Muted text, timestamps, labels
gray-400 #a39e90 Secondary text, descriptions
gray-300 #cdc8b8 Headings, panel titles
gray-100 #eae6dc Primary text
white Emphasis text, hero numbers
Brand Accent (terracotta)
Token Hex Usage
brand-300 #f0b8a0 Light accent text
brand-400 #e09070 Links, input tokens, active elements
brand-500 #d97757 Primary accent, tab indicators, logo highlight
brand-600 #c4643f Buttons, toggles
brand-700 #a8512e Dark accent
Semantic Colors (unchanged)
Token Usage
emerald-400 Success / output tokens
amber-400 / amber-500 Warning / cache tokens
purple-400 / purple-500 Cache creation, system overhead
red-400 Error messages, limits

Data Visualization Colors

Category Color
Primary / Messages brand-500 (#d97757)
Input tokens brand-400 (#e09070)
Output tokens emerald-400
Cache read amber-400
Cache creation purple-400
System overhead purple-500
Free space gray-700
Chart COLORS Array

Read the full file on GitHub · 145 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. 6d ago First seen · 145 lines · 24 tokens per session scan A 7c7bc79b2115

Subscribe to this mod's changes

uiux is a skill published in the GitHub repository dlupiak/claude-session-dashboard (67 stars, last pushed 2d ago), licensed MIT. It adds 24 tokens to every session and 1,473 once invoked, about $0.0001 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-01.

Related

Other skills, from other repositories

animation-patterns

SwiftUI animation patterns including springs, transitions, PhaseAnimator, KeyframeAnimator, SF Symbol effects, scroll-driven effects, mesh gradients, text renderers, and shader effects. Use when implementing, reviewing, or fixing animation or visual-effect code on iOS/macOS.

rshankras/claude-code-apple-skills · 58 tokens

ui-animation

Builds, reviews, and measures UI motion, including springs, gestures, scroll effects, and curve fitting from recordings. Use when asked to "add animation", "match this easing", "reverse engineer this motion", or find animation opportunities. For action semantics use product-design; for visual layout use ui-design.

mblode/agent-skills · 65 tokens

ui-design

Designs and builds React/Next/Tailwind UI and audits visual and interaction defects. Use when asked to "build a landing page", "extract our design system", "add dark mode", "make this responsive", "remove UI slop", or "audit this component". For product decisions use product-design; for browser measurements use…

mblode/agent-skills · 80 tokens

typography-audit

Audits font loading, type scales, measure, spacing, OpenType, and rendered punctuation with 78 scoped rules. Use when asked to "audit typography", "fix the fonts", or "review my type system". For a new visual direction use ui-design Direction; for general UI defects use ui-design Audit.

mblode/agent-skills · 68 tokens

frontend-enhancer

This skill should be used when enhancing the visual design and aesthetics of web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. REQUIRES ui-research skill first. Use this skill for tasks like improving styling, creating responsive designs…

travisjneuman/.claude · 79 tokens

generic-design-system

Complete design system reference for any project - colors, typography, spacing, components, animations. Adapts to project theme and tech stack. Use when implementing UI, choosing colors, creating animations, or ensuring brand consistency. For new design systems, use ui-research skill first.

travisjneuman/.claude · 60 tokens