dragoon0x/everything-design-taste

dashboard-design

Dashboard layout, data visualization placement, widget patterns, and information density management.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill dashboard-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,501 B
  • docs SUMMARY.md 124 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Dashboard Design

Dashboard Types

Type Purpose Density
Operational Monitor real-time status High, live data
Analytical Explore trends and patterns Medium, interactive
Strategic Track KPIs and goals Low, focused metrics

Layout Patterns

  • KPI bar at top: 3-5 key metrics with trend indicators.
  • Primary chart below: the most important visualization, large.
  • Supporting widgets in grid: secondary data in smaller containers.
  • Activity feed in sidebar or bottom: recent events, logs.

Widget Design

  • Title + value + trend indicator (up/down + percentage).
  • Consistent sizing: widgets should snap to a grid (2-col, 3-col, 4-col).
  • Hover/click for drill-down. Don't try to show all detail at once.
  • Loading state per widget (skeleton), not a full-page loader.

Information Density

  • Offer density toggle: Compact / Comfortable / Spacious.
  • Default to comfortable. Power users will switch to compact.
  • Time range selector: global (affects all widgets) + per-widget override.

Anti-Patterns

  • Dashboards that show everything with no hierarchy (wall of charts).
  • Pie charts for more than 5 categories (use bar charts).
  • 3D charts (never, ever).
  • Auto-refreshing charts that cause layout shifts.