plotly-html-recommended-for-reports
Sub-skill of plotly: HTML (Recommended for Reports) (+2).
Best use case
plotly-html-recommended-for-reports is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of plotly: HTML (Recommended for Reports) (+2).
Teams using plotly-html-recommended-for-reports 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/html-recommended-for-reports/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How plotly-html-recommended-for-reports Compares
| Feature / Agent | plotly-html-recommended-for-reports | 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: HTML (Recommended for Reports) (+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
# HTML (Recommended for Reports) (+2)
## HTML (Recommended for Reports)
```python
fig.write_html('report.html', include_plotlyjs='cdn')
```
## Static Images
```python
# Requires kaleido
fig.write_image('chart.png', width=1200, height=800)
fig.write_image('chart.pdf')
fig.write_image('chart.svg')
```
## JSON
```python
import json
fig.write_json('chart.json')
```Related Skills
plotly-visualization
Generate interactive Plotly and Matplotlib visualizations from DataFrames with configurable templates and multi-format support.
gtm-parametric-demo-reports
Create parametric engineering demo reports (HTML+PDF) for cold outreach to marine/offshore contractors. Data-first architecture: input DBs → parametric sweep → output DBs → comparison matrices → branded interactive report.
usage-tracker-3-usage-summary-reports
Sub-skill of usage-tracker: 3. Usage Summary Reports (+1).
solver-benchmark-mandatory-checks-before-committing-reports
Sub-skill of solver-benchmark: Mandatory Checks Before Committing Reports (+2).
orcawave-aqwa-benchmark-single-page-html-report-structure
Sub-skill of orcawave-aqwa-benchmark: Single-Page HTML Report Structure (+3).
orcawave-aqwa-benchmark-html-report-structure
Sub-skill of orcawave-aqwa-benchmark: HTML Report Structure (+1).
orcaflex-mooring-iteration-1-scipy-optimization-recommended
Sub-skill of orcaflex-mooring-iteration: 1. Scipy Optimization (Recommended) (+2).
diffraction-analysis-required-report-structure-single-page-html
Sub-skill of diffraction-analysis: Required Report Structure (Single-Page HTML) (+3).
webapp-testing-static-html
Sub-skill of webapp-testing: Static HTML (+2).
github-swarm-issue-bug-reports
Sub-skill of github-swarm-issue: Bug Reports (+1).
plotly-vertical-legends-avoid-toolbar-clash
Sub-skill of plotly: Vertical Legends (Avoid Toolbar Clash) (+5).
plotly-javascript-cdn
Sub-skill of plotly: JavaScript (CDN) (+2).