What problem does it solve? Producing educational math and technical animations requires coordinating narrative planning, Manim scene code, rendering, video stitching, and audio muxing, which is error-prone and slow without a structured pipeline. ## Core Features & Use Cases - Full production pipeline: Plan, code, render, stitch, and review animated videos using Manim CE, LaTeX, and ffmpeg with defined quality presets from draft (480p) to production (1080p60). - Multiple video modes: Concept explainers, equation derivations, algorithm visualizations, data stories, architecture diagrams, paper explainers, and 3D visualizations. - Design system guidance: Color palettes, typography scales, animation timing rules, and production-quality checklists for cohesive visual output. - Use Case: Ask for an animated explanation of how quicksort works, and the agent writes a plan, generates one Manim scene class per step, renders draft clips, stitches them with ffmpeg, and produces a final narrated video. ## Quick Start Create a 3Blue1Brown-style animated video explaining the Pythagorean theorem proof using the manim-video skill.