Agent skill · Data & Analytics

seaborn

Seaborn is a Python visualization library for creating publication-quality statistical graphics. Use this skill for dataset-oriented plotting, multivariate analysis, automatic statistical estimation, and complex multi-panel figures with minimal code.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill seaborn --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 20 KB
Bundled scripts: none
Path: skills/seaborn/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Seaborn Statistical Visualization ## When to Use - You need publication-quality statistical graphics directly from tabular datasets. - You are exploring multivariate relationships, distributions, or grouped comparisons with minimal plotting code. - You want seaborn's dataset-oriented API and statistical defaults on top of matplotlib. ## Overview Seaborn is a Python visualization library for creating publication-quality statistical graphics. Use this skill for dataset-oriented plotting, multivariate analysis, automatic statistical estimation, and complex multi-panel figures with minimal code. ## Design Philosophy Seaborn follows these core principles: 1. **Dataset-oriented**: Work directly with DataFrames and named variables rather than abstract coordinates 2. **Semantic mapping**: Automatically translate data values into visual properties (colors, sizes, styles) 3. **Statistical awareness**: Built-in aggregation, error estimation, and confidence intervals 4. **Aesthetic defaults**: Publication-ready themes and color palettes out of the box 5. **Matplotlib integration**: Full compatibility with matplotlib customization when needed ## Quick Start ```python import seaborn as sns imp

What's inside
Steps it walks through
  1. When to Use
  2. Overview
  3. Design Philosophy
  4. Quick Start
  5. Core Plotting Interfaces
  6. Function Interface (Traditional)
  7. Objects Interface (Modern)
  8. Plotting Functions by Category
  9. Relational Plots (Relationships Between Variables)
  10. Distribution Plots (Single and Bivariate Distributions)
  11. Categorical Plots (Comparisons Across Categories)
  12. Regression Plots (Linear Relationships)
  13. Matrix Plots (Rectangular Data)
  14. Multi-Plot Grids
More from agentic-awesome-skills
All skills →
About this skill
What does the seaborn skill do?

Seaborn is a Python visualization library for creating publication-quality statistical graphics. Use this skill for dataset-oriented plotting, multivariate analysis, automatic statistical estimation, and complex multi-panel figures with minimal code.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill seaborn --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going