What problem does it solve? Authoring and rendering HyperFrames video compositions involves many CLI commands, gates, and render targets; this Skill encodes the correct development loop so agents lint, check, preview, and render in the right order without skipping approval gates or misusing deprecated commands. ## Core Features & Use Cases - Full development loop: scaffold with init or capture, iterate with lint, gate with check, review in Studio via preview, then render locally with quality tiers. - Multiple render targets: local Chrome/FFmpeg rendering, Docker reproducible renders, HeyGen-hosted cloud rendering, AWS Lambda, and Google Cloud Run distributed rendering with JSONL batch support. - Diagnostics and verification: doctor environment checks, motion sidecar assertions, snapshot capture, sub-composition smoke tests, and structured feedback reporting. - Use Case: An agent scaffolds a product promo video, runs npx hyperframes check --snapshots to catch layout and contrast errors, opens Studio preview for user approval, then renders a high-quality MP4 and verifies the output file. ## Quick Start Ask the agent to scaffold a new HyperFrames project with npx hyperframes init, then run the lint and check gates before previewing and rendering the composition.