What problem does it solve? Installing reusable HyperFrames blocks and components is only half the work — wiring them correctly into a host composition requires matching composition IDs, timeline offsets, track indexes, and merging snippet HTML/CSS/JS by hand. This Skill guides the full install-and-wire workflow so registry items work correctly in your composition. ## Core Features & Use Cases - Registry installation: Run hyperframes add <name> for blocks and components, with support for --dir, --json, and --no-clipboard flags, plus configurable install paths via hyperframes.json. - Block wiring: Include standalone sub-compositions in a host index.html using data-composition-src, data-composition-id, data-start, data-duration, and data-track-index attributes. - Component wiring: Merge effect snippets (HTML, CSS, JS, and GSAP timeline calls) directly into an existing composition. - Registry discovery: Query registry.json and per-item registry-item.json manifests to browse available blocks and components by type and tags. - Use Case: You want an animated data chart beside your speaker video — install the data-chart block, wire it into index.html at 5 seconds on track 1, then lint and preview. ## Quick Start Ask the assistant to run hyperframes add data-chart and wire the installed block into your composition's index.html at the desired start time.