Remotion

Make videos programmatically

34 skills
skills3.4k1 skill

Agent Skills

remotion33 skills
Write a web renderer test case
Passed all 3 security checks
Generates a test case for the web renderer with setup, assertions, and edge cases. Integrates with your existing test suite structure.
Engineering / Code Reviewatomicfor-engineers
·01.7k
Write clear docs pages for a code library
Passed all 3 security checks
Helps structure and draft MDX documentation pages for an API or framework, ensuring consistency in tone, examples, and formatting across your docs site.
Engineering / Skill Authoringatomicfor-engineers
·01.6k
Summarize a video into a report
Passed all 3 security checks
Watches a video file or transcript and produces a structured report: key points, timestamps, speaker breakdown, and actionable takeaways.
Operations / Process Automationatomicfor-ops
·01.5k
Build an interactive demo for your docs
Passed all 3 security checks
Scaffolds a Remotion <Demo> component with live code preview, editable parameters, and rendered output—ready to paste into a docs page.
Engineering / Skill Authoringatomicfor-engineers
·01.4k
Contribute a sound effect to Remotion
Passed all 3 security checks
Packages a new .wav or .mp3 and its metadata into the Remotion sound-effects library format, then opens a pull request to merge it upstream.
Engineering / Pipelines & Dataatomicfor-engineers
·01.3k
List yourself on the Remotion experts directory
Passed all 3 security checks
Adds your name, bio, portfolio link, and rates to the official Remotion experts page so clients can find and hire you directly.
Sales / Outreach & Prospectingatomicfor-engineers
·01.3k
Open a pull request in your repo
Passed all 3 security checks
Takes the current branch and commits, writes a clear PR description with context and change summary, then opens it against your main branch.
Engineering / Code Reviewatomicfor-engineers
·01k
Scaffold a new package in your monorepo
Passed all 3 security checks
Generates folder structure, package.json, build config, test setup, and docs templates. Registers the package in your workspace and updates CI/CD and release checklists.
Engineering / Workflow & Sprint Structureatomicfor-engineers
·09
Ship a new video effect to Remotion
Passed all 3 security checks
Scaffolds a complete effect—implementation, exports, tests, docs, and demo—then commits it to the Remotion library with previews and skill updates.
Engineering / Pipelines & Datafor-engineersexecution
·09
Link GitHub issues into dependency trees
Passed all 3 security checks
Creates parent–child and blocking relationships between GitHub issues using native issue links. Surfaces blockers and unblocks teams stuck waiting on upstream work.
Engineering / Workflow & Sprint Structureatomicfor-engineers
·08
Open a pull request for your feature
Passed all 3 security checks
Commits staged changes, generates a clear title and description based on the diff, and opens a PR without leaving Claude.
Engineering / Workflow & Sprint Structureatomicfor-engineers
·08
Write a clear pull-request title
Passed all 3 security checks
Takes your rough commit messages or change summary and suggests a PR title that says what changed and why — no jargon, scannable at a glance.
Engineering / Code Reviewatomicfor-engineers
·08
Check your Remotion version
Passed all 3 security checks
Reports the installed version of Remotion and flags if an upgrade or downgrade would resolve a known issue or unlock a feature.
Engineering / Debugging & Investigationatomicfor-engineers
·08
Write a GitHub issue without breaking the formatting
Passed all 3 security checks
Takes a title and description and posts a properly formatted GitHub issue with correct Remotion naming conventions and safe multiline Markdown that won't render weird.
Engineering / Workflow & Sprint Structureatomicfor-engineers
·08
Wire up a new Remotion command-line flag
Passed all 3 security checks
Scaffolds the option definition, CLI parser, config setter, and doc update needed to add a flag to the Remotion CLI. Handles boilerplate so you focus on logic.
Engineering / Workflow & Sprint Structureatomicfor-engineers
·08
Merge a Dependabot PR across the whole monorepo
Passed all 3 security checks
Takes a Dependabot security bump, updates every package.json instance across the monorepo, re-locks dependencies, and pushes a clean commit ready to merge.
Engineering / Pipelines & Dataatomicfor-engineers
·08
Bump the Remotion patch version in a PR
Passed all 3 security checks
Reads the current version on main, increments the patch by one, and updates the AvailableFrom field in your pull request automatically.
Engineering / Pipelines & Dataatomicfor-engineers
·08
Unblock a PR stuck on CI failures
Passed all 3 security checks
Reads a failing test, merge conflict, or lint error and outputs the exact code change needed — no guessing, no reruns.
Engineering / Code Reviewatomicfor-engineers
·08
add-webcodecs-bug
Passed all 3 security checks
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.
·08
merge
Passed all 3 security checks
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.
·08
flake
Passed all 3 security checks
Track Remotion CI flakes in issue
·08
nullable-new-params
Passed all 3 security checks
'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.'
·08
release
Passed all 3 security checks
Release a new Remotion version
·08
upload-r2
Passed all 3 security checks
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.
·08
upgrade-mediabunny
Passed all 3 security checks
Upgrade Mediabunny and related @mediabunny packages across the Remotion repo. Use when asked to update Mediabunny to the latest version.
·08
add-bug
Passed all 3 security checks
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.
·08
update-chrome-binaries-test-region
Passed all 3 security checks
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.
·08
upgrade-caniuse
Passed all 3 security checks
Upgrade the caniuse-lite override in the Remotion repo. Use when asked to update caniuse-lite to the latest npm version.
·08
formatting
Passed all 3 security checks
Run Remotion formatting and style checks until they pass. Use when the user asks to fix formatting or run the formatting command.
·08
update-stars
Passed all 3 security checks
Update Remotion homepage GitHub star counts. Use when asked to refresh the displayed GitHub star count and push the change to main.
·08
checkout
Passed all 3 security checks
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.
·08
interactivity-best-practices
Passed all 3 security checks
Best practices for writing Remotion animations that stay intuitive for agents and editable in Remotion Studio Visual Mode.
·06
Debug Remotion visual editing issues
Passed all 3 security checks
Walks through Remotion Studio's visual mode, node paths, override IDs, and hot reload behavior to diagnose why your Sequence isn't editable or syncing as expected.
Engineering / Debugging & Investigationatomicfor-engineers
·05