omgskills Get the Mac app
Skill

data-visualization

@langchain-ai 27k stars Updated 2026-07-28 Author match: High

Use for creating publication-quality charts and multi-panel analysis summaries. Triggers when tasks involve visualizing data, plotting results, creating charts, or producing visual reports from analysis output.

aideepagentslangchainlanggraphpythontypescript

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/langchain-ai/deepagents /tmp/deepagents && ln -s /tmp/deepagents/examples/nvidia_deep_agent/skills/data-visualization ~/.claude/skills/data-visualization

View on GitHub

From README

Data Visualization Skill Create publication-quality analytical charts using matplotlib and seaborn in a headless GPU sandbox. Charts are saved as PNG files to /workspace/ for retrieval. When to Use This Skill Use this skill when: Visualizing results from cuDF analysis or cuML models Creating charts (bar, line, scatter, heatmap, histogram, box plot) Building multi-panel analysis summaries The user asks for visual output, plots, graphs, or charts Presenting statistical findings with figures Initialization (REQUIRED) MUST call matplotlib.use('Agg') BEFORE importing pyplot. This enables headless rendering.

More from this repo