This is the migration tool you'd want if you're sitting on a Remotion codebase and need to port it to HyperFrames HTML. It only fires when you explicitly ask to convert or migrate, not when you're building something fresh. The workflow lints your source first to catch dealbreakers like useState or async calculateMetadata, which don't fit HyperFrames' seek-driven model, then mechanically translates the ~80% that maps cleanly: sequences, interpolations, timing. It ships with a test corpus that validates translations against SSIM thresholds so you know if the render actually matches. If your composition uses React state machines or third-party UI libraries, it stops and points you to the runtime interop escape hatch instead of generating broken output.
npx skills add https://github.com/heygen-com/hyperframes --skill remotion-to-hyperframes