Tufte Claude Skill
Description
Claude Code skill that turns 'make me a chart' into a Tufte-compliant chart. Distilled from Edward Tufte's three foundational books.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
tufte-claude-skill
A Claude Code skill that turns "make me a chart" into a Tufte-compliant chart. Distilled from the three foundational books by Edward R. Tufte.
| The Visual Display of Quantitative Information 1983 · 2nd ed. 2001 pictures of numbers |
Envisioning Information 1990 pictures of nouns |
Visual Explanations 1997 pictures of verbs |
Install
Clone into your Claude Code skills directory:
git clone https://github.com/aref-vc/tufte-claude-skill.git ~/.claude/skills/tufte
That's it. Claude Code auto-loads the skill on next launch. To verify, run `/tufte` or ask Claude to "make a chart of anything."
To update later:
cd ~/.claude/skills/tufte && git pull
To uninstall:
rm -rf ~/.claude/skills/tufte
The three books, distilled
Tufte gives the three-book taxonomy himself on page 9 of *Visual Explanations*:
- VDQI — how to depict data and enforce statistical honesty. The book that gave us data-ink ratio, chartjunk, lie factor, small multiples.
- EI — how to lay out information in space. Layering, micro/macro readings, color rules, escaping flatland.
- VE — how to show motion, causality, narrative. The smallest effective difference, parallelism, visual confections.
Together they yield the ten principles this skill applies.
The ten principles
- Show the data. Above all else
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11