illustrated-explainer-spec
Installation
SKILL.md
Illustrated Explainer Spec Implementation Guide
Skill by ara.so — Daily 2026 Skills collection.
What This Project Is
A spec (not a library) for building a locally-run single-page web app where:
- User types a topic → AI generates a 16:9 watercolor-style illustrated explainer page
- User clicks anywhere on the image → AI generates a "drill-into" next page for that spot
- This repeats infinitely, preserving painting style across all pages
- Content-addressed caching means identical queries/clicks never re-generate
The spec is stack-agnostic — you choose the framework, image model API, and language. This skill shows you how to implement it end-to-end.