What problem does it solve? Creating animated ASCII art video requires solving many hard problems at once: font rasterization, character grid composition, audio analysis, color mapping, brightness normalization, and video encoding. This Skill gives an agent the complete production pipeline to build single-file Python renderers that turn video, audio, images, text, or pure math into colored ASCII character video (MP4, GIF, or image sequences) without a GPU. ## Core Features & Use Cases - Six production modes: video-to-ASCII conversion, audio-reactive music visualizers, generative procedural animation, hybrid video+audio, timed lyrics/text overlays, and TTS-narrated quote videos. - Deep effect vocabulary: 21 value field generators (fBM noise, voronoi, reaction-diffusion, strange attractors, SDFs), 9 particle systems, 38 composable shaders, 20 blend modes, 24 character palettes, and an OKLAB/OKLCH perceptual color system. - Production engineering: adaptive percentile-based tonemapping, feedback buffers for temporal trails, multi-density grid composition, hardware-adaptive quality profiles, and parallel ffmpeg encoding with per-clip rendering. - Use Case: Ask for a 3-minute audio-reactive ASCII music visualizer and the agent writes a single Python script that analyzes the audio's frequency bands and beats, renders multi-grid scenes with beat-triggered particles and glitch shaders, and encodes a 1080p MP4 with muxed audio. ## Quick Start Create an audio-reactive ASCII music visualizer video from my song.mp3 file at 1080p.