Add beat-synced vlog editing skill#6
Open
DavidYu75 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
skills/beat-synced-vlog-editing: cutting vlogs and montages to music — lock a hero moment to the drop, cuts on the beat grid, musically motivated entrances, and keeping sync intact through later edits (the part that actually breaks).What's inside
detect_beatsoutput, including two traps: reportedbpmcan disagree with the beats array by ~2% (grid derives from median array spacing instead), anddownbeats[]contains near-duplicates that need filtering.Validation
Four rounds of cold tests: fresh agents (two model tiers) given only this SKILL.md, MCP access, and footage/songs they'd never seen. Each round's failure report became the next revision; the rules here all trace to something that actually went wrong. The demo below is round 4's unedited output — lights-on lands on the drop frame-exact, and the entrance rides the song's own verse build.
demo_beatsync_test.MP4
Palmier behaviors found while testing (documented as workarounds in the skill)
set_keyframesvolume values render as dB, but the tool description says 0.0–1.0 linear (set_clip_propertiesvolume IS linear). A docs-conformant envelope renders flat — no fades, no ducks — and passes every non-audio check. Happy to file as an issue with the probe methodology.insert_clipslanding inside a placed music clip's span splits it and leaves a silent gap; the inserted clip's linked audio can land on the music's track. Step 3 documents the rebuild.catalog.json regenerated with
scripts/build-catalog.mjs. Happy to iterate on scope or structure. Natural follow-up skill: sound design / SFX layering.