Claude Skill
adithya-s-k/manim_skill
A Claude Skill that enables creation of 3Blue1Brown-style mathematical animations using Manim. Generate educational math visualizations through agent capabilities.
Overview
Repository
Install this Skill
pip install manimRegistry
pip install manimpip install manimglnpx skills add adithya-s-k/manim_skill/skills/manimce-best-practicesnpx skills add adithya-s-k/manim_skill/skills/manimgl-best-practicesnpx skills add adithya-s-k/manim_skill/skills/manimce-best-practices adithya-s-k/manim_skill/skills/manimgl-best-practices
Summary
A Claude Skill that provides agent capabilities for generating 3Blue1Brown-style mathematical animations using the Manim library.
Manim 创建 3Blue1Brown 风格动画的 Claude Skill
Key features
- Generates 3Blue1Brown-style animations
- Uses Manim mathematical animation engine
- Agent-based skill for Claude
- Python implementation
Use cases
- Creating educational math animations
- Visualizing mathematical concepts
- Producing 3Blue1Brown-style content
- Automating animation generation
README excerpt
# Manim Skills Repository      > **⚡ Quick Start:** Add both Manim skills to your AI agent instantly: > ```bash > npx skills add adithya-s-k/manim_skill > ``` A comprehensive collection of best practices, patterns, and examples for both **Manim Community Edition** and **ManimGL** (3Blue1Brown's version). This repository provides battle-tested code examples and guidelines for creating mathematical animations. https://github.com/user-attachments/assets/3cd398b7-7cc6-43c1-a6e9-20077be6b009 ## 📚 About the Two Versions ### Manim Community Edition (`manim`) - **Repository**: https://github.com/ManimCommunity/manim - **Focus**: Community-maintained, stable, well-documented - **Best For**: Production use, educational content, collaborative projects - **Command**: `manim` CLI - **Import**: `from manim import *` ### ManimGL (`manimgl`) - **Repository**: https://github.com/3b1b/manim - **Focus**: Grant Sanderson's (3Blue1Brown) original version with OpenGL rendering - **Best For**: Interactive development, 3D scenes, rapid prototyping - **Command**: `manimgl` CLI - **Import**: `from manimlib import *` > **Important**: These are **separate, incompatible** frameworks. Code written for one will not work with the other without modifications. --- ## 🚀 Installation ### Prerequisites (Both Versions) 1. **Python 3.7+** - Requir