What problem does it solve? Building consistent, well-styled charts in React requires remembering recharts API details, responsive container rules, and theme integration, which slows down dashboard and analytics development. ## Core Features & Use Cases - Chart Type Patterns: Ready-to-use implementations for bar (basic, grouped, stacked), line (single, multi-series), area (basic, gradient), and pie (basic, donut) charts. - Theme Integration: All examples use Tailwind CSS variables like hsl(var(--primary)) so charts automatically match the design system. - Formatting & Tooltips: Includes number, currency, percentage, and date formatting patterns plus custom tooltip components. - Use Case: When asked to build an analytics dashboard, apply the complete dashboard example combining stat cards, a revenue bar chart, a traffic donut chart, and a trend line chart in a responsive grid. ## Quick Start Use the charts skill to build a responsive revenue dashboard with a bar chart and a donut chart using recharts.