What problem does it solve? Creating animated ASCII art video from scratch requires solving font rasterization, grid composition, audio analysis, color mapping, and ffmpeg encoding all at once. This Skill gives an agent the complete pipeline and reference knowledge to build single-file Python renderers that turn video, audio, images, or pure math into colored ASCII character video. ## 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. - Full effect vocabulary: 21 value field generators, 24 character palettes, 38 composable shaders, 20 pixel blend modes, 9 particle systems, feedback buffers, and an OKLAB/OKLCH perceptual color system. - Hardware-adaptive rendering: auto-detects CPU/RAM, picks quality profiles from 540p draft to 4K, and parallelizes encoding across workers piping raw RGB frames to ffmpeg. - Use Case: Ask for a 3-minute audio-reactive music visualizer and the agent writes a Python script that analyzes the track's frequency bands and beats, composes multi-density character grids with per-section effects and palettes, tonemaps each frame, and encodes a 1080p 24fps MP4 with the audio muxed in. ## Quick Start Use the ascii-video skill to turn my song 'track.mp3' into an audio-reactive ASCII music visualizer at 1080p.