hyperframes-cli

Automate HyperFrames project scaffolding, linting, inspection, preview, and rendering workflows.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill hyperframes-cli-wesleysimplicio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-cli
Source: https://github.com/wesleysimplicio/simplicio-mapper/tree/main/.skills/hyperframes-cli
Command: npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill hyperframes-cli-wesleysimplicio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes and streamlines the end-to-end HyperFrames workflow, enabling quick scaffolding, validation, inspection, preview, and rendering from a single CLI.

Core Features & Use Cases

  • Scaffold new projects: npx hyperframes init
  • Lint and inspect to ensure correctness before rendering
  • Preview and render for verification and delivery
  • Environment troubleshooting: doctor, browser, info, upgrade
  • Asset preprocessing with hyperframes-media when needed (tts, transcribe, remove-background)

Quick Start

Install the HyperFrames CLI and begin by scaffolding a project with init, then run lint, inspect, preview, and render to validate your work.

Frequently Asked Questions about hyperframes-cli

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

FAQPage Schema
How do I automate HyperFrames CLI workflows for rendering and scaffolding?

Automate HyperFrames CLI workflows by running npx hyperframes init to scaffold projects, then using lint, inspect, preview, and render commands to validate and deliver visual output end-to-end.

What do I need to run a HyperFrames project setup and visual rendering workflow?

You need Node.js version 22 or higher and FFmpeg installed to run HyperFrames project setup and visual rendering workflows. Optional media preprocessing requires the hyperframes-media dependency.

How do I lint and inspect code before rendering in a HyperFrames project?

Lint and inspect code before rendering in a HyperFrames project by executing the dedicated CLI commands to validate correctness, preview the output, and ensure project stability before final delivery.

Can I preprocess media assets like text-to-speech or background removal within the HyperFrames CLI?

Preprocess media assets like text-to-speech, transcriptions, and background removal within the HyperFrames CLI by using the optional hyperframes-media dependency for asset preparation before rendering.

Why does my HyperFrames render workflow fail and how do I troubleshoot the environment?

Troubleshoot a failing HyperFrames render workflow by running the doctor, browser, info, and upgrade CLI commands to diagnose environment issues, verify dependencies, and correct your setup.