What problem does it solve? Adding reusable video elements to a HyperFrames project requires knowing the correct install paths, wiring attributes, and contribution workflow. This Skill guides the full process of installing registry blocks and components with hyperframes add, wiring them into a host composition's index.html, and authoring new registry items from idea to merged PR. ## Core Features & Use Cases - Install blocks and components: Run hyperframes add <name> to install standalone sub-compositions (blocks) or effect snippets (components) into configurable paths defined in hyperframes.json. - Wire into compositions: Include blocks via data-composition-src with data-start, data-duration, and data-track-index attributes, or merge component HTML/CSS/JS snippets directly into a host composition. - Contribute upstream: Follow the idea → scaffold → build → validate → preview → ship workflow with lint, validate, oxfmt, catalog generation, and PR creation, using copy-paste templates for captions, VFX, and components. - Use Case: You want an animated bar chart beside your speaker video. Install the data-chart block, wire it into index.html at 5 seconds on track index 1, then lint and preview the result. ## Quick Start Ask the agent to install the data-chart block with hyperframes add and wire it into your index.html starting at 5 seconds.