What problem does it solve? Hand-building named visual effects like glitch transitions, film grain, charts, or terminal windows from scratch is slow and error-prone when a hosted registry of roughly 400 reusable blocks and components already covers many of them. ## Core Features & Use Cases - Registry Discovery: Rank the whole catalog against an intent query with hyperframes catalog --query, filter by type or tag, and report gaps with hyperframes feedback --search-miss. - Install and Wiring: Install blocks to compositions/ and components to compositions/components/ via hyperframes add, then wire blocks with data-composition-src attributes or merge component snippets into host HTML, CSS, and GSAP timelines. - Contributing Upstream: Author a new block or component following the idea → scaffold → build → validate → preview → ship workflow, including lint, check, registry regeneration, and PR submission. - Use Case: A storyboard calls for a shimmer sweep on a title; search the catalog, run hyperframes add shimmer-sweep, paste the snippet into the composition, and add the timeline call. ## Quick Start Ask the agent to search the HyperFrames registry for the visual effect named in your brief and install the matching block or component into your composition.