hyperframes-cli

Automate HyperFrames project lifecycle from scaffolding to rendering via CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cvenwu/AiFlow --skill hyperframes-cli-cvenwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-cli
Source: https://github.com/cvenwu/AiFlow/tree/main/skills/hyperframes-cli
Command: npx skills add https://github.com/cvenwu/AiFlow --skill hyperframes-cli-cvenwu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies the lifecycle of HyperFrames projects by providing a cohesive CLI workflow for scaffolding, validating, previewing, rendering, and troubleshooting, all in one tool.

Core Features & Use Cases

  • Scaffold new HyperFrames projects with init to quickly bootstrap file structures and templates.
  • Lint and inspect to ensure compositions meet structural and timing constraints before rendering.
  • Preview and render to generate outputs for review or delivery, with environment diagnostics when things go wrong.
  • Use for development and production workflows across multiple templates and environments, including doctor, browser, info, and upgrade checks.

Quick Start

Run npx hyperframes init my-project to scaffold a new HyperFrames project.

Frequently Asked Questions about hyperframes-cli

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

FAQPage Schema
What is the best way to scaffold and render a HyperFrames project?

Scaffolding and rendering a HyperFrames project involves using the CLI to initialize templates, lint structural constraints, and generate rendered outputs, streamlining the end-to-end project lifecycle.

How do I lint and inspect HyperFrames compositions before rendering?

You can lint and inspect HyperFrames compositions using the CLI to validate that your structural and timing constraints are met before you proceed to preview or render the final output.

Do I need Node.js and FFmpeg to use the HyperFrames CLI?

Yes, using the HyperFrames CLI requires Node.js version 22 or higher and FFmpeg installed to execute commands, manage assets, and render projects across different environments.

Why does my HyperFrames render fail and how can I troubleshoot it?

If your HyperFrames render fails, you can run environment diagnostics using the CLI doctor command to identify issues with your Node.js or FFmpeg setup and troubleshoot the lifecycle process.

Can I preview HyperFrames projects across multiple templates and environments?

Yes, the HyperFrames CLI allows you to preview projects across multiple templates and environments, providing environment diagnostics and upgrade checks to ensure compositions render correctly.