Skills · Workflow
remotion-to-hyperframes
/remotion-to-hyperframesCompatibility shim for the legacy `/remotion-to-hyperframes` skill name.
Workflowopsuser
SKILL.mdremotion-to-hyperframes
Trigger
Use this only when a request explicitly references legacy Remotion material, old Remotion files, or migration from Remotion to HyperFrames.
Hard invariants
- HyperFrames HTML is the current source of truth for Ralphy video compositions.
- Do not introduce new Remotion dependencies or render paths.
- Preserve project artifacts append-only; snapshot existing HyperFrames
index.htmlwithralphy hyperframes save-version <project>before non-trivial edits.
Workflow
- Inventory the legacy request and map it to scenes, media tracks, captions, and transitions.
- Read
docs/playbooks/editor.mdanddocs/playbooks/hyperframes.md. - Implement or describe the migration in HyperFrames terms.
- Render through
ralphy render <project>when a final mp4 is requested.
Outputs
Deliver a HyperFrames migration plan, code change, or render result depending on the user request.