create-viz

Generate publication-quality static and interactive charts from data.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/kongaharsha/claude-skills --skill create-viz-kongaharsha
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-viz
Source: https://github.com/kongaharsha/claude-skills/tree/main/create-viz
Command: npx skills add https://github.com/kongaharsha/claude-skills --skill create-viz-kongaharsha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn data into publication-quality visualizations with best-practice chart design, speeding up reporting and storytelling.

Core Features & Use Cases

  • Automatic chart-type recommendations based on data and question
  • Static visualizations with matplotlib/seaborn or interactive charts with Plotly
  • Design best-practices guidance for color, typography, and layout
  • Use cases include reports, dashboards, and presentations with data-driven insights

Quick Start

Provide your data and desired chart type, and I will generate a publication-quality visualization and save it as a PNG.

Frequently Asked Questions about create-viz

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create publication-quality charts from a Python DataFrame?▼

To create publication-quality charts from a Python DataFrame, provide your data and desired chart type. The Skill applies design best practices to generate well-designed visualizations using matplotlib, seaborn, or Plotly and exports them as PNG files.

When should I use Plotly instead of matplotlib for data visualization?▼

Use Plotly for interactive charts in data visualization when you need dynamic elements for dashboards. Use matplotlib or seaborn for static visualizations when generating publication-quality outputs for standard reports.

Can I automatically recommend a chart type based on my data analysis question?▼

Yes, you can automatically recommend a chart type based on your data analysis question. The Skill evaluates your provided data and query to suggest the most appropriate visualization before generating the final chart output.

How do I apply design best practices for color and typography in my visualizations?▼

To apply design best practices for color and typography in visualizations, the Skill automatically enforces optimal layout and design rules during chart generation, ensuring your data-driven insights are presented with professional formatting.

Does this visualization tool work with query results for dashboards and presentations?▼

Yes, this visualization tool works directly with query results for dashboards and presentations. It transforms query results or DataFrames into well-designed static or interactive charts suitable for reporting workflows.