remotion-dev/docs
Start the Remotion docs site and open it in the Codex browser. Use when the user invokes /docs or $docs, asks to launch the local documentation site, or wants to preview docs changes in Docusaurus.
npx skills add https://github.com/remotion-dev/remotion --skill docs
Prepare the Remotion monorepo, launch the Docusaurus docs site, and open the served URL in the Codex in-app browser.
bun i && bun run build
cd packages/docs && bun run start
http://localhost:3000, but follow the printed URL if Docusaurus chooses or reports another port.tool_search for the in-app browser control tool, then navigate to the local URL.Take remotion-dev/docs 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.