hyperframes-registry

Automates discovery and wiring of HyperFrames registry items into host compositions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Registry-based workflows require manual tracking of useful blocks and components' installation paths and wiring steps; this skill streamlines discovery and wiring of HyperFrames registry items into host compositions.

Core Features & Use Cases

  • Discover and install registry items via hyperframes add <name>.
  • Wire installed blocks or components into your host composition using data attributes and documented wiring guidance.
  • Use discovery to view available registry-item.json metadata and install locations.

Quick Start

Install a registry item with hyperframes add <name> and then wire it into your host composition using the provided data attributes.

Frequently Asked Questions about hyperframes-registry

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

FAQPage Schema
How do I install and wire HyperFrames registry blocks into a project?

Installing and wiring HyperFrames registry blocks involves running the command to add the item and then integrating it into your host composition using standard data attributes. The skill automates this discovery and wiring process through registry manifests.

What is the best way to discover available components in a block registry?

Discovering available components in a block registry requires reading registry-item.json metadata. This skill streamlines that process by allowing you to view available items and their installation locations before adding them to your host composition.

How do I wire installed components into index.html?

Wiring installed components into index.html is achieved by applying documented data attributes to your host composition. This skill provides the necessary wiring instructions and enforces standard install paths based on registry manifests.

Do I need specific manifests to add registry items to a host composition?

Yes, adding registry items to a host composition requires registry.json and registry-item.json manifests. This skill enforces the use of these manifests to define standard install paths and document the wiring instructions for blocks and components.

Why does manual component wiring fail when adding blocks from a registry?

Manual component wiring fails when adding blocks from a registry due to untracked installation paths and missing wiring steps. This skill solves that problem by enforcing standard install paths and automating the wiring guidance through manifests.

Can I use HyperFrames registry items without manual path tracking?

Yes, you can use HyperFrames registry items without manual path tracking. This skill automates discovery and wiring, applying registry manifests to define standard install paths and document the integration steps for your host composition.