manimce-best-practices
๐ฏSkillfrom adithya-s-k/manim_skill
Comprehensive best practices and examples for both Manim Community Edition and ManimGL (3Blue1Brown), providing battle-tested patterns for creating mathematical animations.
Overview
Maenim Best Practices is a comprehensive skill repository for creating mathematical animations with both Manim Community Edition and ManimGL (3Blue1Brown's version). It provides battle-tested code examples, best practices, and guidelines for both frameworks, with installation via skills.sh for AI agent integration.
Key Features
- Dual Framework Support - Covers both Manim Community Edition (community-maintained, stable) and ManimGL (3Blue1Brown's OpenGL version for interactive development and 3D scenes)
- Framework Distinction - Clear documentation that the two frameworks are separate and incompatible, with different imports (
from manim import *vsfrom manimlib import *) and CLI commands - Complete Installation Guide - Prerequisites including Python 3.7+, FFmpeg, and LaTeX with platform-specific instructions for macOS, Ubuntu/Debian, and Windows
- Skills.sh Integration - Install both Manim skills with a single
npx skills add adithya-s-k/manim_skillcommand for AI agent integration - uv Package Manager Support - Recommends uv for package installation alongside standard pip, with separate installation commands for each framework
Who is this for?
This is for developers and educators who create mathematical animations and want AI-assisted guidance for following Manim best practices. It is ideal for content creators making educational videos who need a comprehensive reference for both Manim Community Edition and ManimGL patterns.
Same repository
adithya-s-k/manim_skill(3 items)
Installation
npx vibeindex add adithya-s-k/manim_skill --skill manimce-best-practicesnpx skills add adithya-s-k/manim_skill --skill manimce-best-practices~/.claude/skills/manimce-best-practices/SKILL.mdSKILL.md
More from this repository2
Creates mathematical animations and visualizations using the Manim library, enabling clear visual explanations of math concepts, algorithms, and data structures through programmatic video generation.
Best practices and patterns skill for ManimGL (3Blue1Brown version) and Manim Community Edition mathematical animation libraries