hyperframes-registry

Install and wire registry blocks and components into HyperFrames compositions.

118|12|Updated May 5, 2026
One-click install
npx skills add https://github.com/alecs5am/ralphy --skill hyperframes-registry-alecs5am
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-registry
Source: https://github.com/alecs5am/ralphy/tree/main/.agents/skills/hyperframes-registry
Command: npx skills add https://github.com/alecs5am/ralphy --skill hyperframes-registry-alecs5am

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install and wire registry blocks and components into HyperFrames compositions. This reduces repetitive setup work when adding new blocks or components and ensures consistent wiring and discovery across projects.

Core Features & Use Cases

  • Registry discovery: Inspect available blocks and components from the registry.json and understand their metadata.
  • Install and wiring guidance: Guides where registry items install and how to wire them into host compositions (index.html wiring).
  • Add command support: Explains how hyperframes add manages registry item installation and path remapping via hyperframes.json.
  • Block and component integration: Distinguishes blocks (with own composition) vs components (snippets merged into host).

Quick Start

Install a registry item with hyperframes add and follow the wiring guidance to include it in 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 into HyperFrames compositions?

To install registry blocks into HyperFrames, run the hyperframes add command, which manages item installation and path remapping via hyperframes.json, then follow wiring guidance to include the block in your host composition.

What is the difference between blocks and components in HyperFrames registry discovery?

In HyperFrames registry discovery, blocks possess their own composition files, whereas components are snippets merged directly into the host composition, requiring different integration and wiring patterns.

How does the hyperframes add command manage registry item installation locations?

The hyperframes add command manages registry item installation by dictating where items install and handling path remapping through configurations defined in the hyperframes.json file.

What's the best way to ensure consistent wiring when adding new components to HyperFrames?

To ensure consistent wiring when adding components, use registry discovery to inspect metadata from registry.json and apply standardized wiring patterns to integrate items into index.html for repeatable setups.

Can I inspect available registry items before installing them into my HyperFrames project?

Yes, you can inspect available blocks and components before installation by reading the registry.json file to understand their metadata and determine how they should wire into host compositions.