manim-video

Orchestrates Manim CE video production from planning to rendering and stitching.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill manim-video-simon-copilot-studio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: manim-video
Source: https://github.com/Simon-Copilot-Studio/ai-content-hub/tree/main/creative/manim-video
Command: npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill manim-video-simon-copilot-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating the end-to-end production of mathematical and technical explainer videos—planning, scripting, rendering, stitching, and optional narration—without repetitive manual setup.

Core Features & Use Cases

  • End-to-end Manim-based workflow that implements PLAN -> CODE -> RENDER -> STITCH -> AUDIO (optional) -> REVIEW.
  • Plan-first approach with a plan.md and one-scene-per-class script.py to ensure repeatable storytelling and educational pacing.
  • Optional narration integration and references to render-ready assets to produce delivery-ready videos for classrooms, tutorials, and technical demonstrations.

Quick Start

Write a plan.md outlining your narrative and scene list, create script.py with one scene per class, then run the render/stitch workflow described in the plan.

Frequently Asked Questions about manim-video

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

FAQPage Schema
How do I automate math explainer video production with Manim?▼

Automate math explainer video production with Manim by orchestrating an end-to-end workflow that implements planning, coding, rendering, stitching, and optional narration. You write a plan.md and script.py with one scene per class, then run the render and stitch workflow to generate delivery-ready videos.

What is the best way to structure Manim scenes for educational content?▼

Structure Manim scenes for educational content using a plan-first approach with a plan.md file to outline your narrative and scene list. Create a script.py with one scene per class to ensure repeatable storytelling and proper educational pacing across technical demonstrations.

Can I add narration to Manim CE animations?▼

Yes, you can add narration to Manim CE animations through optional audio integration. The workflow supports references to render-ready assets, allowing you to produce delivery-ready videos with synchronized narration for classrooms, tutorials, and technical demonstrations.

Do I need to write a storyboard before rendering Manim animations?▼

You need to write a storyboard before rendering Manim animations because the workflow requires a plan.md outlining your narrative and scene list. This plan-first approach drives the per-scene script.py generation, ensuring repeatable storytelling before the render and stitch phase begins.

Does this Manim workflow support stitching multiple rendered scenes together?▼

This Manim workflow supports stitching multiple rendered scenes together through its render and stitch pipeline. After generating code-driven scenes from your script.py, the workflow stitches them into a single delivery-ready video for classrooms, tutorials, and technical demonstrations.