Remotion
Official@remotion-dev
Make videos programmatically
Agent Skills by Remotion
Showing 64 vetted skills indexed across 2 GitHub repositories.
add-expert
Adds a new expert entry with photo and rendered card to the Remotion experts page.
deprecate-api
Applies JSDoc annotations and documentation conventions for deprecating public Remotion APIs.
writing-docs
Guides writing and editing Remotion documentation MDX pages with formatting conventions.
studio
Launch the Remotion example Studio dev server and open it in the Codex browser.
studio-perf
Optimize Remotion Studio render performance by minimizing frame-reactive component surfaces.
update-version
Update AvailableFrom version tags in Remotion documentation PRs to the next patch release.
vercel
Monitor Vercel deployments until they reach a terminal state.
add-new-package
Scaffold and register a new package within the Remotion monorepo.
flake
Track and rerun flaky Remotion CI failures in GitHub Actions.
update-chrome-binaries-test-region
Publish Remotion Lambda Chrome binaries to the eu-central-1 test region and update hosted layer references.
merge
Shepherd Remotion pull requests through CI checks and merge them.
nullable-new-params
Convert new internal optional parameters to required nullable values in TypeScript diffs.
scaffold-element
Scaffold a new Remotion Element for development in the docs Remotion Studio.
gh-stack
Manage stacked GitHub pull requests and dependent branches via the gh-stack CLI.
studio-config-option-lifecycle
Classify Remotion Studio config options as startup-fixed or reloadable.
install-canvas-capture-browser
Install and verify the pinned Chrome for Testing build for Canvas Capture on Apple Silicon macOS.
add-cli-option
Add or convert Remotion CLI and config options following the AnyRemotionOption pattern.
pr-name
Review and propose Remotion pull request titles following package-prefix conventions.
update-stars
Refresh displayed GitHub star counts across Remotion homepage components and push to main.
release
Automate Remotion version releases, NPM publishing, and changelog generation.
homepage-video-assets
Render and distribute transparent Remotion homepage creator strip videos for Chrome and Safari.
pr-ready
Resolve CI failures, merge conflicts, and unpushed changes to bring a pull request to a ready state.
no-pointer
Apply Remotion Studio pointerless cursor and keyboard focus styling to clickable controls.
react-scan
Capture and analyze Remotion Studio React render profiles to diagnose re-render performance issues.
Frequently Asked Questions About Remotion
FAQPage SchemaWhat specific tasks can developers perform with this framework?▼
Developers can programmatically generate, render, and export video files or still images using React components. It enables the creation of dynamic motion graphics, automated captioning, and interactive visual content that can be embedded directly into web documentation or scaled for high-volume production environments.
Which technical personas benefit most from these capabilities?▼
Front-end engineers and creative developers proficient in React benefit most. It is designed for those building video-centric applications, such as personalized marketing platforms, dynamic social media content generators, or data visualization dashboards that require high-fidelity, programmatic video output.
What are the primary prerequisites for implementing these video capabilities?▼
Implementation requires a functional React environment and familiarity with component-based architecture. Developers must configure project structures to handle rendering cycles and ensure media assets are accessible for metadata extraction and composition processing within the local or server-side environment.