3b1b-style-animation
Installation
SKILL.md
When to use
Use this skill when creating mathematical animations, visualizations, or educational videos using Manim (ManimCE).
Quick Reference (Core Patterns)
Colors
BG = "#1c1c1c" # Background (MUST use)
BLUE = "#3b82f6" # Primary, nodes
YELLOW = "#fbbf24" # Highlights, emphasis
GREEN = "#22c55e" # Success, done, positive
RED = "#ef4444" # Error, negative
GRAY = "#9ca3af" # Inactive, labels
Scene Template
Related skills