{"owner":"remotion-dev","repo":"remotion","hasSkills":true,"hasMcp":false,"mcpConfig":null,"found":["AGENTS.md","CLAUDE.md"],"skills":{"AGENTS.md":"## Setup commands\n\n```bash\n# Install dependencies (uses Bun)\nbun install\n\n# Build all packages\nbunx turbo run make\n\n# Run tests and linting\nbunx turbo run lint test\n\n# Clean build artifacts\nbun run clean\n\n# Build a specific package\nbunx turbo run make --filter='<package-name>'\n```\n\nUse `bunx` (not `npx`) to run package binaries.\n\nThe current Remotion version can be found in `packages/core/src/version.ts`. The next version should increment the patch version by 1.\n\n## Coding style\n\n- Keep things in one function unless they are composable or reusable.\n- Do not extract single-use helpers preemptively. Inline the logic at the call site unless the helper is reused, hides a genuinely complex boundary, or has a clear independent name that improves the caller.\n\n## Key services\n\n- **Remotion Studio** (dev testbed): `cd packages/example && bun run dev` — starts at `http://localhost:3000`. This is the main dev UI for previewing video compositions.\n- **Player testbed**: `cd packages/player-example && bun run dev` — for testing `@remotion/player` changes.\n- **Docs site**: `cd packages/docs && bun run start` — Docusaurus dev server.\n\n## Rendering test videos\n\nFrom `packages/example`:\n\n- `bunx remotion compositions` — list available compositions.\n- `bunx remotion render <comp-id> --output ../../out/video.mp4` — render a video.\n- `bunx remotion still <comp-id> --output ../../out/still.png` — render a still image.\n","CLAUDE.md":"# CLAUDE.md\n\nThis file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.\n\n**Note**: This project uses [AGENTS.md](AGENTS.md) files for detailed guidance.\n\n## Primary Reference\n\nPlease see [AGENTS.md](AGENTS.md) in this same directory for the main project documentation and guidance.\n"},"files":{"AGENTS.md":"## Setup commands\n\n```bash\n# Install dependencies (uses Bun)\nbun install\n\n# Build all packages\nbunx turbo run make\n\n# Run tests and linting\nbunx turbo run lint test\n\n# Clean build artifacts\nbun run clean\n\n# Build a specific package\nbunx turbo run make --filter='<package-name>'\n```\n\nUse `bunx` (not `npx`) to run package binaries.\n\nThe current Remotion version can be found in `packages/core/src/version.ts`. The next version should increment the patch version by 1.\n\n## Coding style\n\n- Keep things in one function unless they are composable or reusable.\n- Do not extract single-use helpers preemptively. Inline the logic at the call site unless the helper is reused, hides a genuinely complex boundary, or has a clear independent name that improves the caller.\n\n## Key services\n\n- **Remotion Studio** (dev testbed): `cd packages/example && bun run dev` — starts at `http://localhost:3000`. This is the main dev UI for previewing video compositions.\n- **Player testbed**: `cd packages/player-example && bun run dev` — for testing `@remotion/player` changes.\n- **Docs site**: `cd packages/docs && bun run start` — Docusaurus dev server.\n\n## Rendering test videos\n\nFrom `packages/example`:\n\n- `bunx remotion compositions` — list available compositions.\n- `bunx remotion render <comp-id> --output ../../out/video.mp4` — render a video.\n- `bunx remotion still <comp-id> --output ../../out/still.png` — render a still image.\n","CLAUDE.md":"# CLAUDE.md\n\nThis file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.\n\n**Note**: This project uses [AGENTS.md](AGENTS.md) files for detailed guidance.\n\n## Primary Reference\n\nPlease see [AGENTS.md](AGENTS.md) in this same directory for the main project documentation and guidance.\n"},"items":[{"name":"AGENTS.md","path":"AGENTS.md","title":"AGENTS.md","content":"## Setup commands\n\n```bash\n# Install dependencies (uses Bun)\nbun install\n\n# Build all packages\nbunx turbo run make\n\n# Run tests and linting\nbunx turbo run lint test\n\n# Clean build artifacts\nbun run clean\n\n# Build a specific package\nbunx turbo run make --filter='<package-name>'\n```\n\nUse `bunx` (not `npx`) to run package binaries.\n\nThe current Remotion version can be found in `packages/core/src/version.ts`. The next version should increment the patch version by 1.\n\n## Coding style\n\n- Keep things in one function unless they are composable or reusable.\n- Do not extract single-use helpers preemptively. Inline the logic at the call site unless the helper is reused, hides a genuinely complex boundary, or has a clear independent name that improves the caller.\n\n## Key services\n\n- **Remotion Studio** (dev testbed): `cd packages/example && bun run dev` — starts at `http://localhost:3000`. This is the main dev UI for previewing video compositions.\n- **Player testbed**: `cd packages/player-example && bun run dev` — for testing `@remotion/player` changes.\n- **Docs site**: `cd packages/docs && bun run start` — Docusaurus dev server.\n\n## Rendering test videos\n\nFrom `packages/example`:\n\n- `bunx remotion compositions` — list available compositions.\n- `bunx remotion render <comp-id> --output ../../out/video.mp4` — render a video.\n- `bunx remotion still <comp-id> --output ../../out/still.png` — render a still image.\n","category":"root","tokens":355},{"name":"CLAUDE.md","path":"CLAUDE.md","title":"CLAUDE.md","content":"# CLAUDE.md\n\nThis file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.\n\n**Note**: This project uses [AGENTS.md](AGENTS.md) files for detailed guidance.\n\n## Primary Reference\n\nPlease see [AGENTS.md](AGENTS.md) in this same directory for the main project documentation and guidance.\n","category":"root","tokens":82}]}