.agents/skills/studio/SKILL.md
Prepare the Remotion monorepo, launch the example Studio, and open the served URL in the Codex in-app browser.
bun i && bun run build
cd packages/example && bunx remotion studio --no-open
Use bunx, not npx. Always pass --no-open; Codex should open the printed URL explicitly instead of letting the CLI open a browser.
localhost:3000 before starting Studio. Another worktree may already be using that port, and probing it first can open the wrong Studio.http://localhost:3000, but the CLI output is the source of truth.curl after the CLI has identified the URL for this worktree.tool_search for the in-app browser control tool, then navigate to the local URL.