Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotly-consistency

skills.sh License Agent Skills Spec Plotly

An agent skill that makes generated plotly code consistent: one canonical, modern idiom set instead of a mix of legacy and current APIs.

What it does

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.

Install

skills.sh

npx skills add guidogl/plotly-consistency

Claude Code plugin marketplace

/plugin marketplace add guidogl/plotly-consistency

Contents

  • 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.

License

Apache-2.0 — see LICENSE.txt.

About

AI agent skill for Plotly in Python. Plotly Express vs graph_objects decision-making, update_layout/update_traces patterns, subplots with make_subplots, hover templates, exporting static images via kaleido, performance with large datasets (WebGL traces), and Dash callback basics.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors