manim-video

Coordinate end-to-end Manim video production from planning to final review.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/musical-basics/hermes-build-2 --skill manim-video-musical-basics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manim-video
Source: https://github.com/musical-basics/hermes-build-2/tree/main/skills/creative/manim-video
Command: npx skills add https://github.com/musical-basics/hermes-build-2 --skill manim-video-musical-basics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This pipeline standardizes end-to-end Manim video production, guiding teams from narrative planning through code, rendering, stitching, and review to produce polished educational videos.

Core Features & Use Cases

  • PLAN: plan.md guides the narrative arc, scene breakdown, and color language to ensure coherence.
  • CODE: one class per scene in script.py, enabling independent rendering and reusability.
  • RENDER & STITCH: render with Manim and stitch clips into final video, with optional audio overlay and review checkpoints.
  • Use cases: educational explainers, algorithm visualizations, data stories, and architecture diagrams built with a cohesive visual language.

Quick Start

Follow the PLAN → CODE → RENDER → STITCH steps to produce a complete Manim video from start to finish.

Frequently Asked Questions about manim-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage end-to-end Manim video production for educational explainers?

Manim video production is managed through a standardized pipeline guiding teams from narrative planning in plan.md through coding, rendering, stitching, and review to produce polished educational explainers.

What's the best way to structure a Manim project for algorithm visualizations?

Structure a Manim project with a standardized layout containing plan.md, script.py, and references. Use one class per scene in script.py to enable independent rendering and scene reusability.

Do I need Python and LaTeX to render Manim animations?

Yes, rendering Manim animations requires Python 3.10+, Manim Community Edition, LaTeX, and ffmpeg. These dependencies must be installed to execute the rendering and stitching pipeline.

Can I add audio overlay when stitching Manim clips into a final video?

Yes, the stitching phase supports optional audio overlay when combining rendered Manim clips into the final video, along with review checkpoints to ensure production quality.

How does plan.md guide the narrative arc for architecture diagrams?

Plan.md guides the narrative arc, scene breakdown, and color language for architecture diagrams, ensuring visual coherence throughout the entire educational video production pipeline.