What problem does it solve? Building consistent dashboard charts requires repeated decisions about scales, colors, and layout. This Skill provides ready-made SVG chart specifications so dashboard visualizations follow a uniform design system without re-deriving each pattern. ## Core Features & Use Cases - Spider/Radar Chart Spec: Four axes from SkillKey on a 0-10 scale, with two polygons comparing current scores (primary color) against target scores (destructive dashed). - Grouped Bar + Trend Line Spec: Test dates on the X axis, band scores 0-10 on the Y axis, four skill-colored bars per test, plus an overall average line and a dashed target line. - Heatmap Spec: A heatmap pattern for dashboard data density visualization. - Use Case: When adding a new score visualization to the learner dashboard, load this Skill to match the existing SpiderCard and ScoreTrend component conventions instead of inventing new styling. ## Quick Start Use the chart-patterns skill to create a spider chart component for the dashboard following the existing SVG specs.