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

Stars965
Forks79
LanguagePython
Last pushed2026-01-23
Last synced2026-07-03
View on GitHub

Repository

Owneradithya-s-k
Repositorymanim_skill
Full nameadithya-s-k/manim_skill
Repo ID1,139,643,103

Install this Skill

pip install manim

Registry

Typecursor_rule
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-05
Platforms
ClaudeCursor
Capabilities
code-reviewpdfmemoryvideoterminalworkflowagent-skills
Detected files
README.mdtests
Install methods
  • 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

Summary

A Claude Skill that provides agent capabilities for generating 3Blue1Brown-style mathematical animations using the Manim library.

Chinese description

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 ![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

Topics

Explore more

Data from GitHub. Synced on 2026-07-03