What problem does it solve? It removes the guesswork of installing reusable HyperFrames blocks and components and wiring them correctly into a host composition's HTML, timeline, and hyperframes.json configuration. ## Core Features & Use Cases - Install via CLI: Run hyperframes add to install blocks (standalone sub-compositions) or components (effect snippets) into configurable paths. - Wiring Guidance: Provides exact data-composition-src, data-start, data-duration, and data-track-index attributes for blocks, plus HTML/CSS/JS merge steps for components. - Registry Discovery & Contribution: Covers browsing registry.json manifests and the full idea-to-PR workflow for authoring new blocks or components with lint, validate, and publish gates. - Use Case: A user wants an animated bar chart beside their video content; the skill installs the data-chart block and wires it into index.html at the correct timestamp and layer. ## Quick Start Ask the assistant to install the data-chart block with hyperframes add and wire it into your index.html starting at 5 seconds on track index 1.