What problem does it solve?
This Skill automates the end-to-end production of educational videos using Manim Community Edition, turning prompts into polished mathematical and algorithmic explainers. It guides the entire workflow from narrative planning to code generation, rendering, stitching, and optional narration, reducing manual overhead and ensuring pedagogical clarity.
Core Features & Use Cases
- Plan-driven production: write a plan.md to outline the narrative arc, scenes, and visuals.
- Code-and-render pipeline: generate a script.py with one scene per class, render with Manim, then stitch clips into a final video.
- Mode variety: supports Concept explainers, Equation derivations, Algorithm visualizations, Data stories, Architecture diagrams, Paper explainers, and 3D visualizations.
- References and resources: organize references and design guidelines to maintain visual language and consistency.
Quick Start
Create a plan.md, implement script.py with one Scene class per stage, render with manim -ql for a draft, and stitch the outputs into final video.