What problem does it solve?
This Skill removes the friction of building production-quality, dark-themed data visualizations that are accessible, responsive, and consistent with a design system, so teams can ship dashboard components without designing charts from scratch.
Core Features & Use Cases
- Library Guidance & Selection: Recommends Chart.js for standalone canvas exports and Recharts for React/Next.js integration and composable components.
- Design System Alignment: Provides color tokens, glass-morphism container guidelines, and accent palettes to ensure visual consistency with dark themes.
- Accessibility & Responsiveness: Enforces ARIA labels, screen-reader fallbacks, reduced-motion support, WCAG contrast, and mobile/print adaptations.
- Performance Best Practices: Advises lazy-loading, avoiding LCP-critical paths, SSR considerations, and skeleton placeholders to prevent CLS.
- Chart Patterns: Covers line, bar, area, pie/donut, scatter, and radar chart best practices for common visualization needs.
Quick Start
Use the chart-builder skill to generate a dark-themed, responsive line chart component for the provided monthly revenue dataset.