CtrlK
BlogDocsLog inGet started
Tessl Logo

remotion

github.com/remotion-dev/remotion

SkillAddedReview
add-bug

.agents/skills/add-bug/SKILL.md

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.

72

add-cli-option

.agents/skills/add-cli-option/SKILL.md

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.

74

add-effect

.agents/skills/add-effect/SKILL.md

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

63

add-expert

.agents/skills/add-expert/SKILL.md

Add a new expert to the Remotion experts page

64

add-new-package

.agents/skills/add-new-package/SKILL.md

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.

72

add-sfx

.agents/skills/add-sfx/SKILL.md

Add a new sound effect to @remotion/sfx

59

add-webcodecs-bug

.agents/skills/add-webcodecs-bug/SKILL.md

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.

73

canvas-capture-extension

.agents/skills/canvas-capture-extension/SKILL.md

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.

68

checkout

.agents/skills/checkout/SKILL.md

Checkout a requested branch or ref in the Remotion repo, rename the current task to the associated PR title when running in Codex, then install dependencies and build. Use when the user asks to checkout a ref and prepare the workspace.

74

convert

.agents/skills/convert/SKILL.md

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.

74

deprecate-api

.agents/skills/deprecate-api/SKILL.md

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.

75

docs

.agents/skills/docs/SKILL.md

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.

69

docs-demo

.agents/skills/docs-demo/SKILL.md

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

63

experts

.agents/skills/experts/SKILL.md

Maintain Remotion's experts directory and its generated assets. Use when adding, removing, or editing experts; changing experts data or portraits; rendering expert cards; or regenerating the homepage experts animation for Chrome and Safari.

74

find-unplanned-issues

.agents/skills/find-unplanned-issues/SKILL.md

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.

75

fix-dependabot

.agents/skills/fix-dependabot/SKILL.md

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

68

flake

.agents/skills/flake/SKILL.md

Track Remotion CI flakes in issue

70

formatting

.agents/skills/formatting/SKILL.md

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

70

gh-stack

.agents/skills/gh-stack/SKILL.md

Manages stacked PRs and splits multi-part work into reviewable branches with gh-stack. Use for stack creation, viewing, edits, push, submit, sync, rebase, merge, or checkout; when asked to split or isolate work for review; whenever a user mentions a stack, branch layers, dependent PRs, or gh stack; or when a stack is checked out.

71

homepage-video-assets

.agents/skills/homepage-video-assets/SKILL.md

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.

71

install-canvas-capture-browser

.agents/skills/install-canvas-capture-browser/SKILL.md

Install and verify the pinned Chrome for Testing build used by the private Remotion Canvas Capture extension on Apple Silicon macOS. Use when setting up Canvas Capture, when Recorder Chrome is missing or has the wrong version, or when the canvas-capture-extension installer reports that Chrome for Testing 150.0.7842.0 (r1631007) is unavailable.

73

interactivity-best-practices

.agents/skills/interactivity-best-practices/SKILL.md

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

48

issue

.agents/skills/issue/SKILL.md

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

65

issue-management

.agents/skills/issue-management/SKILL.md

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

65

merge

.agents/skills/merge/SKILL.md

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.

76