Analysis updated 2026-05-18
Read the exact rules Claude Code follows when choosing chart types for a given dataset.
Understand how the dataviz skill's color method works to replicate it in your own chart designs.
Embed the palette validator script in a generated chart artifact to check colors via the browser console.
Study the skill file structure to understand how to build similar custom skills for Claude Code.
| shivang0/dataviz | acip/slack-claude-agent | alexanderdaly/neurofhe-relay | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
This repository contains the extracted source files for the built-in dataviz skill in Claude Code version 2.1.198. Claude Code is Anthropic's AI coding tool, and skills are built-in procedures it follows when given specific tasks. The dataviz skill is the set of rules Claude Code reads when a user asks it to create charts, graphs, dashboards, or data visualizations. The repository mirrors the exact on-disk layout of the skill: a main entry file called SKILL.md that outlines a seven-step procedure, plus several reference documents and two utility scripts. The reference documents cover how to choose the right chart type, a method for assigning colors to charts (described as four jobs and six checks), a palette reference file, rules for drawing marks and chart anatomy, specifications for stat tiles and KPI summary components, interaction and accessibility guidelines, and a list of anti-patterns to avoid. The two scripts are a palette validator written in both JavaScript (Node.js) and Python. The JavaScript version can run as a command-line tool or be embedded inside a generated chart as a browser module. Its function is limited to logging diagnostics to the browser console, and the README notes it does not write to the page or execute arbitrary code. The README describes this as reference material only, meaning it is a read archive of the skill's files rather than an installable package. If you want to understand how Claude Code decides what kind of chart to build or how it chooses and validates colors, the files here describe the rules it follows.
An extracted copy of the Claude Code dataviz skill files, showing the design rules and procedures the AI assistant follows when generating charts and data visualizations.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Python.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.