Plotly interactive report starter
Skill ma-compbio-lab/SkillFoundry/skills/visualization-and-reporting/plotly-interactive-report-starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.From the repository description
npx -y skills add ma-compbio-lab/SkillFoundry --skill plotly-interactive-report-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 172 tokens by cl100k_base, as published. Nobody here has run it
Plotly Interactive Report Starter
Use this skill to turn a small deterministic TSV into an interactive HTML report with Plotly.
Run
./slurm/envs/statistics/bin/python \
skills/visualization-and-reporting/plotly-interactive-report-starter/scripts/render_plotly_interactive_report.py \
--input skills/visualization-and-reporting/plotly-interactive-report-starter/examples/toy_measurements.tsv \
--html-out scratch/plotly/report.html \
--summary-out scratch/plotly/report_summary.json
Output
- interactive HTML file
- compact JSON summary with trace count, slope, intercept, and
r_squared
Notes
- This is a starter for the taxonomy leaf
interactive-reports. - The example dataset is deterministic and small enough for repository-level smoke tests.
What ships with it: 11 files
4750.1 KB alongside SKILL.md, 2 of them executable
assets/
- README.md104 B
- toy_interactive_report.html4741.6 KB
- toy_interactive_report_summary.json411 B
examples/
- README.md89 B
- toy_measurements.tsv40 B
- toy_time_series.tsv95 B
scripts/
- render_plotly_interactive_report.pyruns4.1 KB
tests/
- README.md116 B
- test_render_plotly_interactive_report.pyruns2.1 KB
- metadata.yaml1.2 KB
- refs.md143 B