🎨 Creative
Manim Video
Create mathematical and algorithmic animations using Manim Community Edition. 3Blue1Brown-style explanatory videos with geometric animations, equation rendering, and scene scripting.
skill_view("manim-video")
📖 Guide
Load with skill_view("manim-video"). Write Manim scene scripts in Python. The skill handles scene construction, animation timing, and video rendering.
🔧 How To
For an algorithm visualization: describe the algorithm → the skill generates Manim scene code with step-by-step animations → render with "manim -pql scene.py SceneName".
⚠️ Pitfalls
Manim rendering is GPU-accelerated but still slow — expect minutes per scene. Requires Cairo, FFmpeg, and system dependencies. Output quality depends heavily on scene script complexity.
Related Skills
More skills in Creative