packages/docs/docs/ai/skills.mdx
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, Kimi Code or Cursor.
You can install them by running:
npx skills add remotion-dev/skills
You are also offered the option to add skills when you create a new Remotion project:
bun create video
The skills are also available on GitHub here.
/remotion-best-practicesThis skill encompasses all other skills.
Use it if you are not sure which specific skill to use.
/remotion-createCreate a new Remotion project or composition.
<SuggestedPrompt prompt="/remotion-create Make an animated bar chart with 5 bars" />/remotion-markupBest practices for writing Remotion React markup.
Use this for knowledge about compositions, animations, layout, typography, media elements, effects, maps, audio, fonts, timing.
<SuggestedPrompt prompt="/remotion-markup Add a map animation, animating from LA to NY. Use Inter font for the labels." />/remotion-renderInvoke a render into a video or a still.
/remotion-captionsGuidance for captions and subtitles.
/remotion-saasArchitecture guidance for Remotion-powered apps and product integrations.
<SuggestedPrompt prompt="/remotion-saas Turn my video into a SaaS." />/remotion-interactivityGuidance for making Remotion code editable in Studio.
Use this when elements are not selectable or editable as you would like them to be.
/remotion-docsSearch the Remotion documentation and fetch any page as Markdown.
Use this to look up current API references, component props, and package guides before implementing.
<SuggestedPrompt prompt="/remotion-docs How to set up Remotion Lambda?" />/remotion-upgradeUpgrade Remotion, related packages, compatible Mediabunny packages, and installed Remotion Agent Skills.
<SuggestedPrompt prompt="/remotion-upgrade" />/mediabunnyGuidance for browser-based multimedia handling with Mediabunny.
Use this for advice on how to get video and audio metadata.