Use when the user has a music track (an audio file, or a video to pull audio from) and wants a beat-synced HyperFrames video, calm to hard-hitting. The music drives everything: one analyzer reads it once, the orchestrator lays out the frames and fills a per-frame plan, and one sub-agent builds each frame. Typography and templates are the floor — a complete video needs zero assets — but any images or videos the user supplies are cut into the frames on the same beat grid (beat-cut / ken-burns). The genre (lyric video, slideshow, kinetic promo) falls out of the per-frame choices; the pipeline never branches on it.
$npx -y skills add calesthio/openmontage --skill music-to-videoInstalls into the current project.
Run `npx skills use "https://github.com/calesthio/openmontage" --skill "calesthio/openmontage/music-to-video"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/calesthio/openmontage" that are relevant to the current task. Run `npx skills add "https://github.com/calesthio/openmontage"` and select the relevant skills, then follow their instructions.