What problem does it solve? Creating animated ASCII art video from scratch requires solving font rasterization, grid composition, audio analysis, shader post-processing, and ffmpeg encoding all at once. This Skill gives an agent the complete production pipeline so it can write a single-file Python renderer and output actual video files instead of terminal escape codes. ## 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: 24 character palettes, 21 value field generators (fBM noise, voronoi, reaction-diffusion, strange attractors), 9 particle systems, 38 composable shaders, 20 blend modes, and a feedback buffer for temporal trails. - 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 builds a Python script that analyzes the audio's frequency bands and beats, renders layered ASCII scenes with per-section palettes and shaders, 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.