What problem does it solve? Creating animated ASCII art video requires building a full rendering pipeline from scratch: font rasterization, character grids, audio analysis, effects, shaders, and ffmpeg encoding. This Skill gives an agent the complete architecture and reference implementations to produce colored ASCII MP4/GIF videos without a GPU. ## Core Features & Use Cases - Six production modes: video-to-ASCII conversion, audio-reactive visualizers, generative animation, hybrid video+audio, timed lyrics/text overlays, and TTS-narrated quote videos. - Full effect vocabulary: 21 value field generators, 9 particle systems, 38 composable shaders, 20 blend modes, 24 character palettes, and an OKLAB/OKLCH perceptual color system. - Hardware-adaptive rendering: quality profiles from 540p draft to 4K, parallel multi-worker encoding piped to ffmpeg, with per-scene tonemapping to fix the inherent darkness of ASCII on black. - Use Case: Given a music track, build a 3-minute audio-reactive ASCII visualizer with beat-triggered particles, per-section effect changes, and a cinematic shader mood, rendered at 1080p 24fps. ## Quick Start Ask the agent to create an audio-reactive ASCII music visualizer from your audio file, specifying the mood, resolution, and output format you want.