hyperframes-registry

Install and wire reusable HyperFrames blocks from a central registry.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hanzoai/video --skill hyperframes-registry-hanzoai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hyperframes-registry
Source: https://github.com/hanzoai/video/tree/main/.agents/skills/hyperframes-registry
Command: npx skills add https://github.com/hanzoai/video --skill hyperframes-registry-hanzoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The registry skill enables users to discover, install, and wire reusable HyperFrames blocks and components from a centralized registry, streamlining project setup and component reuse.

Core Features & Use Cases

  • Discovery & install: Browse and install registry items with the hyperframes add command, mapping to host project paths.
  • Wiring guidance: Learn how to wire installed blocks into host compositions via data-composition-src and proper attributes.
  • Registry metadata: Read registry-item.json to understand a block or component's type, dependencies, and installation targets.

Quick Start

Use the registry to install a sample item with hyperframes add <name> and integrate it into your composition per the wiring guidelines.

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 from a central component registry?▼

To install reusable blocks, use the hyperframes add command to map registry items to your host project paths. The registry ensures consistent installation by reading registry-item.json to determine dependencies and targets.

What is the best way to wire registry blocks into host compositions?▼

Wiring registry blocks requires using the data-composition-src attribute and proper references within your host composition. The registry provides specific wiring instructions to ensure components integrate correctly.

How does the registry-item.json file define block installation behavior?▼

The registry-item.json file defines a block's type, dependencies, and installation targets. Reading this metadata ensures consistent install paths and proper wiring instructions when adding components to a project.

Can I discover available HyperFrames components before installing them?▼

You can discover available HyperFrames components by browsing the central registry. The discovery process allows you to identify blocks and review their registry metadata before running the install command.

Do I need to manually resolve dependencies when wiring registry blocks?▼

Manual dependency resolution is not required when wiring registry blocks. The registry reads registry-item.json to automatically map dependencies and ensure consistent install paths during the hyperframes add process.

Why are my installed HyperFrames blocks not mapping to the correct project paths?▼

Incorrect project path mapping occurs when registry-item.json installation targets are not followed. Ensure you apply the wiring guidelines and use the data-composition-src attribute to properly integrate blocks into host compositions.