What problem does it solve? Building programmatic video content requires coordinating HTML structure, GSAP animation timing, captions, audio, and scene transitions, which is error-prone without a structured framework and clear rules. ## Core Features & Use Cases - HTML Video Compositions: Define video scenes as HTML files with data-* timing attributes, GSAP timelines registered in window.__timelines, and CSS-driven layouts. - Captions, TTS, and Audio-Reactive Visuals: Sync per-word captions to transcripts, generate Kokoro-82M narration, and map pre-extracted audio frequency bands to GSAP properties. - Quality Tooling: Run animation-map.mjs to audit choreography (staggers, dead zones, collisions) and contrast-report.mjs for WCAG contrast validation. - Use Case: A user asks for a 30-second product launch video with a dark premium style, animated stats, synced captions, and shader transitions between three scenes; the skill guides layout-first authoring, style selection from 8 named presets, and validation before rendering. ## Quick Start Ask the agent to create a HyperFrames video composition, for example: create a 15-second animated title card video with bold typography and a fade transition using the hyperframes skill.