remotion-dev/remotion
Skill Claude CodeCodex
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.
remotion-dev/remotion
Skill Claude CodeCodex
Apply Remotion Studio's pointerless interaction styling to clickable controls. Use when adding or revising Studio buttons or links that should use the default cursor, brighten on hover, and show focus decoration only for keyboard navigation.
remotion-dev/remotion
Skill Claude CodeCodex
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…
remotion-dev/remotion
Skill Claude CodeCodex
Upload Remotion repository media assets to the Cloudflare R2 bucket behind remotion.media, switch source code to hosted URLs, verify the public objects, and remove repository-local copies.
remotion-dev/remotion
Skill Claude CodeCodex
Start the @remotion/player example app and open it in the Codex browser. Use when the user invokes /player-example or $player-example, asks to launch the player testbed, or wants to inspect @remotion/player locally.
remotion-dev/remotion
Skill Claude CodeCodex
Review or correct a Remotion pull request title.
remotion-dev/remotion
Skill Claude CodeCodex
Resolve CI failures, merge conflicts, or local branch changes to get a PR ready.
remotion-dev/remotion
Skill Claude CodeCodex
Open a pull request for the current feature.
remotion-dev/remotion
Skill Claude CodeCodex
Capture and analyze Remotion Studio React render profiles with the internal React Scan Lite collector. Use when diagnosing unnecessary re-renders, slow commits, frame-reactive component trees, or when comparing render performance before and after a change.
remotion-dev/remotion
Skill Claude CodeCodex
Release a new Remotion version.
remotion-dev/remotion
Skill Claude CodeCodex
Scaffold a new Remotion Element for development in the docs Remotion Studio.
remotion-dev/remotion
Skill Claude CodeCodex
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.
remotion-dev/remotion
Skill Claude CodeCodex
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…
remotion-dev/remotion
Skill Claude CodeCodex
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.
remotion-dev/remotion
Skill Claude CodeCodex
Optimize Remotion Studio render performance by minimizing frame-reactive component surfaces, preferring imperative timeline state reads, and memoizing stable render boundaries. Use when code reads the current frame with useTimelinePosition() or components unnecessarily render on every frame.
remotion-dev/remotion
Skill Claude CodeCodex
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.
remotion-dev/remotion
Skill Claude CodeCodex
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.
remotion-dev/remotion
Skill Claude CodeCodex
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.
remotion-dev/remotion
Skill Claude CodeCodex
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.
remotion-dev/remotion
Skill Claude CodeCodex
Update Remotion homepage GitHub star counts. Use when asked to refresh the displayed GitHub star count and push the change to main.
remotion-dev/remotion
Skill Claude CodeCodex
Update AvailableFrom in a PR to the next Remotion patch version (main + 0.0.1).
remotion-dev/remotion
Skill Claude CodeCodex
Upgrade the caniuse-lite override in the Remotion repo. Use when asked to update caniuse-lite to the latest npm version.
remotion-dev/remotion
Skill Claude CodeCodex
Upgrade Mediabunny and related @mediabunny packages across the Remotion repo. Use when asked to update Mediabunny to the latest version.
remotion-dev/remotion
Skill Claude CodeCodex
Upload a Remotion Element's preview assets to remotion.media and replace local preview URLs. Use when given an Element slug, or when exactly one Element's preview assets are present in the current worktree.