by Yusuke710
Claude Code Skill for creating animations with Manim. Claude Code autonomously plans scenes, writes Manim code, renders videos, and refines based on feedback.
# Add to your Claude Code skills
git clone https://github.com/Yusuke710/manim-skillLast scanned: 7/3/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-03T07:20:56.448Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}manim-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Yusuke710. Claude Code Skill for creating animations with Manim. Claude Code autonomously plans scenes, writes Manim code, renders videos, and refines based on feedback. It has 102 GitHub stars.
Yes. manim-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Yusuke710/manim-skill" and add it to your Claude Code skills directory (see the Installation section above).
manim-skill is primarily written in HTML. It is open-source under Yusuke710 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh manim-skill against similar tools.
No comments yet. Be the first to share your thoughts!
Create videos like you write code with Claude Code
Claude autonomously generates 3Blue1Brown-style video following a structured workflow: Plan → Code → Render → Iterate.

Before using this skill, install the following dependencies:
# Install System Dependencies(on MacOS)
brew install cairo pkg-config ffmpeg
# Install Manim Community Edition
uv tool install manim
# Add this repository as a marketplace
/plugin marketplace add Yusuke710/manim-skill
# Install the plugin
/plugin install manim-skill/manim-skill
# Install Manim Community Edition best practices
npx skills add adithya-s-k/manim_skill/skills/manimce-best-practices
Manim Skill is designed to integrate seamlessly with Claude Code. Planning, coding and rendering all happen on claude code.
MIT License - see LICENSE file for details.