What problem does it solve? Creating animated ASCII art video requires solving font rasterization, character grid composition, audio analysis, color mapping, and video encoding from scratch. This Skill gives an agent the complete pipeline and reference knowledge to build single-file Python renderers that turn any input into colored ASCII video output. ## 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. - Full effect vocabulary: 21 value field generators, 24 character palettes, 38 composable shaders, 20 pixel blend modes, particle systems, feedback buffers, and masking for layered multi-grid composition. - Hardware-adaptive rendering: auto-detects CPU/RAM, selects quality profiles from 540p draft to 4K, and parallelizes encoding across workers piping raw RGB frames to ffmpeg. - Use Case: Give the agent an audio track and ask for a 3-minute audio-reactive ASCII music visualizer; it writes a Python script with per-section scenes, beat-triggered particles, and shader moods, then renders a 1080p MP4. ## Quick Start Ask the agent to create an ASCII art video from your video file, audio track, or a generative concept, specifying the mood, resolution, and output format you want.