Skip to main content

Manim Skills

Agent Skills for creating animations with Manim. Install any of them into your AI agent with a single terminal command.

How to install

npx skills add <skill>

Skills based on the open standard Agent Skills

Browse more at skills.sh

Frequently asked questions

What are Agent Skills?

Agent Skills are modular knowledge packages you install into an AI coding agent (like Claude Code). Once installed, the agent understands a library or tool without you having to explain it every time. The open standard lives at agentskills.io.

Can I use these skills with Animo?

Animo uses Manim under the hood to render animations. The skills listed here are designed for AI coding agents like Claude Code. If you want to create Manim animations without writing code, Animo is the fastest way.

How do I install a skill?

Run npx skills add <skill> in your terminal, where <skill> is the install command shown on each skill page. The skill is added to your agent's context and takes effect immediately.

Can I submit my own Manim skill?

Yes. Publish your skill to GitHub following the Agent Skills format and submit it at skills.sh. We review and add community skills to this directory regularly.