plotly-built-in-templates

Sub-skill of plotly: Built-in Templates (+1).

5 stars

Best use case

plotly-built-in-templates is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of plotly: Built-in Templates (+1).

Teams using plotly-built-in-templates should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/built-in-templates/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/data/visualization/plotly/built-in-templates/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/built-in-templates/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How plotly-built-in-templates Compares

Feature / Agentplotly-built-in-templatesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of plotly: Built-in Templates (+1).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Built-in Templates (+1)

## Built-in Templates


```python
# Available templates: plotly, plotly_white, plotly_dark, ggplot2, seaborn, simple_white
fig.update_layout(template='plotly_dark')
```

## Custom Theme


```python
custom_template = go.layout.Template(
    layout=dict(
        font=dict(family='Arial', size=14),
        plot_bgcolor='#f0f0f0',
        paper_bgcolor='white'
    )
)

fig.update_layout(template=custom_template)
```

---

**Use this skill for professional, interactive scientific and analytical visualizations with minimal code!**

Related Skills

plotly-visualization

5
from vamseeachanta/workspace-hub

Generate interactive Plotly and Matplotlib visualizations from DataFrames with configurable templates and multi-format support.

n8n-8-workflow-templates-and-subworkflows

5
from vamseeachanta/workspace-hub

Sub-skill of n8n: 8. Workflow Templates and Subworkflows.

github-swarm-pr-1-pr-templates-for-swarm

5
from vamseeachanta/workspace-hub

Sub-skill of github-swarm-pr: 1. PR Templates for Swarm.

github-swarm-issue-issue-templates-for-swarms

5
from vamseeachanta/workspace-hub

Sub-skill of github-swarm-issue: Issue Templates for Swarms.

github-swarm-issue-1-issue-templates

5
from vamseeachanta/workspace-hub

Sub-skill of github-swarm-issue: 1. Issue Templates (+3).

pandoc-5-custom-latex-templates

5
from vamseeachanta/workspace-hub

Sub-skill of pandoc: 5. Custom LaTeX Templates (+1).

plotly-vertical-legends-avoid-toolbar-clash

5
from vamseeachanta/workspace-hub

Sub-skill of plotly: Vertical Legends (Avoid Toolbar Clash) (+5).

plotly-javascript-cdn

5
from vamseeachanta/workspace-hub

Sub-skill of plotly: JavaScript (CDN) (+2).

plotly-html-recommended-for-reports

5
from vamseeachanta/workspace-hub

Sub-skill of plotly: HTML (Recommended for Reports) (+2).

plotly-example-1-3d-scatter-plot

5
from vamseeachanta/workspace-hub

Sub-skill of plotly: Example 1: 3D Scatter Plot (+5).

plotly-dashboard-with-plotly-dash

5
from vamseeachanta/workspace-hub

Sub-skill of plotly: Dashboard with Plotly Dash.

plotly-1-use-plotly-express-for-quick-plots

5
from vamseeachanta/workspace-hub

Sub-skill of plotly: 1. Use Plotly Express for Quick Plots (+4).