Skill 详情

dashboard-design-system

Useful dashboard styling system, but narrower than end-to-end dashboard design.

匹配类型可能匹配已针对 仪表板设计 审核
来源alt-txt/skills外部来源
报告安装量2仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: dashboard-design-system
description: >-
  Apply the locked dashboard design system: cool neutral tokens, dense
  typography, spacing, and mandatory shadcn/ui primitives for Linear-class
  admin density. Use when theming or styling admin dashboards and ops
  consoles—not marketing sites.
---

# Dashboard Design System

Foundations for **dashboard / admin UI only**: cool neutrals, tight type, shadcn
primitives. Target **Linear-class density and hierarchy** — not brochure admins.

For shell, nav rules, and page recipes, also apply
`dashboard-product-design-standard`.

## Non-negotiables

1. **Dashboard scope only**
2. **Tokens** from [tokens.md](tokens.md) — cool gray canvas, quiet accent
3. **shadcn only** for interactive controls — [shadcn.md](shadcn.md)
4. **Dense type** — [typography.md](typography.md); page titles ≤ `text-xl`
5. **Lucide only**
6. **No warm cream + orange ops kit** look; no uppercase mono chrome

## Agent workflow

1. Confirm surface is dashboard/admin — else stop.
2. Apply [tokens.md](tokens.md) + [typography.md](typography.md).
3. Map shadcn per [shadcn.md](shadcn.md).
4. Compose primitives per [components.md](components.md).
5. Check [do-dont.md](do-dont.md).

## Token cheat sheet

| Role | Token | Hex |
| --- | --- | --- |
| Background | `--canvas` | `#fafafa` |
| Hover | `--canvas-hover` | `#f4f4f5` |
| Text | `--ink` | `#18181b` |
| Secondary | `--ink-2` | `#52525b` |
| Meta | `--ink-3` | `#a1a1aa` |
| Border | `--hairline` | `#e4e4e7` |
| Focus | `--accent` | `#3f3f46` |
| Success | `--ok` | `#16a34a` |
| Danger | `--err` | `#dc2626` |

Primary buttons = **ink fill**. Active nav = **hover fill**, not a loud rail.

## Resources

- [tokens.md](tokens.md)
- [typography.md](typography.md)
- [shadcn.md](shadcn.md)
- [components.md](components.md)
- [do-dont.md](do-dont.md)
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作