Yusuke710/manim-skill

32 stars · Last commit 2026-01-26

Claude Code Skill for creating animations with Manim. Claude Code autonomously plans scenes, writes Manim code, renders videos, and refines based on feedback.

README preview

# Manim Skill for Claude Code

**Create videos like you write code with Claude Code**

Claude autonomously generates 3Blue1Brown-style video following a structured workflow: Plan → Code → Render → Iterate.

![Manim Skill Demo](manim_skill.gif)



## Dependencies

Before using this skill, install the following dependencies:

```bash
# Install System Dependencies(on MacOS)
brew install cairo pkg-config ffmpeg

# Install Manim Community Edition
uv tool install manim

View full repository on GitHub →