# Remotion Composition

> Plan and author Remotion React/TSX compositions with dimensions, fps, duration, props schemas, scene maps, and media ownership.

- Skill: `contextgo/remotion-composition` (Agent Skill)
- Install (CLI): `npx skillmds@latest add contextgo/remotion-composition`
- Raw SKILL.md: https://api.skillmd.com/api/skills/contextgo/remotion-composition/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: contextgo (https://skillmd.com/u/contextgo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/contextgo/remotion-composition

---


# Remotion Composition

Use this skill for composition design or TSX authoring. Always use `remotion-best-practices` for Remotion-specific APIs and rule details.

## Composition Plan

Define:

- composition id
- width, height, fps, duration in frames
- scene map with frame ranges
- props schema and default props
- public asset paths and lineage
- captions and audio tracks
- still-check frames
- render output target

## Authoring Rules

- Keep reusable scene components small and prop-driven.
- Make dimensions and timing explicit; avoid magic frame numbers without a scene map.
- Use schema-backed props for parameterized renders.
- Separate generated media intake from Remotion component code.
- Preserve exact visible text in the plan so QC can verify it.

