What problem does it solve?
This Skill gives you reliable KPI dashboard primitives and the shared chart-renderer contracts needed to build consistent, interactive multi-chart dashboard pages without guessing runtime behavior.
Core Features & Use Cases
- Dashboard-ready composition: Stack KPI metric cards with multiple chart types into coherent dashboard layouts using consistent figure semantics and rendering order.
- Cross-cutting chart infrastructure: Provides the shared “chart fence” protocol expectations, palette + ramp behavior, tooltip/hover mechanics, selection payload contract, animations, and design token integration.
- Interactive selection + feedback loops: Ensures every datapoint/card mark participates in the runtime selection/comment/decision mini-pill workflow, with predictable error degradation for malformed specs.
Quick Start
Load the dashboards chart infrastructure and render a KPI grid by writing a chart:metric-cards@1 fenced block, optionally followed by additional chart fences on the same page, then opening the generated HTML in a browser.