Leaderboard/Data/tufte-data-viz
Last commit on February 19, 2026·Created on February 18, 2026

caylent/tufte-data-viz

Applies Tufte's visual discipline to every chart your code makes.
Combined rank
#687
across all skills
In Data
#9
category rank
Stars
220
+1.9% in last 7d
Forks
9
0.0% in last 7d
Watchers
1
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 translates Edward Tufte's principles—data-ink ratio, direct labeling, range-frame axes—into enforceable rules for chart code. Developers working with Recharts, ECharts, Chart.js, matplotlib, or SVG get consistent, accessible visualizations without fighting library defaults. It also catches anti-patterns: legends, 3D effects, dual y-axes, and pie charts that should be bars.

WHO IT'S FOR
Data Journalists and Reporters
creating honest, high-data-ink charts for articles
Data Scientists and Analysts
generating publication-quality plots from Python or R
Frontend Dashboard Developers
implementing clean, accessible charts in React or JS
Technical Writers and Documentation Engineers
producing clear, honest data visualizations for docs
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.

Install with npx skills

Installs: The caylent/tufte-data-viz skill

  1. In a terminal, install the documented caylent/tufte-data-viz skill.

    npx skills add caylent/tufte-data-viz
README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Review one chart using Tufte principles

Uses tufte-data-viz

  • Actual path replacing <path-to-chart-file>
  • Intended key finding or trend
  • Relevant baseline, prior period, target, or peer group
Use the tufte-data-viz skill to review the chart code at <path-to-chart-file>. Replace <path-to-chart-file> with the actual source-file path. Identify the key finding and comparison context the chart should communicate, assess whether its chart type fits the data, and recommend a small set of universal and library-specific improvements. Do not edit the file.
SKILL.md · Checked Sep 18, 2026