hyperframes-registry
Installation
Summary
Install and wire reusable blocks and components into HyperFrames compositions via the registry.
- Blocks are standalone sub-compositions with their own dimensions and timeline; components are effect snippets pasted directly into host compositions
- Install via
hyperframes add <name>with options for custom directories, JSON output, and clipboard control - Blocks require wiring through
data-composition-srcand attributes likedata-composition-id,data-start,data-duration, anddata-track-index - Components require manual merging of HTML elements, CSS styles, and JavaScript into the host composition
- Install paths and registry source are configurable in
hyperframes.json
SKILL.md
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-srcin 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", orhyperframes.json - Output from
hyperframes addappears 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