hyperframes-cli

Scaffold, lint, inspect, preview, and render HyperFrames video compositions via the npx CLI.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/gmolike/Claude-Template --skill hyperframes-cli-gmolike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-cli
Source: https://github.com/gmolike/Claude-Template/tree/main/.agents/skills/hyperframes-cli
Command: npx skills add https://github.com/gmolike/Claude-Template --skill hyperframes-cli-gmolike

SYSTEM DOCUMENTATION & REQUIREMENTS

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 guides the full HyperFrames CLI workflow so you avoid broken renders, text overflow, and environment misconfiguration. ## Core Features & Use Cases - Project Scaffolding: Run npx hyperframes init with templates like blank, warm-grain, or kinetic-type, with options for video, audio, Tailwind v4, and non-interactive CI mode. - Validation & Visual Inspection: Use lint to catch missing composition IDs and overlapping tracks, and inspect to detect text spilling out of containers or off the canvas in headless Chrome. - Preview & Render: Hot-reloading preview server plus configurable rendering with quality tiers, fps, formats (MP4/WebM), Docker reproducibility, and parametrized variables. - Use Case: You scaffold a product-promo video, lint and inspect it to fix caption overflow, preview at a custom port, then render a 60fps high-quality MP4 for final delivery. ## Quick Start Ask the agent to scaffold a new HyperFrames video project, lint and visually inspect it, then render the final MP4.

Frequently Asked Questions about hyperframes-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new HyperFrames video project?

Run npx hyperframes init my-video to launch the interactive wizard, or pass --example with a template name like warm-grain or blank. Add --video or --audio to include media files, and --non-interactive for CI or agent-driven setups.

How do I check a HyperFrames composition for layout errors before rendering?

Run npx hyperframes lint to catch missing data-composition-id attributes, overlapping tracks, and unregistered timelines, then run npx hyperframes inspect to detect text overflowing containers or the canvas in headless Chrome.

What render options does the HyperFrames CLI support?

The render command supports --fps (24, 30, 60), --quality (draft, standard, high), --format (mp4 or webm with transparency), --docker for reproducible output, and --variables to override declared composition variables per render.

Why does HyperFrames rendering fail on my machine?

Rendering failures usually come from missing FFmpeg, missing Chrome, or low memory. Run npx hyperframes doctor first to check the environment, and use npx hyperframes browser to manage the bundled Chrome installation.

Does HyperFrames support Tailwind in compositions?

Yes, scaffolding with --tailwind sets up Tailwind v4.2 via the browser runtime, which differs from Studio's Tailwind v3 setup. Invoke the tailwind skill before editing classes or theme tokens in such projects.