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.
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
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.
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."
[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.