remotion-render
Installation
SKILL.md
Remotion Render Skill
Remotion enables programmatic video rendering using React components. Compositions are defined as React components and rendered to video files via the Remotion CLI.
Project Structure
A typical Remotion project layout:
remotion/
├── src/
│ ├── Root.tsx # Composition registry
│ ├── HelloWorld.tsx # Example composition
│ └── components/ # Reusable video components
├── remotion.config.ts # Remotion configuration
├── package.json
└── tsconfig.json