What problem does it solve? Building animated video compositions from scratch is slow, and reusing pre-built effects requires knowing how to install, wire, and validate them correctly. This Skill guides the full lifecycle of HyperFrames registry items: installing blocks and components via the CLI, wiring them into a host composition's HTML and GSAP timeline, and authoring new items for upstream contribution. ## Core Features & Use Cases - Install registry items: Run hyperframes add <name> to install blocks (standalone sub-compositions) or components (effect snippets) into configurable project paths defined in hyperframes.json. - Wire into compositions: Include blocks via data-composition-src with correct data-composition-id, data-start, data-duration, and data-track-index attributes, or merge component HTML/CSS/JS snippets directly into a host composition. - Discover and contribute: Browse the registry manifest of 97+ blocks and components, and follow the idea → scaffold → build → validate → preview → ship workflow to publish a new block or component as an upstream PR. - Use Case: You are building a product demo video and want an animated bar chart beside your footage. Install the data-chart block, wire it into index.html at the 5-second mark on a higher track, 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 composition starting at 5 seconds.