Releases: oh-da/dataink
Releases · oh-da/dataink
v3.0.0
What's New
New Skills
- Visualization Review (
reviewing-visualizations) — Critiques existing charts against a prioritized P0/P1/P2 rule system (correctness → perception → polish) - Dashboard Design (
designing-dashboards) — Dashboard layout with KPI hierarchy, component selection, attention choreography, and layout templates
Accessibility by Default
- WCAG AA contrast checks integrated into every skill (4.5:1 text, 3:1 non-text)
- CVD-safe color palettes as defaults (Okabe-Ito, Paul Tol, viridis, cividis)
- Redundant encoding required — never color-only
- Alt text guidance for web/BI output
- New
assets/accessible-palettes.mdreference
Structural Improvements (Best Practices Alignment)
- Skills renamed to gerund form (
visualizing-data,storytelling-with-data,creating-infographics) - Workflow checklists added to every skill
- Feedback loops in validation steps
$ARGUMENTSsupport for dynamic invocation- Reference files trimmed — removed content Claude already knows
- De-duplicated shared content across skills
- Brand assets moved to shared
assets/directory
Content Enhancements
- Expanded chart selection matrix (dot plots, bullet graphs, slopegraphs, heatmaps, box plots, treemaps, choropleths)
- Context-sensitive data-ink ratio (strict for analytic, flexible for memorability)
- Structured context capture (audience, medium, goal, constraints)
- Integrity constraints (uncertainty annotation, metric definitions, no implied causation)
- Pie chart ban softened to conditional guidance (≤5 slices if user insists)
Breaking Changes
- Skill names changed:
visualize→visualizing-data,story→storytelling-with-data,infographic→creating-infographics - Brand asset paths changed from
skills/data-visualization/assets/toassets/
Full Changelog: v2.2.0...v3.0.0
v2.0.0 — Claude Code Plugin
What's New
DataInk is now a Claude Code plugin. Install it directly from Claude Code — no manual setup needed.
Install
/plugin marketplace add oh-da/dataink
/plugin install dataink@dataink
Changes
- Plugin structure — added
.claude-plugin/plugin.jsonmanifest andmarketplace.jsonfor distribution - Reorganized skills — moved all skills under
skills/directory (standard plugin layout) - Shorter commands — skills are now
/dataink:visualize,/dataink:story,/dataink:infographic - Auto-invocation — Claude detects data communication tasks and activates skills automatically
- Fixed frontmatter — removed non-standard
metadatablock from SKILL.md files for plugin compatibility - Fixed marketplace source — corrected relative path format in marketplace.json
Skills included
- visualize — chart design, medium selection, data-ink optimization
- story — narrative structure, three-act arc, logic validation
- infographic — visual summaries, storyboarding, brand application
v1.0.0 — Initial Release
DataInk v1.0.0
The first official release of DataInk — a collection of modular AI skills for expert-level data communication and storytelling.
Included Skills
- Infographic Creator (v1.2.0) — Design, layout, and color strategy for data-driven infographics
- Data Visualization Expert (v2.2.0) — Chart selection, decluttering, and visual perception best practices
- Data Storyteller (v1.1.0) — Narrative structure, three-act arcs, and logic validation for presentations
Highlights
- Step-by-step
SKILL.mdworkflows grounded in Tufte, Few, Knaflic, and Gestalt principles - Comprehensive source attributions (Knaflic, Few, Tufte, Duarte, Atkinson, Lidwell et al.)
- Optional brand asset customization (colors and fonts)
- Progressive disclosure design for efficient token usage
- Reference files with deep-dive theory on chart types, design principles, narrative arcs, and more