This is a solid exploratory data analysis tool that wraps Plotly visualizations around your CSV files. It gives you three scripts: one for individual charts (histograms, scatter plots, correlation heatmaps), one for automatic data profiling that shows you missing data and statistical summaries, and one for generating multi-plot dashboards. The profiling script is genuinely useful because it catches data quality issues before you waste time visualizing garbage. Outputs to interactive HTML by default, but you can export to PNG or PDF for reports. The workflow makes sense: profile first if the data is unfamiliar, then either build a custom dashboard with a JSON config or let it auto-generate one. Beats writing the same Plotly boilerplate over and over.
npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill csv-data-visualizer