Auto-generate proxies the moment footage lands
Choppy playback, laggy scrubbing, and unusable timelines — even on strong machines — often comes down to editing long-GOP or heavy codecs at high resolution without proxies. This recipe generates proxies automatically whenever new camera originals appear, so every project starts edit-ready instead of debug-ready.
Create a skill called "Proxy Factory". Configure: - originals_path - proxies_path - proxy_resolution (default 1920x1080) - proxy_codec (prores_proxy | dnxhr_lb | h264_proxy) - max_parallel_jobs - manifest_path When new media appears, generate proxies, save a manifest mapping originals→proxies, and send me a one-screen set of attach instructions for my editor (Premiere Pro / DaVinci Resolve / Final Cut Pro).
This skill watches your camera originals folder, generates proxies with a consistent
naming convention, mirrors the folder structure, and writes a manifest mapping originals
to proxies. You get a notification with editor-specific instructions for attaching proxies.
Stop audio drift by quarantining variable-frame-rate clips at ingest
Audio slowly drifts out of sync or randomly desyncs in your timeline when footage is variable frame rate — common with iPhone footage, screen recordings, and some OBS workflows. This recipe catches VFR clips at ingest, transcodes them to constant frame rate, and quarantines the originals so drift never reaches your edit.
Keep media caches from eating your SSD and slowing your apps
Media cache and disk caches balloon over time, causing storage emergencies and performance regressions. This recipe turns cache cleanup from a panic action into a controlled, scheduled maintenance job — for Adobe Premiere Pro, After Effects, and similar tools.
Package a project for hand-off without shipping terabytes by accident
Consolidation and archiving can behave unexpectedly — copying full clips, collecting too much media, or producing massive packages. This recipe provides a guided packaging flow that produces a clean folder structure, media manifest, checksums, and editor-specific "how to open" notes for the recipient.
Audit Core Web Vitals and auto-fix what's dragging your score down
Clients want rich pages and fast load times. This recipe runs Lighthouse, identifies the biggest performance bottlenecks, and drafts the fixes most likely to improve Core Web Vitals before handoff.