video-studio

Installation
SKILL.md

video-studio

One conversational pipeline for editing any video. Three layers compose; this skill routes between them. The LLM never watches the video — it reads it (transcript + on-demand timeline PNGs) and edits with word-boundary precision.

The three layers (what's bundled here)

  1. The cut engine — video-use (skills/video-use/) Transcribe → pack → reason → EDL → render → self-eval. Owns: filler-word removal, dead-space trimming, color grade, 30ms audio fades, subtitle burn, and the render.py composite that lays overlays onto the cut. This is the spine of every edit. Read skills/video-use/SKILL.md for the 12 production rules.

  2. The motion layer — HyperFrames (skills/hyperframes/, hyperframes-cli/, hyperframes-registry/, gsap/, website-to-hyperframes/) HTML + GSAP compositions rendered through headless Chrome to .mov with alpha. Use for: lower-third captions, title cards, callouts, audio-reactive bits, scene transitions, kinetic text. video-use spawns these as overlays and composites them.

Installs
1
GitHub Stars
13
First Seen
4 days ago
video-studio — assafkip/claude-video-editor