manim-video

Automate planning, scripting, rendering, and stitching of Manim educational videos.

Updated May 21, 2026
One-click install
npx skills add https://github.com/samlaggz/hermes-agent-sam --skill manim-video-samlaggz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manim-video
Source: https://github.com/samlaggz/hermes-agent-sam/tree/main/backup/skills/creative/manim-video
Command: npx skills add https://github.com/samlaggz/hermes-agent-sam --skill manim-video-samlaggz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manim Video Skill addresses the complexity of producing educational videos by providing an end-to-end production pipeline that covers planning, scripting, rendering, and stitching of math and CS explanations.

Core Features & Use Cases

  • Narrative planning and scene structure prior to coding.
  • Per-project pipeline including plan.md, script.py, and per-scene classes, with references and guidelines.
  • Best-practice references for design, pacing, and production quality to deliver consistent output.

Quick Start

Follow the Plan, Code, Render, Stitch workflow to produce your first Manim video.

Frequently Asked Questions about manim-video

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

FAQPage Schema
How do I automate Manim video production for math and CS concepts?

Manim video production is automated through a structured pipeline covering planning, scripting, rendering, and stitching. This workflow organizes per-project structures with plan.md, script.py, and scene classes to ensure consistent educational video output.

What do I need to render 3Blue1Brown-style math videos?

To render 3Blue1Brown-style math videos, you need Manim Community Edition, LaTeX, and ffmpeg installed. These dependencies handle the mathematical animation rendering and final video stitching processes.

How does the Manim video pipeline structure scene planning and scripting?

The Manim video pipeline structures projects using a plan.md for narrative planning and scene structure, alongside a script.py containing per-scene classes. This ensures best-practice design, pacing, and production quality consistency.

Can I use this workflow to storyboard and stitch educational video scenes?

Yes, this workflow supports storyboarding and stitching educational video scenes. It automates end-to-end production by planning narrative structure, coding scene classes, rendering animations, and stitching them into a final video output.

What's the best way to plan narrative pacing for Manim educational videos?

The best way to plan narrative pacing for Manim educational videos is using the provided best-practice references. These guidelines ensure consistent design and production quality across per-project scene structures before rendering begins.

Why does rendering Manim animations require LaTeX and ffmpeg?

Rendering Manim animations requires LaTeX for typesetting mathematical formulas and ffmpeg for stitching rendered scenes into final video output. Both are necessary dependencies for the Manim Community Edition rendering pipeline.