Agent Skills
Remotion maintains a list of Agent Skills that define best practices for working in Remotion projects.
These skills are useful for AI agents like Claude Code, Codex or Cursor.
You can install them by running:
npx skills add remotion-dev/skillsYou are also offered the option to add skills when you create a new Remotion project:
bun create videoThe skills are also available on GitHub here.
Available skills
/remotion-best-practices
This skill encompasses all other skills.
Use it if you are not sure which specific skill to use.
/remotion-create
Create a new Remotion project or composition.
/remotion-markup
Best practices for writing Remotion React markup.
Use this for knowledge about compositions, animations, layout, typography, media elements, effects, maps, audio, fonts, timing.
/remotion-markupAdd a map animation, animating from LA to NY. Use Inter font for the labels.
/remotion-render
Invoke a render into a video or a still.
/remotion-captions
Guidance for captions and subtitles.
/remotion-saas
Architecture guidance for Remotion-powered apps and product integrations.
/remotion-interactivity
Guidance for making Remotion code editable in Studio.
Use this when elements are not selectable or editable as you would like them to be.
/mediabunny
Guidance for browser-based multimedia handling with Mediabunny.
Use this for advice on how to get video and audio metadata.