laviDrori0702/tableau-dashboard-creator-skill
Plugin Claude Code
Plugin marketplace listing 1 plugin: tableau-dashboard-plugin.
laviDrori0702/tableau-dashboard-creator-skill
Plugin Claude Code
Plugin marketplace listing 1 plugin: tableau-dashboard-plugin.
laviDrori0702/tableau-dashboard-creator-skill
Plugin Claude Code
Turn a free-text dashboard request into an interactive HTML demo and a Replace-Data-Source-ready Tableau .twbx, via 8 single-job skills that hand off through files on disk. See CONTRACT.md for the inter-skill API.
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Guides data analysts through a multi-step Tableau dashboard creation workflow - brand setup, data exploration, dashboard planning, interactive HTML mock creation, Tableau implementation spec, and experimental TWB workbook generation. Use when the user wants to create a Tableau dashboard, build a dashboard mock, plan…
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Extracts design tokens (palette, type, spacing) into DESIGN-TOKENS.md for the tableau-dashboard-plugin workflow, so the mock and the Tableau workbook match the brand. Reads the analyst's branding/ (a branding.md spec and/or an org template .twb, plus logo/icons), or runs a short brand interview when none exists. Every…
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Builds the Tableau workbook for the tableau-dashboard-plugin workflow from the approved IMPLEMENTATION-SPEC.md and DATA-MODEL.md, producing a Replace-Data-Source-ready dashboard.twbx beside the mock it was specced from. Derives a machine-readable build manifest (datasources, worksheets with chart type and…
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Acquires the data for a tableau-dashboard-plugin project and writes the DATA-MODEL.md handoff artifact. CSV mode (the default, zero-credential path) profiles the analyst's data/.csv into documented field names + types and validates that headers match exactly; the scaffold/sample-data/ demo CSVs are the fallback. The…
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Scaffolds a new tableau-dashboard-plugin project. Creates a scaffold/ folder of demo examples (EXAMPLE-DASHBOARD-REQUEST.md, EXAMPLE-datasources.json, .env.example, branding/EXAMPLE-branding.md, starter sample-data/) and initializes the STATE.md manifest, recording the target Tableau Desktop version so the build step…
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Turns a free-form dashboard request into a structured PRD.md for the tableau-dashboard-plugin workflow. Reads the analyst's DASHBOARD-REQUEST.md (or text pasted into the terminal, or the scaffold/ demo example) and authors a schema-complete PRD.md. Optional and idempotent — if a PRD.md already exists it offers to…
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Renders the interactive HTML demo (mock.html) for the tableau-dashboard-plugin workflow at the plan's screen size, populated from the real sample CSVs, so the analyst can share a realistic demo and validate direction before any Tableau work. Builds strictly from DASHBOARD-PLAN.md — every KPI, chart, filter, and…
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Produces the strict DASHBOARD-PLAN.md for the tableau-dashboard-plugin workflow — the complete blueprint tableau-mock and tableau-build build against. Decides screen size here (so slot sizing is correct downstream), lays out a grid of named slots, and assigns every KPI, chart, filter, and interaction a stable id that…
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Router for the tableau-dashboard-plugin workflow. Reads the project's STATE.md and reports which single skill the analyst should run next, honoring the ordering rule. Use when the user asks "what's next", "where am I in the workflow", or "which tableau skill do I run now". It only recommends — it never runs another…
laviDrori0702/tableau-dashboard-creator-skill
Skill Claude CodeCodex
Translates the approved HTML mock (mock.html) into an IMPLEMENTATION-SPEC.md for the tableau-dashboard-plugin workflow, mapping every mock element to a concrete Tableau construct so the build step never has to guess. Reconciles coverage the mirror of the mock's checklist so nothing is left unmapped, and applies a…