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, post-processing, 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 MP4/GIF output. ## Core Features & Use Cases - Six input 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 (fBM noise, voronoi, reaction-diffusion, strange attractors), 24 character palettes, 38 composable shaders, 20 blend modes, particle systems, feedback buffers, and masking. - Production pipeline: multi-density grid composition, adaptive percentile-based tonemapping, OKLAB/OKLCH color system, hardware-adaptive quality profiles, and parallel ffmpeg encoding. - Use Case: Ask for a 3-minute audio-reactive music visualizer and the agent writes a renderer with 8 beat-synced sections, each with distinct effects, palettes, and shader moods, then encodes it to 1080p MP4. ## Quick Start Ask the agent to create an ASCII art video from your audio or video file, describing the mood, colors, and style you want.