What problem does it solve? Building animated video compositions from scratch is slow; this Skill lets you discover, install, and wire pre-built registry blocks (standalone sub-compositions) and components (effect snippets) into HyperFrames projects using the hyperframes CLI. ## Core Features & Use Cases - Discovery and install: Browse the registry with hyperframes catalog (filter by type or tag) and install items with hyperframes add <name>, including tag-based bulk installs and JSON output for CI. - Wiring guidance: Wire blocks into a host composition via data-composition-src with correct data-start, data-duration, and data-track-index attributes, or merge component HTML/CSS/JS snippets directly into your composition. - Contributing workflow: Author a new block or component upstream with a full idea → scaffold → build → validate → preview → PR pipeline, including copy-paste templates for captions, VFX, and components. - Use Case: You want an animated bar chart beside your speaker video — run hyperframes add data-chart, wire it into index.html at the 5-second mark, then lint and preview. ## Quick Start Ask the assistant to install the data-chart block from the HyperFrames registry and wire it into your index.html starting at 5 seconds.