data-visualization
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.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
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
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
langgraph-docs
Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and...
arxiv-search
Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic.
blog-post
Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image...