Claude Skill

adithya-s-k/manim_skill

一个 Claude Skill,支持使用 Manim 创建 3Blue1Brown 风格的数学动画。通过智能体能力生成教育数学可视化内容。

概览

Stars966
Forks79
语言Python
最后更新2026-01-23
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者adithya-s-k
仓库manim_skill
完整名称adithya-s-k/manim_skill
Repo ID1,139,643,103

安装这个 Skill

pip install manim

Registry 信息

类型cursor_rule
质量分75/100
验证状态readme_parsed
最近验证2026-06-05
平台
ClaudeCursor
能力
code-reviewpdfmemoryvideoterminalworkflowagent-skills
识别文件
README.mdtests
安装方式
  • pip install manim
  • pip install manimgl
  • npx skills add adithya-s-k/manim_skill/skills/manimce-best-practices
  • npx skills add adithya-s-k/manim_skill/skills/manimgl-best-practices
  • npx 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 ![Visitors](https://visitor-badge.laobi.icu/badge?page_id=adithya-s-k.manim_skill) ![GitHub stars](https://img.shields.io/github/stars/adithya-s-k/manim_skill?style=flat-square) ![GitHub forks](https://img.shields.io/github/forks/adithya-s-k/manim_skill?style=flat-square) ![GitHub issues](https://img.shields.io/github/issues/adithya-s-k/manim_skill?style=flat-square) ![License](https://img.shields.io/github/license/adithya-s-k/manim_skill?style=flat-square) > **⚡ 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

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03