plotly-chart-generator
This skill provides automated assistance for plotly chart generator tasks within the Visual Content domain.
Content Preview
--- name: plotly-chart-generator description: | Plotly Chart Generator - Auto-activating skill for Visual Content. Triggers on: plotly chart generator, plotly chart generator Part of the Visual Content skill category. allowed-tools: Read, Write, Edit, Bash, Grep version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Plotly Chart Generator ## Purpose This skill provides automated assistance for plotly chart generator tasks within the Visual Content domain.
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/plotly-chart-generator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/18-visual-content/plotly-chart-generator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/18-visual-content/plotly-chart-generator/SKILL.md
Related Skills
plotly
Interactive visualization library. Use when you need hover info, zoom, pan, or web-embeddable charts. Best for dashboards, exploratory analysis, and presentations. For static publication figures use matplotlib or scientific-visualization.
plotlyplotly
by K-Dense-AI · claude-scientific-skills
Creating Data Visualizations
This skill enables Claude to generate data visualizations, plots, charts, and graphs from provided data. It analyzes the data, selects the most appropriate visualization type, and creates a visually appealing and informative graphic. Use this skill when the user requests a visualization, plot, chart
skill-adaptercreating data visualizations
by jeremylongshore · plugins-plus-skills
matplotlib
Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for publication-ready multi-panel figures with journal styling, use scientific-visualization.
matplotlibmatplotlib
by K-Dense-AI · claude-scientific-skills
scientific-visualization
Meta-skill for publication-ready figures. Use when creating journal submission figures requiring multi-panel layouts, significance annotations, error bars, colorblind-safe palettes, and specific journal formatting (Nature, Science, Cell). Orchestrates matplotlib/seaborn/plotly with publication styles. For quick exploration use seaborn or plotly directly.
scientific-visualizationscientificvisualization
by K-Dense-AI · claude-scientific-skills