Claude Skill
adithya-s-k/manim_skill
一个 Claude Skill,支持使用 Manim 创建 3Blue1Brown 风格的数学动画。通过智能体能力生成教育数学可视化内容。
概览
仓库信息
安装这个 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
项目简介
一个 Claude Skill,提供使用 Manim 库生成 3Blue1Brown 风格数学动画的智能体能力。
Agent skills for Manim to create 3Blue1Brown style animations.
要点
- 生成 3Blue1Brown 风格动画
- 使用 Manim 数学动画引擎
- 基于智能体的 Claude Skill
- Python 实现
使用场景
- 创建教育数学动画
- 可视化数学概念
- 制作 3Blue1Brown 风格内容
- 自动化动画生成
README 摘要
# 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