remotion-dev/convert
Start the local @remotion/convert app and open it in the Codex browser. Use when the user invokes /convert or $convert, asks to launch convert.remotion.dev locally, or wants to inspect the Convert package UI.
npx skills add https://github.com/remotion-dev/remotion --skill convert
Prepare the Remotion monorepo, launch the Convert app, and open the served URL in the Codex in-app browser.
bun i && bun run build
cd packages/convert && bun run dev
http://localhost:5173, but follow the printed URL if Vite chooses another port.tool_search for the in-app browser control tool, then navigate to the local URL.Take remotion-dev/convert from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.