What problem does it solve? Integrating a new video provider into a marketing-engine repository requires touching skills, provider classes, routing matrices, env vars, and documentation across many files, and redoing this after a fresh clone or a rebase is error-prone. This Skill encodes the entire HyperFrames integration as a single verifiable, idempotent checklist. ## Core Features & Use Cases - One-shot bootstrap: Creates the three HyperFrames runtime skills, the provider class and mock, routing matrix rows, env vars, and CLAUDE.md updates in one pass. - Idempotent verification: Checks every artefact before writing, skipping files that already exist and surfacing diffs when content conflicts. - Safe git workflow: Never commits on main, stages only touched files, and commits with a canonical message on a feature branch. - Use Case: After rebasing a marketing-engine clone and losing the HyperFrames wiring, run this Skill to restore the provider class, matrix rows, and skills, then verify with typecheck and router checks before opening a draft PR. ## Quick Start Run the install-hyperframes skill against this repository to wire HyperFrames in as a video provider and open a draft PR with the changes.