mcpbeat

remotion-dev Skills

74 skills published by remotion-dev across 3 repositories. Together they weigh 803 445 tokens — that is what loading all of them at once would cost you in context. 18 of them have been repackaged into other people's repositories.

74 skills 803 445 tokens total 18 copies elsewhere vendor account

Add Bug vendor
remotion

Add a new Remotion bug entry to packages/bugs/api/[v].ts. Use when the user describes a bug and affected Remotion versions that should be surfaced through the bugs API.

214 tokens
Add CLI Option vendor
remotion

Add a new Remotion CLI or config option by creating an AnyRemotionOption, registering CLI parsing, wiring config setters, and updating documentation. Use when adding or converting command-line flags or Remotion options.

1k tokens
Add Effect vendor
remotion

Add a new effect to @remotion/effects, including implementation, package exports, docs, demos, preview images, Remotion skill updates, tests, formatting, and builds.

3k tokens
Add Expert vendor
remotion

Add a new expert to the Remotion experts page

392 tokens
Add New Package vendor
remotion

Add a new package to the Remotion monorepo, including package scaffolding, monorepo registration, documentation, build scripts, tests, and release checklist updates. Use when creating a new @remotion package.

786 tokens
Add Sfx vendor
remotion

Add a new sound effect to @remotion/sfx

816 tokens
Add Webcodecs Bug vendor
remotion

Add a browser WebCodecs bug to the Remotion Mediabunny WebCodecs bugs docs page. Use when given a Chromium, WebKit, or Firefox issue URL that should be tracked in packages/docs/docs/mediabunny/webcodecs-bugs.mdx, especially when needing to look up the issue title, filing date, reporter, and resolution state before editing the MDX table.

411 tokens
Canvas Capture Extension vendor
remotion

Rebuild, install, and reload the private Remotion Canvas Capture unpacked Chrome extension. Use when the extension needs to be restored after a Codex worktree was deleted, rebuilt after source changes, moved to its durable install directory, or reloaded in Chrome or Chrome Canary.

1k tokens scripts
Checkout vendor
remotion

Checkout a requested branch or ref in the Remotion repo, then install dependencies and build. Use when the user asks to checkout a ref and prepare the workspace.

68 tokens
Convert vendor
remotion

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.

292 tokens
Deprecate API vendor
remotion

Reference for how deprecation of public Remotion APIs is represented in TypeScript source and documentation. Use when adding, reviewing, or discussing a deprecation of a function, component, hook, type, prop, option, or other public API that remains available.

528 tokens
Docs vendor
remotion

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.

290 tokens
Docs Demo vendor
remotion

Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.

549 tokens
Find Unplanned Issues vendor
remotion

Audit and clean the Remotion GitHub masterplan hierarchy. Use when finding open issues that lack a masterplan ancestor, identifying orphaned issues that need a parent, or recursively removing closed issues from the masterplan rooted at issue #9081.

4k tokens scripts
Fix Dependabot vendor
remotion

Fix a Dependabot PR by updating all monorepo instances of the dependency, running bun install, and pushing

512 tokens
Flake vendor
remotion

Track Remotion CI flakes in issue #8375, increment repeated signatures, discover failed PR checks when no PR is given, and rerun flaky GitHub Actions jobs.

1k tokens
Formatting vendor
remotion

Run Remotion formatting and style checks until they pass. Use when the user asks to fix formatting or run the formatting command.

66 tokens
Gh Stack vendor
remotion

> Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

10k tokens
Homepage Video Assets vendor
remotion

Use when rendering or replacing Remotion homepage creator strip videos, especially transparent Chrome WebM and Safari MP4 assets copied into both promo-pages and docs.

762 tokens
Interactivity Best Practices vendor
remotion

Best practices for writing Remotion animations that stay intuitive for agents and editable in Remotion Studio Visual Mode.

146 tokens
Issue vendor
remotion

Create or update GitHub issues with correct Remotion naming and safe multiline Markdown handling

953 tokens
Issue Management vendor
remotion

Manage GitHub Issues 2.0 relationships with gh CLI: parent issues, sub-issues, blocked-by, and blocking links.

1k tokens
Merge vendor
remotion

Wait for a Remotion pull request to become mergeable, handle merge conflicts, distinguish genuine CI failures from flakes, rerun flaky checks through the flake skill, and merge the PR. Use when asked to run /merge, merge a current PR after checks pass, or shepherd a Remotion PR through CI to merge.

507 tokens
Nullable New Params vendor
remotion

Fix newly added optional parameters, optional React props, and optional type/interface members in Remotion monorepo diffs by converting internal APIs to required nullable values and updating call sites. Use when a PR, review, or user asks to forbid new `foo?: T` / `param?: T` additions except for exported or documented public APIs where requiring the value would be breaking.

2k tokens scripts
Pr vendor
remotion

Open a pull request for the current feature

852 tokens
Pr Name vendor
remotion

Review or correct a Remotion pull request title

596 tokens
Pr Ready vendor
remotion

Resolve CI failures, merge conflicts, or local branch changes to get a PR ready

417 tokens
Publish Element vendor
remotion

Finalize a developed Remotion Element, add it to the docs gallery, render its previews, and run repository checks.

1k tokens
Release vendor
remotion

Release a new Remotion version

1k tokens
Remotion Best Practices vendor
remotion

Router for all Remotion skills

956 tokens
Remotion Markup vendor
remotion

Content, animation and effects best practices

24k tokens
Scaffold Element vendor
remotion

Scaffold a new Remotion Element with a correctly configured preview composition for development in the docs Remotion Studio.

1k tokens
Skill Locations vendor
remotion

Document Remotion skill placement. Use when adding, moving, or editing Remotion skills to decide whether a skill belongs in .agents/skills as an internal skill or packages/skills as a public skill.

181 tokens
Studio vendor
remotion

Start Remotion Studio from packages/example and open it in the Codex browser. Use when the user invokes /studio or $studio, asks to launch the example Studio, or wants the Remotion Studio dev UI available locally.

420 tokens
Studio Config Option Lifecycle vendor
remotion

Classify and wire Remotion Studio config options as either startup-fixed or reloadable while preventing mixed lifecycle behavior across consumers. Use when adding, changing, or reviewing a Config setter or CLI option consumed by Studio, its preview server, compiler, HTML bootstrap, public-folder watcher, or render queue.

1k tokens
Studio Css Reset vendor
remotion

Diagnose and fix Remotion Studio UI bugs caused by the global CSS reset. Use when nested text or SVG icons have incorrect color, typography, sizing, hover states, or truncation in packages/studio.

788 tokens
Studio Perf vendor
remotion

Optimize Remotion Studio render performance by preferring imperative timeline state reads. Use when code reads the current frame with `useTimelinePosition()` or components unnecessarily render on every frame.

169 tokens
Update Chrome Binaries Test Region vendor
remotion

Publish Remotion Lambda Chrome binaries to the eu-central-1 test region and update hosted layer and Chrome version references. Use when updating Chrome binaries before full regional rollout.

1k tokens
Update From Upstream Main vendor
remotion

Update the current Remotion branch with the latest canonical main branch. Use when asked to update or sync from upstream main, merge the latest main into a feature branch, fast-forward local main, or bring a pull request branch up to date without rewriting published history.

1k tokens
Update Remotion Rust Ffmpeg vendor
remotion

Update Remotion's ffmpeg-next Git revision to a published rust-ffmpeg commit, refresh Cargo.lock, rebuild all supported compositor binaries, validate the monorepo, and open a draft pull request. Use for the final step of the rust-ffmpeg binary update chain.

1k tokens
Update Stars vendor
remotion

Update Remotion homepage GitHub star counts. Use when asked to refresh the displayed GitHub star count and push the change to main.

128 tokens
Update Version vendor
remotion

Update `AvailableFrom` in a PR to the next Remotion patch version (`main` + `0.0.1`).

230 tokens
Upgrade Caniuse vendor
remotion

Upgrade the caniuse-lite override in the Remotion repo. Use when asked to update caniuse-lite to the latest npm version.

112 tokens
Upgrade Mediabunny vendor
remotion

Upgrade Mediabunny and related @mediabunny packages across the Remotion repo. Use when asked to update Mediabunny to the latest version.

257 tokens
Upload R2 vendor
remotion

Upload large Remotion repository assets to the Cloudflare R2 bucket behind remotion.media and replace local public/ assets with hosted URLs. Use when a file is too large for Git or when a PR should avoid committing media binaries by hosting them on remotion.media.

534 tokens
V5 Breaking Changes vendor
remotion

Implement or review a Remotion 5 breaking change while the v4 and v5 release lines still share code. Use when v4 behavior and public types must remain compatible on main, but flipping the central v5 flag should activate a new runtime behavior, default, or TypeScript API.

892 tokens
Vercel vendor
remotion

Set up a Codex monitor for Vercel deployments and preview URLs. Use when the user invokes /vercel or $vercel, asks Codex to watch or monitor a Vercel deployment, waits for a Vercel preview or PR preview to become ready, or wants to be notified with both the deployment URL and preview URL once Vercel is READY.

2k tokens scripts
Version vendor
remotion

The version of Remotion we are working on.

75 tokens
Video Report vendor
remotion

Generate a report about a video

74 tokens
Visual Mode vendor
remotion

Guidance for working on Remotion Studio Visual Mode, sequence identity, node paths, symbolicated stacks, override IDs, and hot reload behavior. Use when implementing or debugging visual editing of Sequences.

477 tokens
Web Renderer Test vendor
remotion

Add a test case to the web renderer

493 tokens
Writing Docs vendor
remotion

Guides for writing and editing Remotion documentation. Use when adding docs pages, editing MDX files in packages/docs, or writing documentation content.

2k tokens
Writing Tests vendor
remotion

Rules for writing and reviewing tests in the Remotion repository. Use whenever adding, editing, or reviewing tests, especially for Studio UI, rendering, CLI, server, media, and cross-package changes, to prefer complete integration workflows over narrow helper tests and implementation details.

3k tokens
Remotion Best Practices
skills

Router for all Remotion skills

282k tokens scripts
Remotion Markup
skills

Content, animation and effects best practices

146k tokens scripts
Remotion Best Practices
html-in-canvas

Best practices for Remotion - Video creation in React

27k tokens
Remotion Create vendor ×1
remotion

Create a new Remotion video

1k tokens
Remotion Interactivity vendor ×1
remotion

Structure Remotion markup for interactivity

2k tokens
Remotion Docs vendor ×1
remotion

Search Remotion documentation

743 tokens
Remotion Maps vendor ×1
remotion

Remotion Map animation knowledge

122k tokens scripts
Remotion Captions vendor ×1
remotion

Transcribing, displaying and animating captions

3k tokens
Remotion Multimedia vendor ×1
remotion

Interacting with Mediabunny

2k tokens
Remotion Render vendor ×1
remotion

Export a Remotion video

1k tokens
Remotion Saas vendor ×1
remotion

Build an app with Remotion

2k tokens
Remotion Upgrade vendor ×1
remotion

Upgrade Remotion, and related packages

858 tokens
Remotion Captions ×1
skills

Transcribing, displaying and animating captions

3k tokens
Remotion Docs ×1
skills

Search Remotion documentation

743 tokens
Remotion Create ×1
skills

Create a new Remotion video

1k tokens
Remotion Interactivity ×1
skills

Structure Remotion markup for interactivity

2k tokens
Remotion Maps ×1
skills

Remotion Map animation knowledge

122k tokens scripts
Remotion Multimedia ×1
skills

Interacting with Mediabunny

2k tokens
Remotion Render ×1
skills

Export a Remotion video

1k tokens
Remotion Saas ×1
skills

Build an app with Remotion

2k tokens
Remotion Upgrade ×1
skills

Upgrade Remotion, and related packages

858 tokens