What problem does it solve? Contributing a new caption style, VFX block, transition, or component to the HyperFrames public registry involves strict conventions (ID prefixes, GSAP timeline rules, registry-item.json schema, catalog docs generation) that are easy to get wrong, producing broken catalog entries or rejected PRs. ## Core Features & Use Cases - End-to-end contribution workflow: Walks through six stages — clarify, scaffold, build, validate, preview, ship — for both registry blocks (fixed-dimension compositions) and components (reusable snippets). - Copy-paste templates: Provides proven caption, Three.js VFX, and component HTML templates plus registry-item.json schemas that pass lint and validation. - Quality gate enforcement: Requires hyperframes lint, validate, oxfmt formatting, registry.json updates, catalog page generation, and preview publishing before opening the PR. - Use Case: A developer wants to add a new karaoke caption style to the public HyperFrames catalog; the skill scaffolds registry/blocks/cap-swoosh/, applies the caption template with correct ID prefixes, validates it, and produces a ready-to-review PR with a hyperframes.dev preview link. ## Quick Start Ask the assistant to help you contribute a new caption style or VFX block to the HyperFrames registry catalog and follow the guided workflow.