hyperframes-registry

Install, wire, and discover HyperFrames registry blocks and components.

13|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/libz-renlab-ai/TeamBrain --skill hyperframes-registry-libz-renlab-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-registry
Source: https://github.com/libz-renlab-ai/TeamBrain/tree/main/.agents/skills/hyperframes-registry
Command: npx skills add https://github.com/libz-renlab-ai/TeamBrain --skill hyperframes-registry-libz-renlab-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill facilitates installing, wiring, and discovering modular registry items such as blocks and components for HyperFrames projects, streamlining compositional workflows.

Core Features & Use Cases

  • Installation & Wiring: Install registry blocks and components into projects using hyperframes add and wire them into index.html.
  • Registry Discovery: Browse available registry items via JSON APIs and local files to find suitable components or blocks for specific needs.
  • Use Case: A developer integrates dynamic visual effects by adding a shimmer-sweep component to their webpage, or assembles a dashboard using custom blocks. It supports locating existing items to reuse and accurately placing them within project directories.

Quick Start

Run the hyperframes add command to install a registry block or component, then wire it into your project HTML as instructed.

Frequently Asked Questions about hyperframes-registry

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

FAQPage Schema
How do I add reusable UI blocks to a web project?

To add reusable UI blocks, run the hyperframes add command to install the registry component, then wire it directly into your index.html file for project assembly.

What is a component registry and how does it work for web design?

A component registry is a modular library that stores reusable blocks and components, allowing you to browse available JSON assets and integrate them into web projects for efficient visual composition.

Can I browse available registry items before installing them?

Yes, you can discover available registry items by browsing local files and JSON APIs, enabling you to find suitable blocks or components for your specific visual and functional needs before installation.

How do I wire installed components into my HTML?

After running the hyperframes add command to install an item, you wire the component into your project's index.html file as instructed, accurately placing it within the project directories.

Do I need any dependencies to use modular blocks in HyperFrames?

No external dependencies are required to use modular blocks, as the system provides standalone tools for managing and integrating registry assets directly into your web composition workflow.

What's the best way to assemble a dashboard using reusable blocks?

The best way to assemble a dashboard is by discovering custom blocks through the registry and using the add command to install and wire them together, optimizing modular reuse for your web project.