Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Objective-Arts/lens-dist --skill dashboards명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | dashboards |
| description | Dashboard design principles |
<core_definition> "A dashboard is a visual display of the most important information needed to achieve one or more objectives; consolidated and arranged on a single screen so the information can be monitored at a glance." — Stephen Few </core_definition>
<essential_principles>
<single_screen_rule> A dashboard must fit on a single screen without scrolling. If it requires scrolling, it's not a dashboard—it's a report. The constraint forces prioritization. </single_screen_rule>
<at_a_glance> Information must be perceivable at a glance. This means:
<eloquence_through_simplicity> Reduce to the minimum necessary:
Every pixel should earn its place. If removing something loses no information, remove it. </eloquence_through_simplicity>
<color_discipline> Color is a scarce resource. Use it only for meaning:
<appropriate_precision> Match precision to need:
Don't display more precision than the viewer can use. </appropriate_precision>
</essential_principles>
<dashboard_types> Three primary types, each with different design requirements:
| Type | Purpose | Update | Interaction | Focus |
|---|---|---|---|---|
| Strategic | Long-term oversight | Daily/Weekly | Minimal | Trends, KPIs |
| Analytical | Deep investigation | As needed | High | Drill-down, comparison |
| Operational | Real-time monitoring | Seconds/Minutes | Low | Alerts, current state |
Most dashboards serve ONE type. Mixing types creates confusion. </dashboard_types>
<display_media_hierarchy> Choose the right display for the data:
| Data Type | Best Display | Avoid |
|---|---|---|
| Single KPI vs target | Bullet graph | Gauge, pie chart |
| Trend over time | Sparkline | Full chart with axes |
| Distribution | Strip plot, histogram | Pie chart |
| Part-to-whole | Stacked bar | 3D pie, donut |
| Comparison | Bar chart | Radar chart |
| Geographic | Choropleth | 3D globe |
| Correlation | Scatter plot | Bubble chart |
| Current status | Indicator + value | Animation |
Rule: The simplest display that communicates the data wins. </display_media_hierarchy>
What are you designing?<quick_audit_checklist> Run through this for any dashboard:
Structure
Display Media
Visual Design
Data
Perception
<anti_patterns> Few's most critical warnings:
Gauges and Meters — Waste space, encode poorly, look "impressive" but communicate little. Replace with bullet graphs.
Pie Charts — Humans judge angles poorly. Use bar charts for comparison, bullet graphs for target tracking.
Traffic Lights Alone — Red/yellow/green without values loses critical context. Always show the number alongside status.
Bright Color Everywhere — When everything screams for attention, nothing gets it. Default to gray, highlight exceptions.
Scrolling Dashboards — If it scrolls, it's not a dashboard. Prioritize ruthlessly.
Decoration — Gradients, 3D effects, background images, corporate logos in data area. Every non-data pixel costs attention. </anti_patterns>
This skill works with: - **d3-expert** — Implementation patterns for bullet graphs, sparklines - **stakeholder-adaptation** — Adjust dashboard for executive vs. analyst audience - **charts-visualization-review** — Complementary principles (data-ink ratio, lie factor) - **behavioral-health-viz-patterns** — Domain-specific dashboard patterns