Skip to content

Releases: oh-da/dataink

v3.0.0

04 Apr 11:11

Choose a tag to compare

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.md reference

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
  • $ARGUMENTS support 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: visualizevisualizing-data, storystorytelling-with-data, infographiccreating-infographics
  • Brand asset paths changed from skills/data-visualization/assets/ to assets/

Full Changelog: v2.2.0...v3.0.0

v2.0.0 — Claude Code Plugin

08 Mar 16:57

Choose a tag to compare

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.json manifest and marketplace.json for 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 metadata block 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

06 Mar 16:40

Choose a tag to compare

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.md workflows 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