Agent Claude Code
Turns an insights narrative into a concrete dashboard design spec — metric selection, layout grid, chart types, color plan, and linter evaluation criteria. Stage 2 of the dashboard pipeline. Produces no XML.
Agent Claude Code
Turns an insights narrative into a concrete dashboard design spec — metric selection, layout grid, chart types, color plan, and linter evaluation criteria. Stage 2 of the dashboard pipeline. Produces no XML.
Agent Claude Code
Scores a rendered dashboard screenshot against the design-standards rubric and the run's design spec, producing a lint report with XML-level fixes. Stage 4 of the dashboard pipeline — run after the human drops a render screenshot.
Agent Claude Code
Analyzes a dataset against a business question using Python, producing an analytics plan and a standalone insights narrative. Use as stage 1 of the dashboard pipeline, or on its own when the user only wants analysis.
Agent Claude Code
Builds the Tableau workbook — converts a design spec into valid .twb XML, validates it, and packages a .twbx. Stage 3 of the dashboard pipeline. Also handles fix-up iterations from lint reports.
Skill Claude CodeCodex
Recipe book of Tableau chart types as twb XML — shelf patterns, mark classes, and encodings for BANs, bars, lines, scatter, maps, heatmaps, and a known-good dashboard layout skeleton. Mined from Viz of the Day winners. Use when choosing or building a specific chart.
Skill Claude CodeCodex
Data visualization design standards and 100-point scoring rubric for dashboards — visual hierarchy, color discipline, spacing, chart hygiene. Derived from Tableau Viz of the Day winners. Use when designing a dashboard layout or lint-scoring a rendered dashboard screenshot.
Skill Claude CodeCodex
How to author valid Tableau workbook (.twb) XML from scratch — file skeleton, datasource connections, worksheet anatomy, dashboard zones, and the validate-then-package workflow. Use whenever writing or editing Tableau XML.
Instructions file
Instructions for blakefeiza/vizwright, covering vizwright — orchestrator, routing (automatic — no keywords needed), pipeline, artifact contracts and error handling.