| name | hyperframes-registry |
| description | Install and wire registry blocks and components into HyperFrames compositions. Use when running hyperframes add, installing a block or component, wiring an installed item into index.html, or working with hyperframes.json. Covers the add command, install locations, block sub-composition wiring, component snippet merging, and registry discovery. |
HyperFrames Registry
The registry provides reusable blocks and components installable via hyperframes add <name>.
- Blocks — standalone sub-compositions (own dimensions, duration, timeline). Included via
data-composition-src in a host composition.
- Components — effect snippets (no own dimensions). Pasted directly into a host composition's HTML.
When to use this skill
- User mentions
hyperframes add, "block", "component", or hyperframes.json
- Output from
hyperframes add appears in the session (file paths, clipboard snippet)
- You need to wire an installed item into an existing composition
- You want to discover what's available in the registry
Quick reference
hyperframes add data-chart
hyperframes add grain-overlay
hyperframes add shimmer-sweep --dir .
hyperframes add data-chart --json
hyperframes add data-chart --no-clipboard
After install, the CLI prints which files were written and a snippet to paste into your host composition. The snippet is a starting point — you'll need to add (must match the block's internal composition ID), , and attributes when wiring blocks.