AI AGENT ADDONS

Seaborn helps you create clear and beautiful charts from your data. It works with pandas to make statistical visualization easy. You can explore distributions, relationships, and compare categories with just a few lines of code.

Use box plots, violin plots, pair plots, and heatmaps to see patterns. The charts look publication-ready without extra work. Seaborn is built on matplotlib so you can customize anything.

This skill is best for quick data exploration. It works well with Python 3.8 and above. Install with uv pip install seaborn==0.13.2 to get started.

Add Seaborn skill to your workflow

Global

mkdir -p ~/.claude/skills/seaborn

Project

mkdir -p .claude/skills/seaborn

Source Repository

Stars
29,514
Forks
3,013
Watchers
29,514
License
MIT
Last Push
27 days ago
Created
9 months ago