What problem does it solve? Creating animated explanations of proofs, algorithms, graphs, and data requires writing Manim scenes and managing renders, quality settings, and playback, which is tedious to do by hand. ## Core Features & Use Cases - Scene Rendering: Renders Manim Community scenes to MP4 or GIF at 480p, 720p, or 1080p quality via a pinned toolchain wrapper. - Chaptered Playback: Marks story beats with named sections so the pane shows chapters on a timeline with change tracking between renders. - Live Feedback: Streams render progress and surfaces tracebacks with the failing line while the pane keeps playing the last good render. - Use Case: Ask for an animated proof of the Pythagorean theorem; the Skill writes a scene with sections like "Squares on the sides", renders it at low quality for fast iteration, and finishes with a 1080p60 final render. ## Quick Start Use the manim skill to create an animated explainer video showing how gradient descent minimizes a loss function.