What problem does it solve? Creating animated ASCII art video from scratch requires solving font rasterization, grid composition, color mapping, audio analysis, and video encoding all at once. This Skill gives an agent the complete pipeline and effect vocabulary to build single-file Python renderers that turn video, audio, images, text, or pure math into colored ASCII character video. ## Core Features & Use Cases - Six Input Modes: Video-to-ASCII conversion, audio-reactive visualizers with FFT band analysis and 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, feedback buffers, and masking. - Production Pipeline: Multi-density grid rendering, adaptive percentile-based tonemapping, parallel ffmpeg encoding with hardware-adaptive quality profiles from 540p draft to 4K. - Use Case: Ask for an audio-reactive music visualizer and the agent writes a Python script that analyzes the track's frequency bands and beats, renders layered ASCII scenes with beat-triggered particles and glitch shaders, and encodes a 1080p MP4 with the audio muxed in. ## Quick Start Use the ascii-video skill to create an audio-reactive ASCII visualizer from my song.mp3 file.