What problem does it solve? When an agent receives a request to make, edit, or animate a video, it must pick the right workflow instead of guessing. This Skill is the entry point for HyperFrames, which renders video from HTML compositions, and routes each request to the correct specialized workflow. ## Core Features & Use Cases - Intent routing: Maps requests like promos, explainers, PR videos, captions, motion graphics, music videos, and slideshows to the matching workflow skill such as /product-launch-video or /pr-to-video. - Capability map: Points to domain skills for authoring HTML compositions, animation, keyframes, creative direction, media, and the CLI dev loop. - Skill maintenance: Explains how to check and update installed HyperFrames skills with npx hyperframes skills check and update. - Use Case: A user says "turn PR #1187 into a changelog video"; the router matches it to /pr-to-video and confirms the workflow is installed before proceeding. ## Quick Start Ask the agent to read the hyperframes skill first, then describe the video you want, for example "make a 60-second promo for my product site".