remotion-dev/studio-perf
Optimize Remotion Studio render performance by preferring imperative timeline state reads. Use when code reads the current frame with `useTimelinePosition()` or components unnecessarily render on every frame.
npx skills add https://github.com/remotion-dev/remotion --skill studio-perf
Prefer imperative timeline state reads such as getCurrentFrame() over
Internals.Timeline.useTimelinePosition(). Use the hook only when the component
must render whenever the frame changes.
Take remotion-dev/studio-perf from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.