What problem does it solve? Finding, installing, and correctly wiring reusable motion blocks and effect components into HyperFrames video compositions involves many manual steps and wiring rules that are easy to get wrong. ## Core Features & Use Cases - Install and discover registry items: Run hyperframes add to install blocks or components, and hyperframes catalog --query to search the catalog by intent, with tag-based bulk installs and JSON output for CI. - Wire blocks and components into compositions: Include blocks via data-composition-src with the correct data-start, data-duration, and data-track-index attributes, and merge component HTML, CSS, and JS snippets into a host composition. - Author and contribute new items: Follow the idea to scaffold to validate to PR workflow for contributing new blocks or components upstream, including lint, check, preview, and registry regeneration steps. - Use Case: You need an animated bar chart beside your speaker video. Run hyperframes add data-chart, wire it into index.html at the 5-second mark on track 1, then lint and preview the result. ## Quick Start Ask the assistant to search the HyperFrames catalog for the effect you need and install and wire the matching block into your composition.