mcpbeat

Studio Perf

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.

169 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
55471
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/remotion-dev/remotion --skill studio-perf

What comes with it

214 bytes besides the instruction
agents/openai.yaml

The instruction itself

1 sections, as written by the author

Studio Performance

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.

How to use it

Copy the folder

Take remotion-dev/studio-perf from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.