charting-vega-lite

Installation
SKILL.md

Overview

This skill creates interactive Vega-Lite visualizations from uploaded data. The workflow:

  1. Analyze data structure and context
  2. Select 5-10 meaningful chart types based on what the data represents
  3. Build chart specifications programmatically
  4. Generate React artifact with embedded visualizations

Critical Technical Constraint: Inline Data Island

Claude artifacts cannot use fetch() for computer:// URLs.

All data must be embedded as an inline JavaScript constant:

const DATA = [ /* embedded data array */ ];

// Later in chart specs:
spec.data = { values: DATA };
Related skills

More from oaustegard/claude-skills

Installs
41
GitHub Stars
120
First Seen
Jan 25, 2026