skills/remotion-best-practices/remotion-saas/SKILL.md
Building video apps with Remotion - framework, rendering and Player advice
npx skillsauth add guanyang/antigravity-skills remotion-saasInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
One can build apps with Remotion.
It is possible to have a simple form and hook it up to a render, or have a complex video editor.
We have several templates for SaaS which can be cloned or used as a reference. See Choosing a framework for help choosing a template or framework.
<Player>This component allows embedding a Remotion preview in a React app. See Player for more information about the Player.
There are client-side and server-side rendering options available. See Rendering for advice on how to choose, and about the Lambda, Vercel, Node.js and Cloudflare options.
See https://www.remotion.dev/docs/vue.md for how to use Remotion with Vue.
See https://www.remotion.dev/docs/angular.md for how to use Remotion with Angular.
See https://www.remotion.dev/docs/svelte.md for how to use Remotion with Svelte.
tools
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).
data-ai
Upgrade Remotion, its related packages, compatible Mediabunny packages, and installed Remotion Agent Skills. Use when asked to upgrade or update a Remotion project.
documentation
Search and fetch Remotion documentation pages
tools
Best practices for Remotion