plotly-javascript-cdn
Sub-skill of plotly: JavaScript (CDN) (+2).
Best use case
plotly-javascript-cdn is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of plotly: JavaScript (CDN) (+2).
Teams using plotly-javascript-cdn 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/javascript-cdn/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How plotly-javascript-cdn Compares
| Feature / Agent | plotly-javascript-cdn | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of plotly: JavaScript (CDN) (+2).
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
# JavaScript (CDN) (+2)
## JavaScript (CDN)
```html
<script src="https://cdn.plot.ly/plotly-2.27.0.min.js"></script>
```
## Python
```bash
pip install plotly
# or
uv pip install plotly
# For Dash
pip install dash
```
## R
```r
install.packages("plotly")
```Related Skills
plotly-visualization
Generate interactive Plotly and Matplotlib visualizations from DataFrames with configurable templates and multi-format support.
code-reviewer-typescriptjavascript
Sub-skill of code-reviewer: TypeScript/JavaScript (+2).
plotly-vertical-legends-avoid-toolbar-clash
Sub-skill of plotly: Vertical Legends (Avoid Toolbar Clash) (+5).
plotly-html-recommended-for-reports
Sub-skill of plotly: HTML (Recommended for Reports) (+2).
plotly-example-1-3d-scatter-plot
Sub-skill of plotly: Example 1: 3D Scatter Plot (+5).
plotly-dashboard-with-plotly-dash
Sub-skill of plotly: Dashboard with Plotly Dash.
plotly-built-in-templates
Sub-skill of plotly: Built-in Templates (+1).
plotly-1-use-plotly-express-for-quick-plots
Sub-skill of plotly: 1. Use Plotly Express for Quick Plots (+4).
plotly-1-javascript-implementation
Sub-skill of plotly: 1. JavaScript Implementation (+1).
polars-polars-with-plotly-visualization
Sub-skill of polars: Polars with Plotly Visualization (+1).
test-oversized-skill
A test fixture skill that exceeds 200 lines with multiple H2/H3 sections for split testing.
interactive-report-generator
Generate interactive HTML reports with Plotly visualizations from data analysis results. Supports dashboards, charts, and professional styling.