Manimce Best Practices
adithya-s-k/manim_skillTrigger when: (1) User mentions "manim" or "Manim Community" or "ManimCE", (2) Code contains `from manim import *`, (3) User runs `manim` CLI commands, (4) Working with Scene, MathTex, Create(), or ManimCE-specific classes. Best practices for Manim Community Edition - the community-maintained Python animation engine. Covers Scene structure, animations, LaTeX/MathTex, 3D with ThreeDScene, camera control, styling, and CLI usage. NOT for ManimGL/3b1b version (which uses `manimlib` imports and `manimgl` CLI).
At a glance
git clone --depth 1 https://github.com/adithya-s-k/manim_skill
cp -r manim_skill/skills/manimce-best-practices ~/.claude/skills/manimce-best-practices
Setup, runtime and requirements describe adithya-s-k/manim_skill, the repo this skill ships in.
Also in adithya-s-k/manim_skill
View the repoTrigger when: (1) User wants to create an educational/explainer video, (2) User has a vague concept they want visualized, (3) User mentions...
Trigger when: (1) User mentions "manimgl" or "ManimGL" or "3b1b manim", (2) Code contains `from manimlib import *`, (3) User runs `manimgl`...