uiux — ai-tools claude-session-dashboard, community, ai-tools, ide skills, anthropic, claude-code, dashboard, developer-tools, observability, open-source, Claude Code

v1.0.0

关于此技能

Claude Code Session Dashboard — local observability for ~/.claude sessions

# 核心主题

dlupiak dlupiak
[37]
[5]
更新于: 4/10/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 1/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Review Score
1/11
Quality Score
39
Canonical Locale
en
Detected Body Locale
en

Claude Code Session Dashboard — local observability for ~/.claude sessions

核心价值

Claude Code Session Dashboard — local observability for ~/.claude sessions

适用 Agent 类型

Suitable for operator workflows that need explicit guardrails before installation and execution.

赋予的主要能力 · uiux

! 使用限制与门槛

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

uiux 是什么?

Claude Code Session Dashboard — local observability for ~/.claude sessions

如何安装 uiux?

运行命令:npx killer-skills add dlupiak/claude-session-dashboard/uiux。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

uiux 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add dlupiak/claude-session-dashboard/uiux。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    uiux 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

uiux

安装 uiux,这是一款面向AI agent workflows and automation的 AI Agent Skill。支持 Claude Code、Cursor、Windsurf,一键安装。

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

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)

TokenHexUsage
gray-950#141413Body/page background
gray-900#1c1c1aCard/panel background (with /50 opacity)
gray-800#2a2926Borders, dividers
gray-700#3d3b36Subtle fills, inactive bars
gray-600#565349Disabled states
gray-500#7a7668Muted text, timestamps, labels
gray-400#a39e90Secondary text, descriptions
gray-300#cdc8b8Headings, panel titles
gray-100#eae6dcPrimary text
whiteEmphasis text, hero numbers

Brand Accent (terracotta)

TokenHexUsage
brand-300#f0b8a0Light accent text
brand-400#e09070Links, input tokens, active elements
brand-500#d97757Primary accent, tab indicators, logo highlight
brand-600#c4643fButtons, toggles
brand-700#a8512eDark accent

Semantic Colors (unchanged)

TokenUsage
emerald-400Success / output tokens
amber-400 / amber-500Warning / cache tokens
purple-400 / purple-500Cache creation, system overhead
red-400Error messages, limits

Data Visualization Colors

CategoryColor
Primary / Messagesbrand-500 (#d97757)
Input tokensbrand-400 (#e09070)
Output tokensemerald-400
Cache readamber-400
Cache creationpurple-400
System overheadpurple-500
Free spacegray-700

Chart COLORS Array

ts
1const COLORS = ['#d97757', '#8b5cf6', '#10b981', '#f59e0b', '#ef4444', '#b07cc5']

Heatmap Intensity Scale

ts
1const INTENSITY_COLORS = ['#2a2926', '#3d2a1e', '#a8512eb3', '#d97757cc', '#e09070']

Tooltip Styling

ts
1{ backgroundColor: '#1c1c1a', border: '1px solid #3d3b36' }

Grid/Tick Colors

  • Grid stroke: #2a2926
  • Tick fill: #7a7668

Component Patterns

ComponentClasses
Panel/Cardrounded-xl border border-gray-800 bg-gray-900/50 p-4
Panel titletext-sm font-semibold text-gray-300
Hero numbertext-2xl font-bold text-white
Subtitletext-[10px] text-gray-500
Labeltext-xs text-gray-400
Mono valuetext-xs font-mono text-gray-300
Badgerounded bg-gray-800 px-1.5 py-0.5 text-[10px] font-mono text-gray-400
Bar trackh-2 rounded-full bg-gray-800 overflow-hidden
Linktext-sm text-brand-400 hover:underline
Muted linktext-xs text-gray-500 hover:text-gray-300
Active buttonbg-brand-600 text-white hover:bg-brand-500
Focus ringfocus:border-brand-500 focus:ring-brand-500
Active tabborder-brand-500 text-white
Toggle onbg-brand-600

Layout

  • 2-column grid at md: breakpoint for stat panels
  • Full-width panels for timeline, agents, tasks
  • Consistent gap-4 between grid items
  • mt-6 between major page sections
  • space-y-2 for list items within panels

Header & Navigation

  • Logo: <span className="text-brand-500">Claude</span> Dashboard
  • Nav icons: inline SVG icons (16x16) instead of ASCII characters
  • Footer: GitHub + npm icon links with text-gray-500 hover:text-gray-300

Favicon

  • SVG terminal prompt icon at public/favicon.svg
  • Uses brand color #d97757
  • Meta theme-color: #141413 (matches gray-950)

Typography

  • Font: system monospace for values, default sans for labels
  • Never use font weights heavier than font-bold
  • Use font-mono for numeric values, IDs, model names
  • Token counts formatted with K/M suffixes (e.g., 29.5K, 8.3M)

Visual Rules

  1. Dark-first -- all backgrounds are dark warm gray, text is light
  2. Subtle borders -- border-gray-800 only, no shadows
  3. Rounded panels -- rounded-xl for cards, rounded-full for bars/badges
  4. Opacity for bars -- colored bar segments use opacity-60
  5. Compact density -- small text sizes (text-xs, text-[10px]), tight spacing
  6. Recharts styling -- dark tooltips (bg-gray-800), no grid lines, subtle reference lines
  7. Brand accent -- use brand-* (terracotta) instead of blue-* for all interactive/accent elements

相关技能

寻找 uiux 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具