Leaderboard/Design/tufte-claude-skill
Last commit on June 15, 2026·Created on May 23, 2026

aref-vc/tufte-claude-skill

Makes every chart Tufte-compliant, from sparklines to choropleths.
Combined rank
#623
across all skills
In Design
#58
category rank
Stars
302
+0.3% in last 7d
Forks
28
0.0% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill applies Edward Tufte's principles from *The Visual Display of Quantitative Information* to any data visualization: charts, dashboards, infographics. It helps data journalists, analysts, and dashboard designers produce cleaner, more truthful charts by stripping chart junk and emphasizing data-ink. The output can be self-contained HTML/SVG for one-offs or React components with Recharts or D3 for larger projects.

WHO IT'S FOR
Data analysts and data scientists
produce Tufte-compliant charts from data
Data journalists
create clean, truthful data graphics
Dashboard and BI developers
build dashboards with sparklines and small multiples
Product managers using data
request clear visualizations for reports
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Clone into Claude Code skills

Installs: Installs the complete tufte skill repository as the `tufte` skill. · Claude Code

Before you start
  • Git must be available to run the documented clone command.
  1. In a terminal, clone the repository into the Claude Code skills directory.

    git clone https://github.com/aref-vc/tufte-claude-skill.git ~/.claude/skills/tufte
  2. Launch or relaunch Claude Code so it auto-loads the skill. In the Claude Code agent session, verify it by entering `/tufte` or asking Claude to "make a chart of anything."

README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a monthly revenue chart

Uses tufte

  • [MONTHLY_REVENUE_DATA]: twelve months of labels and revenue values
Use the tufte skill to create a self-contained HTML/SVG chart of monthly revenue for the last 12 months from [MONTHLY_REVENUE_DATA]. Produce a single file with inline SVG and no external dependencies.
README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026