What problem does it solve? Contributing a new caption style, VFX block, transition, or component to the HyperFrames public registry involves many error-prone steps: correct scaffolding, naming conventions, GSAP timeline rules, validation, preview generation, and PR submission. This Skill guides the entire workflow so nothing is missed. ## Core Features & Use Cases - Guided six-step workflow: Clarify, Scaffold, Build, Validate, Preview, and Ship a new registry block or component. - Copy-paste templates: Starter HTML templates for caption blocks, Three.js VFX blocks, and reusable components, plus registry-item.json schemas. - Quality gate enforcement: Lint, validate, format with oxfmt, update registry.json, generate catalog docs, and publish a preview before opening the PR. - Use Case: A motion designer wants to contribute a new karaoke caption style to the HyperFrames catalog. The Skill scaffolds registry/blocks/cap-swoosh/, applies the caption template with correct ID prefixes and hard-kill timeline rules, runs hyperframes lint and validate, generates the catalog docs page, and opens a PR with a preview link. ## Quick Start Help me create a new karaoke caption block called cap-neon and submit it as a PR to the HyperFrames registry.