manim

Installation
SKILL.md

Manim

Build mathematical animations programmatically using Python. Manim renders scenes to video files with precise control over every visual element.

Quick Start

from manim import *

class MyScene(Scene):
    def construct(self):
        # Create objects
        circle = Circle(color=BLUE)
        text = MathTex(r"e^{i\pi} + 1 = 0")
Related skills

More from johnlarkin1/claude-code-extensions

Installs
13
GitHub Stars
19
First Seen
Jan 24, 2026