media-generation
Installation
SKILL.md
varg sdk - declarative ai video orchestration
jsx-based ai video generation. describe scenes declaratively, render videos automatically.
what is this?
varg sdk is a declarative video orchestration framework. instead of manually calling apis, stitching clips, and managing async workflows, you describe what you want in jsx and the runtime handles:
- parallel generation of images/videos/audio
- automatic caching (re-renders reuse cached assets)
- ffmpeg composition under the hood
- provider abstraction (fal, elevenlabs, replicate)
think of it like react for video - you declare the structure, the engine figures out the execution.
terminology
Related skills