What problem does it solve? Adding reusable animated blocks and effect components to HyperFrames video compositions requires knowing the correct install paths, wiring attributes, and contribution workflow, which is error-prone without guidance. ## Core Features & Use Cases - Install via CLI: Run hyperframes add <name> to install blocks (standalone sub-compositions) or components (effect snippets) into configurable project paths. - Wiring Guidance: Wire blocks into a host index.html via data-composition-src with correct data-start, data-duration, and data-track-index attributes, or merge component HTML/CSS/JS snippets into an existing composition. - Registry Discovery & Contribution: Browse 97+ blocks and components via the registry manifest, and follow the full idea → scaffold → validate → PR workflow to author and ship new registry items upstream. - Use Case: You want an animated data chart beside your speaker video. Install data-chart, wire it into your composition at the 5-second mark on a higher track, then lint and preview. ## Quick Start Ask the assistant to install the data-chart block with hyperframes add and wire it into your index.html composition starting at 5 seconds.