What problem does it solve? Building deterministic, seekable GSAP animations for HyperFrames video rendering requires specific patterns—paused timelines registered on window.__timelines, finite repeats, and synchronous construction—that differ from standard web animation practices. ## Core Features & Use Cases - HyperFrames Timeline Contract: Create paused timelines registered by composition ID so the render engine can seek them deterministically. - Complete GSAP Reference: Covers gsap.to/from/fromTo, easing, stagger, timeline position parameters, labels, nesting, and performance patterns like quickTo and transform aliases. - Drop-in Effects: Ready-made typewriter and audio visualizer patterns, plus a Python script that extracts per-frame RMS and frequency band data from audio files. - Use Case: Build a lyric video composition where text types in with a blinking cursor while canvas bars pulse to pre-extracted audio frequency bands, all driven by a single seekable timeline. ## Quick Start Use the gsap skill to create a HyperFrames composition with a title entrance animation and an audio-reactive visualizer synced to my music file.