What problem does it solve? Building videos from HTML compositions requires a disciplined loop of scaffolding, linting, runtime validation, layout inspection, previewing, and rendering. This Skill encodes that entire HyperFrames CLI workflow so agents run the right commands in the right order, catch defects before rendering, and avoid common pitfalls like silent 4K misconfiguration or broken sub-composition mounts. ## Core Features & Use Cases - Full dev-loop orchestration: Covers init, capture, lint, validate, inspect, snapshot, preview, play, render, and publish with correct flag usage and ordering rules. - Environment diagnosis: Uses doctor and browser commands to troubleshoot Chrome, FFmpeg, Node.js, and Docker issues when renders or previews fail. - AWS Lambda cloud rendering: Deploys distributed rendering stacks and drives long or 4K renders via lambda deploy / render / progress / destroy / policies. - Use Case: An agent scaffolds a product promo video with npx hyperframes init, lints and validates the composition, captures snapshot frames to verify sub-compositions mount correctly, opens Studio preview for user review, and only renders the final MP4 after approval. ## Quick Start Ask the agent to scaffold a new HyperFrames video project, run lint and validate checks, then open a Studio preview for review before rendering the final MP4.