Skip to content
AI.Tedt.orgPrompts and Agent Skills
All skills
skill

Scrollytelling Data

Turns data into a scroll-driven HTML story.

Updated Jul 21, 2026Version 1.0.0

scrollytelling-data

You can say to the Agent “Run the Demo” to start the demo, or upload your own data.

  • Run the Demo — builds a full story from the bundled sample workbook (assets/Basketball_Demo_Data.xlsx, a multi-sheet basketball players + teams dataset).
  • Upload your own data — drop in a .xlsx, .csv, .json, or a PDF with tables and the Agent builds the story from that instead.

What you get

A single self-contained .html file that opens in any browser with zero setup and tells your data’s story as you scroll:

  • Narrative chapters generated from your data
  • Interactive charts — map, bar, scatter, line, pie/donut
  • Stat cards that count up, animated reveals, a progress bar, and chapter markers

How it works

The Agent walks through five phases — inspect the data, find the story, crunch the numbers, build the page, and deliver the file — narrating friendly progress along the way. You don’t need to configure anything; just ask for a data story (or say “Run the Demo”) and open the resulting file.

Under the hood it loads your data into SQLite and runs the group-bys, sorts, totals, and other aggregations there — so the numbers in your story are computed with a real query engine and come back accurate.

Files

  • SKILL.md — the full workflow the Agent follows
  • assets/Basketball_Demo_Data.xlsx — the bundled demo dataset
  • scripts/build_story.py — reference implementation of the page generator
  • references/ — chart patterns and demo-mode notes

Rate and Discuss This Skill

Microsoft upstream and AI.Tedt.org remain separate communities. Their reaction totals are combined for the gallery's "Top rated" sort, while every discussion stays with its original source.

Combined response
▲ 74 comments

Source totals are added; they do not represent unique people.

Microsoft upstream
▲ 74 comments
62 repository stars
AI.Tedt.org
▲ 00 comments
0 repository stars

AI.Tedt.org Discussion

Open on GitHub

Microsoft Upstream Discussion

Open on GitHub

Source thread: #185