hyperframes-registry

Install and wire registry blocks into HyperFrames compositions via registry.json manifests.

40.2k|3.8k|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/heygen-com/hyperframes --skill hyperframes-registry-heygen-com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-registry
Source: https://github.com/heygen-com/hyperframes/tree/main/skills/hyperframes-registry
Command: npx skills add https://github.com/heygen-com/hyperframes --skill hyperframes-registry-heygen-com

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The HyperFrames registry provides a centralized way to discover, install, and wire reusable blocks and components into HyperFrames compositions, streamlining project setup and reuse.

Core Features & Use Cases

  • Installable registry blocks and components via hyperframes add
  • Clear wiring guidance to connect installed items into host compositions
  • Registry discovery through registry.json and per-item manifests to guide installation paths

Quick Start

Install a registry item with hyperframes add <name> and follow the snippet to wire it into your host composition.

Frequently Asked Questions about hyperframes-registry

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

FAQPage Schema
How do I install reusable blocks and components into HyperFrames compositions?

To install reusable blocks and components into HyperFrames compositions, run the hyperframes add command with the desired item name. This enforces a consistent install path and uses registry-item.json manifests to guide the setup process.

What is the HyperFrames registry used for?

The HyperFrames registry provides a centralized discovery mechanism to find, install, and wire reusable blocks into host compositions. It uses a centralized registry.json file and per-item manifests to streamline project setup and component reuse.

How do I wire an installed registry block into a host page?

After running hyperframes add, you wire an installed registry block into a host page by following the provided snippet. This enforces consistent wiring semantics to properly connect the item into your HyperFrames composition.

How does the HyperFrames registry discovery mechanism work?

Registry discovery works through a centralized registry.json file and per-item registry-item.json manifests. These files guide installation paths and provide the metadata needed to locate and install blocks into your compositions.

Can I inspect registry metadata and install locations for HyperFrames items?

Yes, you can inspect registry metadata and install locations for HyperFrames items. The system uses registry-item.json manifests and enforces consistent install paths, allowing you to verify where components are placed and how they are configured.

What are the limitations when wiring registry blocks into HyperFrames?

When wiring registry blocks into HyperFrames, you must adhere to the consistent install paths and wiring semantics enforced by the system. Deviating from the registry-item.json manifest structure may break the composition integration.