Remotion best practices
Router for all Remotion skills
How to use it
Claude Code
- Run the line below. It pulls the whole folder into
~/.claude/skills/remotion-official, including the files SKILL.md points to. - Describe your job in plain words. Claude Code follows the skill from there.
npx degit digitalsamba/claude-code-video-toolkit/.claude/skills/remotion-official#main ~/.claude/skills/remotion-officialFor one project only, change the path to .claude/skills/remotion-official. This skill also uses Express.js — copying SKILL.md alone won't be enough. See the folder on GitHub.
Claude (web or desktop app)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Source of Remotion best practices
Show the full text60 lines
| name | description | version |
|---|---|---|
| remotion-best-practices | Router for all Remotion skills | 4.0.522 |
Preserve user changes
Users may make edits in the code outside of the conversation.
If you detect a surprising change made in the meanwhile, don't overwrite it, assume it was intentional or ask for confirmation.
Creating a video
If the user asks to make, create, or build a new video or composition, load Create a new Remotion video, whether or not a Remotion project already exists.
New project setup
If no Remotion project currently exists, load Create a new Remotion project
React Markup Best Practices
If you are writing Remotion React Markup, load Remotion Markup Best Practices
Maps
For static maps, animated routes and markers, geographic explainers, Mapbox, MapLibre, MapTiler, GeoJSON, or 3D geographic flyovers, load Remotion Maps.
Multimedia
For achieving multimedia tasks in the browser, such as trimming, cropping videos, or getting metadata from them, load Remotion Multimedia
Improving Interactivity
By structuring the Remotion markup well, we can allow users to interactively change things in the Studio and write back to code. If relevant: Interactivity Best Practices
Rendering
For advanced rendering beyond simple npx remotion render, see: Rendering Best Practices
Opening Remotion Studio
To launch a project in Remotion Studio, open its exact local URL, or configure Studio CLI flags, load Remotion Studio.
Captions
When working with Captions, load Remotion Captions.
Creating a SaaS, automation or application
Use the Remotion SaaS skill for knowledge about Remotion-powered SaaS apps, such as <Player>, rendering on Lambda, Vercel, Cloudflare, via Express.js, client-side rendering, or for finding the right SaaS template.
Looking up Remotion APIs and documentation
To find and read current Remotion documentation, load Remotion Docs.
Upgrading
To upgrade Remotion, related packages, compatible Mediabunny packages, and installed Remotion Agent Skills, load Remotion Upgrade.
| 1 | |
| 2 | name remotion-best-practices |
| 3 | description Router for all Remotion skills |
| 4 | version 4.0.522 |
| 5 | |
| 6 | |
| 7 | ## Preserve user changes |
| 8 | |
| 9 | Users may make edits in the code outside of the conversation. |
| 10 | |
| 11 | If you detect a surprising change made in the meanwhile, don't overwrite it, assume it was intentional or ask for confirmation. |
| 12 | |
| 13 | ## Creating a video |
| 14 | |
| 15 | If the user asks to make, create, or build a new video or composition, load [Create a new Remotion video], whether or not a Remotion project already exists. |
| 16 | |
| 17 | ## New project setup |
| 18 | |
| 19 | If no Remotion project currently exists, load [Create a new Remotion project] |
| 20 | |
| 21 | ## React Markup Best Practices |
| 22 | |
| 23 | If you are writing Remotion React Markup, load [Remotion Markup Best Practices] |
| 24 | |
| 25 | ## Maps |
| 26 | |
| 27 | For static maps, animated routes and markers, geographic explainers, Mapbox, MapLibre, MapTiler, GeoJSON, or 3D geographic flyovers, load [Remotion Maps]. |
| 28 | |
| 29 | ## Multimedia |
| 30 | |
| 31 | For achieving multimedia tasks in the browser, such as trimming, cropping videos, or getting metadata from them, load [Remotion Multimedia] |
| 32 | |
| 33 | ## Improving Interactivity |
| 34 | |
| 35 | By structuring the Remotion markup well, we can allow users to interactively change things in the Studio and write back to code. If relevant: [Interactivity Best Practices] |
| 36 | |
| 37 | ## Rendering |
| 38 | |
| 39 | For advanced rendering beyond simple `npx remotion render`, see: [Rendering Best Practices] |
| 40 | |
| 41 | ## Opening Remotion Studio |
| 42 | |
| 43 | To launch a project in Remotion Studio, open its exact local URL, or configure Studio CLI flags, load [Remotion Studio]. |
| 44 | |
| 45 | ## Captions |
| 46 | |
| 47 | When working with Captions, load [Remotion Captions]. |
| 48 | |
| 49 | ## Creating a SaaS, automation or application |
| 50 | |
| 51 | Use the [Remotion SaaS skill] for knowledge about Remotion-powered SaaS apps, such as `<Player>`, rendering on Lambda, Vercel, Cloudflare, via Express.js, client-side rendering, or for finding the right SaaS template. |
| 52 | |
| 53 | ## Looking up Remotion APIs and documentation |
| 54 | |
| 55 | To find and read current Remotion documentation, load [Remotion Docs]. |
| 56 | |
| 57 | ## Upgrading |
| 58 | |
| 59 | To upgrade Remotion, related packages, compatible Mediabunny packages, and installed Remotion Agent Skills, load [Remotion Upgrade]. |
| 60 |
Discussion
Browse more free Claude skills or everything in Content creator.
