$npx -y skills add remotion-dev/remotion --skill remotion-best-practicesBest practices for Remotion
| 1 | ## New project setup |
| 2 | |
| 3 | If no Remotion project currently exists, load [Create a new Remotion project](remotion-create/SKILL.md) |
| 4 | |
| 5 | ## React Markup Best Practices |
| 6 | |
| 7 | If you are writing Remotion React Markup, load [Remotion Markup Best Practices](remotion-markup/SKILL.md) |
| 8 | |
| 9 | ## Mediabunny Skills |
| 10 | |
| 11 | For achieving multimedia tasks in the browser, such as trimming, cropping videos, or getting metadata from them, load [Mediabunny Best Practices](mediabunny/SKILL.md) |
| 12 | |
| 13 | ## Improving Interactivity |
| 14 | |
| 15 | 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](remotion-interactivity/SKILL.md) |
| 16 | |
| 17 | ## Rendering |
| 18 | |
| 19 | For advanced rendering beyond simple `npx remotion render`, see: [Rendering Best Practices](remotion-render/SKILL.md) |
| 20 | |
| 21 | ## Captions |
| 22 | |
| 23 | When working with Captions, load [Remotion Captions](remotion-captions/SKILL.md). |
| 24 | |
| 25 | ## Creating a SaaS, automation or application |
| 26 | |
| 27 | Use the [Remotion SaaS skill](remotion-saas/SKILL.md) 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. |
| 28 | |
| 29 | ## Looking up Remotion APIs and documentation |
| 30 | |
| 31 | To find and read current Remotion documentation, load [Remotion Docs](remotion-docs/SKILL.md). |
| 32 | |
| 33 | ## Upgrading |
| 34 | |
| 35 | To upgrade Remotion, related packages, compatible Mediabunny packages, and installed Remotion Agent Skills, load [Remotion Upgrade](remotion-upgrade/SKILL.md). |