跳转到主要内容
GitHub 仓库

remotion

remotion 收录了来自 remotion-dev50 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
50
Stars
55.7k
更新
2026-08-07
Forks
6.6k
职业覆盖
仓库浏览

这个仓库中的 skills

add-bug
计算机程序员网页与数字界面设计师

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.

2026-06-25
add-cli-option
计算机程序员网页与数字界面设计师

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.

2026-07-20
add-effect
市场经理

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

2026-07-11
add-expert
市场经理网页与数字界面设计师

Add a new expert to the Remotion experts page

2026-05-25
add-new-package
软件质量保证分析师与测试员

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.

2026-05-25
add-sfx
软件质量保证分析师与测试员

Add a new sound effect to @remotion/sfx

2026-07-11
add-webcodecs-bug
计算机程序员

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.

2026-06-30
canvas-capture-extension
计算机程序员

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.

2026-08-07
checkout
市场经理

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.

2026-06-25
convert
软件质量保证分析师与测试员网页与数字界面设计师

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.

2026-07-09
deprecate-api
桌面出版专家

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.

2026-07-29
docs-demo
网页与数字界面设计师

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

2026-05-31
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.

2026-07-09
find-unplanned-issues
计算机程序员

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.

2026-07-28
fix-dependabot
计算机程序员网页与数字界面设计师

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

2026-05-25
flake
网页与数字界面设计师

Track Remotion CI flakes in issue

2026-06-13
formatting
市场经理

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

2026-06-25
gh-stack
市场经理

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.

2026-08-05
homepage-video-assets
市场经理

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.

2026-07-07
interactivity-best-practices
计算机程序员

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

2026-07-07
issue-management
桌面出版专家计算机程序员

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

2026-06-06
issue
网页与数字界面设计师

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

2026-06-05
merge
桌面出版专家

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.

2026-06-15
nullable-new-params
综合与运营经理

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.

2026-06-15
player-example
市场经理网页与数字界面设计师

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.

2026-07-09
pr-name
桌面出版专家

Review or correct a Remotion pull request title

2026-07-29
pr-ready
市场经理

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

2026-06-05
pr
桌面出版专家网页与数字界面设计师

Open a pull request for the current feature

2026-07-22
release
综合与运营经理

Release a new Remotion version

2026-07-19
scaffold-element
计算机程序员

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

2026-08-05
skill-locations
市场经理

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.

2026-07-16
studio-config-option-lifecycle
计算机程序员

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.

2026-07-20
studio-css-reset
市场经理网页与数字界面设计师

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.

2026-07-31
studio-perf
市场经理

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.

2026-08-04
studio
桌面出版专家网页与数字界面设计师

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.

2026-07-09
update-chrome-binaries-test-region
市场经理网页与数字界面设计师

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.

2026-07-11
update-from-upstream-main
市场经理

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.

2026-07-30
update-remotion-rust-ffmpeg
桌面出版专家

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.

2026-07-16
update-stars
桌面出版专家

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

2026-08-04
update-version
计算机程序员网页与数字界面设计师

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

2026-05-28