tufte-viz
v1.1.2Ideate and critique data visualizations using Edward Tufte's principles: data-ink ratio, chartjunk elimination, graphical integrity, lie factor, small multiples, sparklines, and layering.
By Guillaume LebedelLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tufte-viz for Codex and Claude Code
codex plugin marketplace add glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add tufte-viz@glstack-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the glstack-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “tufte-viz” remain stable.
- Codex:
tufte-viz@agent-plugin-marketplace→tufte-viz@glstack-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/glebedel/glstack-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/design/tufte-viz/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/tufte-viz/SKILL.md
Included Skills1
Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays Applies principles: data-ink ratio, chartjunk elimination, graphical integrity, lie factor, small multiples, and data density.
Plugin manifests2
{
"name": "tufte-viz",
"version": "1.1.2",
"description": "Ideate and critique data visualizations using Edward Tufte's principles: data-ink ratio, chartjunk elimination, graphical integrity, lie factor, small multiples, sparklines, and layering.",
"author": {
"name": "Guillaume Lebedel",
"url": "https://github.com/glebedel"
},
"homepage": "https://github.com/glebedel/glstack-plugins",
"repository": "https://github.com/glebedel/glstack-plugins",
"interface": {
"displayName": "Tufte Viz",
"shortDescription": "Ideate and critique data visualizations using Edward Tufte's principles: data-ink ratio, chartjunk elimination,…",
"longDescription": "Ideate and critique data visualizations using Edward Tufte's principles: data-ink ratio, chartjunk elimination, graphical integrity, lie factor, small multiples, sparklines, and layering.",
"developerName": "Guillaume Lebedel",
"category": "Design",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/glebedel/glstack-plugins",
"defaultPrompt": [
"Use Tufte Viz to run this workflow."
]
},
"license": "MIT",
"keywords": [
"data-visualization",
"tufte",
"charts",
"dashboards",
"design",
"data-ink",
"sparklines",
"render-verification"
],
"skills": "./.codex/skills/"
}{
"name": "tufte-viz",
"version": "1.1.2",
"description": "Ideate and critique data visualizations using Edward Tufte's principles: data-ink ratio, chartjunk elimination, graphical integrity, lie factor, small multiples, sparklines, and layering.",
"author": {
"name": "Guillaume Lebedel",
"url": "https://github.com/glebedel"
},
"homepage": "https://github.com/glebedel/glstack-plugins",
"repository": "https://github.com/glebedel/glstack-plugins",
"license": "MIT",
"keywords": [
"data-visualization",
"tufte",
"charts",
"dashboards",
"design",
"data-ink",
"sparklines",
"render-verification"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tufte-viz on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tufte-viz)