Drop in a CSV and this immediately runs a full pandas analysis without asking what you want. It inspects your data first to figure out what kind it is (sales, survey, financial, whatever), then auto-generates only the visualizations that actually make sense for that dataset. Time series plots if you have dates, correlation heatmaps if you have multiple numeric columns, distributions for categories. The whole thing is designed around one core behavior: never offer options or ask for direction, just analyze everything and dump the complete results. Good for when you want to skip the "what would you like to do with this data" dance and just see what's in there.
npx skills add https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill --skill csv-data-summarizer