plotly-html-recommended-for-reports

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

5 stars

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

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

Manual Installation

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

How plotly-html-recommended-for-reports Compares

Feature / Agentplotly-html-recommended-for-reportsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

5
from vamseeachanta/workspace-hub

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

gtm-parametric-demo-reports

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Sub-skill of usage-tracker: 3. Usage Summary Reports (+1).

solver-benchmark-mandatory-checks-before-committing-reports

5
from vamseeachanta/workspace-hub

Sub-skill of solver-benchmark: Mandatory Checks Before Committing Reports (+2).

orcawave-aqwa-benchmark-single-page-html-report-structure

5
from vamseeachanta/workspace-hub

Sub-skill of orcawave-aqwa-benchmark: Single-Page HTML Report Structure (+3).

orcawave-aqwa-benchmark-html-report-structure

5
from vamseeachanta/workspace-hub

Sub-skill of orcawave-aqwa-benchmark: HTML Report Structure (+1).

orcaflex-mooring-iteration-1-scipy-optimization-recommended

5
from vamseeachanta/workspace-hub

Sub-skill of orcaflex-mooring-iteration: 1. Scipy Optimization (Recommended) (+2).

diffraction-analysis-required-report-structure-single-page-html

5
from vamseeachanta/workspace-hub

Sub-skill of diffraction-analysis: Required Report Structure (Single-Page HTML) (+3).

webapp-testing-static-html

5
from vamseeachanta/workspace-hub

Sub-skill of webapp-testing: Static HTML (+2).

github-swarm-issue-bug-reports

5
from vamseeachanta/workspace-hub

Sub-skill of github-swarm-issue: Bug Reports (+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).