Data Visualizer

Creates charts and visual summaries from tabular or numeric data. Use for: visualize data, chart this, plot results, graph this.

Stijnman c776553 1.1 KB Updated

File contents

Data Visualizer

When to Use

  • User says visualize data or task matches this capability
  • User says chart this or task matches this capability
  • User says plot results or task matches this capability
  • User says graph this or task matches this capability

Workflow

  1. Parse data source (CSV, JSON, spreadsheet).
  2. Choose chart type: bar, line, pie, scatter (default bar for categories).
  3. Generate visualization code or image.
  4. Include title, labels, and one-sentence insight.

Integrations

  • xlsx
  • insight-synthesizer

Error Handling

Failure Response
Malformed data Show first 5 rows; ask user to fix format.

Gotchas

  • Prefer code-generated charts over hand-drawn ASCII for accuracy.

Example

Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.

Stijnman/grok-custom-skills/tree/main/.grok/skills/data-visualizer commit c776553911

Frequently asked questions

npx skillmds@latest add stijnman/data-visualizer