Skip to content
SkillReady to runPresentations

Interactive Data Story

Written in-house · editorially graded

Every SkillsBank offering is written in-house — never scraped or crowd-sourced — and graded against a fixed editorial rubric in a separate grading step.

Dry-run test passed · Jun 15, 2026

Trigger check passed

Editorially graded · Jun 15, 2026

Transforms a user-supplied dataset (CSV, JSON, or pasted table) into a self-contained, interactive HTML data story with Chart.js visualizations, scroll-revealed narrative sections, headline annotations, and hover tooltips — opens in any browser with no build step or server. Use when you have data and need a shareable, presentation-ready visual story, or want to enrich an existing HTML data story.

What you get

An installable SKILL.md file for your AI assistant. Produces code.

Works in
Claude Code · Cursor
Native — drops into .claude/skills/
Copilot · Codex · Gemini CLI
Native — reads .agents/skills/
claude.ai — web & desktop
Upload the .zip in Customize → Skills
ChatGPT
Via a Project — paste into its instructions

See it in action

A real input → output sample

Example Input
Here's my subscriber data. Turn it into a shareable data story.
Month,Subscriptions,Avg_Revenue_per_User
Jan 2024,1200,49.50
Feb 2024,1250,48.20
Mar 2024,1180,50.10
Apr 2024,1320,47.80
May 2024,1450,46.30
Jun 2024,1380,45.90
Jul 2024,1500,44.50
Aug 2024,1480,43.80
Sep 2024,1350,44.20
Oct 2024,1290,45.00
Nov 2024,1220,46.10
Dec 2024,1100,47.30
Example Output
<html><head><title>Subscriber Trends 2024</title></head><body><h1>Subscriber Trends 2024</h1><h2>Subscriptions rose midyear then fell; revenue per user declined and recovered.</h2><section><h3>Subscriptions peaked at 1,500 in Jul 2024, up 25% from Jan (1,200).</h3><canvas></canvas></section><section><h3>ARPU dropped 11.5% from $50.10 (Mar) to $44.50 (Jul), then recovered to $47.30 by Dec.</h3><canvas></canvas><aside>ARPU fell below $45 in July–August, the lowest in the year.</aside></section><section><h3>Subscribers fell 26.7% from the July peak to December; ARPU is $47.30 vs $50.10 peak — retention and pricing both need attention.</h3><div><span>Nets subscribers change: -400</span><canvas></canvas></div></section><footer>Source: user-supplied dataset · N = 12 months · Jan–Dec 2024 · Generated 2025.</footer></body></html>

Related