What problem does it solve? Creating animated ASCII art videos requires building a full rendering pipeline from scratch: font rasterization, character grid composition, audio analysis, shader post-processing, and ffmpeg encoding. This Skill gives an agent the complete architecture and reference implementations to produce colored ASCII video from any source material without a GPU. ## Core Features & Use Cases - Six production modes: video-to-ASCII conversion, audio-reactive visualizers with FFT beat detection, generative procedural animation, hybrid video+audio, timed lyrics/text overlays, and TTS-narrated quote videos via ElevenLabs. - Deep effect vocabulary: 21 value field generators (fBM noise, voronoi, reaction-diffusion, strange attractors), 38 composable shaders, 24 character palettes, 20 blend modes, particle systems, and feedback buffers for temporal trails. - Production pipeline: multi-density grid composition, adaptive percentile-based tonemapping, parallel multi-worker ffmpeg encoding, and hardware-adaptive quality profiles from 540p drafts to 4K. - Use Case: Given a music track, generate a 3-minute audio-reactive ASCII visualizer where each section uses distinct effects, beat-triggered particles, and cycling color palettes, 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.