An agent skill that makes generated plotly code consistent: one canonical, modern idiom set instead of a mix of legacy and current APIs.
Plotly is stable, but generated code hand-builds go.Figure trace-by-trace for charts plotly.express makes in one line, rebuilds figures to change a title instead of update_layout, and calls fig.show() in environments with no renderer. This skill pins the px-first house style and catalogs the export, subplot, and axis-type traps.
skills.sh
npx skills add guidogl/plotly-consistencyClaude Code plugin marketplace
/plugin marketplace add guidogl/plotly-consistency
SKILL.md— the skill instructions: canonical idioms, pitfalls, version notes, workflow.references/plotly-patterns.md— deep reference: legacy→modern migration map and expanded per-topic patterns, gotchas, and code examples.
Apache-2.0 — see LICENSE.txt.