hyperframes-registry

Install and wire registry blocks and components into HyperFrames compositions.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill hyperframes-registry-wesleysimplicio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-registry
Source: https://github.com/wesleysimplicio/simplicio-mapper/tree/main/.skills/hyperframes-registry
Command: npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill hyperframes-registry-wesleysimplicio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Installs and wires registry blocks and components into HyperFrames compositions, streamlining the setup and integration process for dynamic UI assemblies.

Core Features & Use Cases

  • Install blocks and components via hyperframes add and automatically wire them into host compositions.
  • Wire blocks using data-composition-src in your host HTML and merge component snippets into your pages.
  • Discover available registry items and manage install locations with reference guides.

Quick Start

Install a registry block using hyperframes add <block-name> and wire it into your host composition following the guidance in the references.

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, use the hyperframes add command to install the block and automatically wire it into your host composition via data-composition-src in your HTML.

What is the process for wiring a block into index.html using HyperFrames?

Wiring a block into index.html requires referencing the block via the data-composition-src attribute in your host HTML to integrate the sub-composition into your HyperFrames assembly.

How do I merge component snippets into HyperFrames pages?

Merging component snippets into HyperFrames pages is handled through the install command, which automatically integrates the component code into your host pages during the wiring process.

How can I discover available registry items for my HyperFrames setup?

You can discover available registry items for HyperFrames by using the provided reference guides, which manage install locations and help you find blocks and components for your compositions.

Do I need hyperframes.json to manage block and component installations?

Yes, hyperframes.json is used to manage installations and wiring configurations, serving as the central file for tracking registry blocks and components integrated into your HyperFrames setup.