hyperframes-cli

Manage HyperFrames project workflows via npx hyperframes commands.

7|9|Updated May 9, 2026
One-click install
npx skills add https://github.com/hoanghd218/claude-code-2-days --skill hyperframes-cli-hoanghd218
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-cli
Source: https://github.com/hoanghd218/claude-code-2-days/tree/main/.agents/skills/hyperframes-cli
Command: npx skills add https://github.com/hoanghd218/claude-code-2-days --skill hyperframes-cli-hoanghd218

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HyperFrames CLI dev loop — npx hyperframes for scaffolding (init), validation (lint, inspect), preview, render, and environment troubleshooting (doctor, browser, info, upgrade). Use when running any of these commands or troubleshooting the HyperFrames build/render environment. For asset preprocessing commands tts, transcribe, remove-background, invoke the hyperframes-media skill instead.

Core Features & Use Cases

  • Scaffolding: init projects with templates and example assets.
  • Workflow: lint, inspect, preview, and render with deterministic feedback and troubleshooting commands (doctor, info, upgrade).
  • Integration: coordinates with hyperframes-media for assets preprocessing.

Quick Start

Run npx hyperframes in your project root to scaffold, lint, inspect, preview, and render.

Frequently Asked Questions about hyperframes-cli

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

FAQPage Schema
How do I scaffold and render a HyperFrames project from the CLI?

To scaffold and render a HyperFrames project, run npx hyperframes in your project root to access init, lint, preview, and render commands for deterministic build outputs.

What is the HyperFrames CLI dev loop used for?

The HyperFrames CLI dev loop is a workflow manager providing npx hyperframes commands for scaffolding, validation, preview, rendering, and environment troubleshooting across HyperFrames projects.

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

Yes, running the HyperFrames CLI requires Node.js >= 22 and FFmpeg, which the doctor command verifies to ensure compatibility and provide clear diagnostics for your environment.

Why does the HyperFrames render command fail and how do I troubleshoot it?

If the HyperFrames render command fails, use the doctor and info commands to inspect your environment, identify missing dependencies, and receive clear error handling diagnostics.

Can I preprocess media assets like transcriptions using the HyperFrames CLI?

No, for asset preprocessing tasks like tts, transcribe, and remove-background, you must invoke the hyperframes-media skill instead of the standard HyperFrames CLI workflow.