What problem does it solve? Building HTML-based video compositions requires a repeatable dev loop: scaffolding projects correctly, catching layout and timeline errors before rendering, previewing changes live, and producing final MP4 or WebM output. This Skill provides the complete HyperFrames CLI command reference so agents and developers run the right command with the right flags at each stage. ## Core Features & Use Cases - Project scaffolding: npx hyperframes init creates projects from templates like blank, warm-grain, kinetic-type, or product-promo, with optional video, audio, Tailwind v4, and non-interactive CI modes. - Validation and visual inspection: lint catches missing data-composition-id and overlapping tracks, while inspect renders the composition in headless Chrome and reports text overflowing bubbles, containers, or the canvas. - Preview and render: preview serves a hot-reloading studio, and render produces MP4 or transparent WebM with quality, fps, Docker reproducibility, and parametrized variable overrides. - Use Case: After authoring a composition, run lint and inspect to catch text overflow in speech bubbles, fix the flagged elements, then render a 60fps high-quality MP4 for final delivery. ## Quick Start Run npx hyperframes doctor to verify the environment, then scaffold a project with npx hyperframes init my-video and preview it.