remotion
Create videos programmatically with React and AI agents
All Skills in This Repository (57)
Pure Emerald Level Indicatorsstudio
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.
Frequently Asked Questions
FAQPage SchemaHow to install Remotion skills?โผ
Run `npx skills add remotion-dev/remotion --all -g -y` in your terminal to install all Remotion agent skills globally.
How to make a video with AI?โผ
Ask your agent to create a video and the remotion-create skill scaffolds a project, writes the React markup, and previews it in Remotion Studio.
Can AI add captions to my video?โผ
Yes. The remotion-captions skill transcribes audio with Whisper, imports SRT files, and displays animated TikTok-style captions.
Does Remotion work with Claude Code and Codex?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible agents.
Can I render videos at scale with Remotion?โผ
Yes. The remotion-saas and remotion-render skills cover batch rendering on AWS Lambda, Vercel, Node.js servers, or client-side.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core