hyperframes-registry

Install and wire HyperFrames registry blocks/components into host compositions via index.html and hyperframes.json mappings.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/PrEEtPatEl44/reels-deepagents --skill hyperframes-registry-preetpatel44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-registry
Source: https://github.com/PrEEtPatEl44/reels-deepagents/tree/main/.agents/skills/hyperframes-registry
Command: npx skills add https://github.com/PrEEtPatEl44/reels-deepagents --skill hyperframes-registry-preetpatel44

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a centralized workflow to install and wire registry blocks and components into HyperFrames compositions. It coordinates the add command, install locations, block sub-composition wiring, component snippet merging, and registry discovery.

Core Features & Use Cases

  • Install and wire registry blocks and components with HyperFrames add, wire them into host compositions, or reference installed items.
  • Discover available registry items, understand install locations, and merge component snippets into host compositions.
  • Use case: When you need to add a new block or component to an existing HyperFrames project and wire it correctly in index.html.

Quick Start

Install a registry block or component and 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 and wire registry blocks and components into a host composition?

Registry discovery identifies available blocks and components by understanding the hyperframes.json configuration and the registry-item.json structure, mapping each item to its correct install location within your project.

How does registry discovery work for HyperFrames compositions?

Registry discovery identifies available blocks and components by understanding the hyperframes.json configuration and the registry-item.json structure, mapping each item to its correct install location within your project.

What is the process for wiring a new block into an existing HyperFrames project?

Wiring a new block involves using the add command to install it, then mapping its sub-composition into the host composition and referencing it correctly within index.html based on the hyperframes.json structure.

Do I need to understand hyperframes.json and registry-item.json to use this workflow?

Yes, understanding hyperframes.json and registry-item.json structures is required to correctly identify registry items, determine their install locations, and merge component snippets into host compositions.

What's the best way to merge component snippets into a HyperFrames host composition?

The best way to merge component snippets is through the centralized add command workflow, which coordinates snippet integration alongside block sub-composition wiring and registry discovery for accurate placement.