manim-render-ops

star 11

Render manim videos with correct CLI flags, dependency checks, and bounded retry strategy.

gqy20 By gqy20 schedule Updated 2/6/2026

name: manim-render-ops description: Render manim videos with correct CLI flags, dependency checks, and bounded retry strategy.

Manim Render Ops

Use this skill when moving from script to video output.

Preflight

  1. Confirm runtime dependencies are available (ffmpeg required by manim ecosystem).
  2. Confirm script path and Scene class exist.
  3. Create output folders if missing.

Render Commands

  • Fast validation render:
    • manim -pql outputs/manim/scene.py MainScene
  • High-quality deliverable render:
    • manim -pqh outputs/manim/scene.py MainScene

Quality Policy

  • First run at low quality (-ql) for syntax/runtime validation.
  • Final deliverable at higher quality (-qh) unless issue requires otherwise.
  • If render fails, perform targeted fix and retry (max 2 retries).

Failure Handling

  • Capture and summarize the first actionable error.
  • Patch only the minimal script region that caused failure.
  • Re-run the same command and compare result.
  • Stop after retry cap and output reproducible failure details.

Output Checklist

  • Render command used.
  • Actual output file path (.mp4).
  • Retry count and failure summary (if any).

References

Install via CLI
npx skills add https://github.com/gqy20/IssueLab --skill manim-render-ops
Repository Details
star Stars 11
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator