Skip to main content

← All sources

manim_skill skills

Agent skills for Manim to create 3Blue1Brown style animations. 3 skills. skills-hub.ai mirrors 3 skills from manim_skill daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/adithya-s-k/manim_skill

Installing a manim_skill skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a manim_skill skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all manim_skill skills via API
curl https://skills-hub.ai/api/v1/skills?source=manim-skill

# Browse all sources
open https://skills-hub.ai/sources

Top manim_skill skills

See all →

The most-installed skills from manim_skill, ranked by adoption.

  1. 01manim-composer

    Trigger when: (1) User wants to create an educational/explainer video, (2) User has a vague concept they want visualized, (3) User mentions "3b1b style" or "explain like 3Blue1Brown", (4) User wants to plan a Manim video or animation sequence, (5) User asks to "compose" or "plan" a math/science visualization. Transforms vague video ideas into detailed scene-by-scene plans (scenes.md). Conducts research, asks clarifying questions about audience/scope/focus, and outputs comprehensive scene specifications ready for implementation with ManimCE or ManimGL. Use this BEFORE writing any Manim code. This skill plans the video; use manimce-best-practices or manimgl-best-practices for implementation.

    Buildfrom manim_skill
  2. 02manimce-best-practices

    Trigger when: (1) User mentions "manim" or "Manim Community" or "ManimCE", (2) Code contains `from manim import *`, (3) User runs `manim` CLI commands, (4) Working with Scene, MathTex, Create(), or ManimCE-specific classes. Best practices for Manim Community Edition - the community-maintained Python animation engine. Covers Scene structure, animations, LaTeX/MathTex, 3D with ThreeDScene, camera control, styling, and CLI usage. NOT for ManimGL/3b1b version (which uses `manimlib` imports and `manimgl` CLI).

    Buildfrom manim_skill
  3. 03manimgl-best-practices

    Trigger when: (1) User mentions "manimgl" or "ManimGL" or "3b1b manim", (2) Code contains `from manimlib import *`, (3) User runs `manimgl` CLI commands, (4) Working with InteractiveScene, self.frame, self.embed(), ShowCreation(), or ManimGL-specific patterns. Best practices for ManimGL (Grant Sanderson's 3Blue1Brown version) - OpenGL-based animation engine with interactive development. Covers InteractiveScene, Tex with t2c, camera frame control, interactive mode (-se flag), 3D rendering, and checkpoint_paste() workflow. NOT for Manim Community Edition (which uses `manim` imports and `manim` CLI).

    Buildfrom manim_skill

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Sep 9, 2026, 5:00 PM (success).

manim_skill skills, frequently asked

What are manim_skill skills?

manim_skill skills are AI coding skills published by manim_skill (Agent skills for Manim to create 3Blue1Brown style animations. 3 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many manim_skill skills are available?

skills-hub.ai indexes 3 skills from manim_skill, synced daily from the upstream GitHub repository (https://github.com/adithya-s-k/manim_skill).

How do I install a manim_skill skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official manim_skill skills?

Yes. Every skill from this source is mirrored from manim_skill's own GitHub repository (https://github.com/adithya-s-k/manim_skill). Each skill page links back to the upstream source of truth, so you can verify the original.