OpenMontage: 700 Skill Files That Turn Your Agent into a Video Studio
OpenMontage keeps refusing to leave GitHub trending — 800+ stars again today, 54k total — so let's talk about it. It calls itself the first open-source agentic video production system: your coding agent orchestrates the full pipeline from research to proposal to script to scene planning to assets to editing to final render. 12+ production pipeline types, 100+ registered tools, 60+ provider integrations for video, images, TTS and music, plus a live production board called Backlot. AGPLv3, Python plus Remotion plus FFmpeg.
The design pattern is the interesting part. Instead of training or fine-tuning anything, OpenMontage wrote roughly 700 agent skill files organized in three layers: what tools exist, how this system wants them used, and deep technical documentation when needed. Every pipeline stage has a director skill that walks the agent through execution, self-review, and approval checkpoints. It's an entire studio's org chart and standard operating procedures, written down as markdown for a model to inhabit.
That's the same pattern we keep seeing win this year, from scientific skills to engineering skills: don't build a specialized model, build a specialized harness around a general one. Notably, it works with free local tools and open archives — you can produce real-footage documentaries without paying a single generation API. Whether the output rivals a human editor is your judgment call, but the architecture is worth studying even if you never render a video.
Repo: https://github.com/calesthio/OpenMontage
← Back to all articles
The design pattern is the interesting part. Instead of training or fine-tuning anything, OpenMontage wrote roughly 700 agent skill files organized in three layers: what tools exist, how this system wants them used, and deep technical documentation when needed. Every pipeline stage has a director skill that walks the agent through execution, self-review, and approval checkpoints. It's an entire studio's org chart and standard operating procedures, written down as markdown for a model to inhabit.
That's the same pattern we keep seeing win this year, from scientific skills to engineering skills: don't build a specialized model, build a specialized harness around a general one. Notably, it works with free local tools and open archives — you can produce real-footage documentaries without paying a single generation API. Whether the output rivals a human editor is your judgment call, but the architecture is worth studying even if you never render a video.
Repo: https://github.com/calesthio/OpenMontage
Comments