remotion-best-practices

remotion-best-practices is a skill for Claude Code from dansasser/claude-code-marketplace. It costs 17 tokens per session (4,124 once invoked), scanned A, original, MIT.

A set of instructions for making videos in React with Remotion, a tool that renders React components as video. It covers planning scenes and using scripts for voiceovers, captions, music, and supporting footage.

In plain words
What is it for?
Use it to plan, build, render, and deliver Remotion videos, including narrated videos with captions, music, or generated background footage.
Why use it?
It provides a defined production process so you do not have to work out the video structure and rendering steps yourself. It also explains how to handle project settings and service credentials.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the remotion-gorombo plugin — 8 skills, 7 commands shipped together

Good fit Use it to plan, build, render, and deliver Remotion videos, including narrated videos with captions, music, or generated background footage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dansasser/claude-code-marketplace/remotion-gorombo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dansasser/claude-code-marketplace --skill remotion-gorombo
Clone the repo
git clone --depth 1 https://github.com/dansasser/claude-code-marketplace

Made for: Claude Code.

Or install remotion-gorombo, the plugin that ships this one along with the rest of its 8 skills, 7 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for remotion-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/dansasser/claude-code-marketplace/remotion-gorombo/github.svg)](https://agentmods.dev/skills/dansasser/claude-code-marketplace/remotion-gorombo)
Your own site
<a href="https://agentmods.dev/skills/dansasser/claude-code-marketplace/remotion-gorombo"><img src="https://agentmods.dev/badge/skills/dansasser/claude-code-marketplace/remotion-gorombo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for remotion-best-practices

Your own site · 80×15
<a href="https://agentmods.dev/skills/dansasser/claude-code-marketplace/remotion-gorombo"><img src="https://agentmods.dev/badge/skills/dansasser/claude-code-marketplace/remotion-gorombo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,124 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.04124
Opus 5 $0.00009 $0.02062
Sonnet 5 $0.00003 $0.00825
Haiku 4.5 $0.00002 $0.00412

Measured 9d ago against content hash ba39d9ac4c1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

remotion-best-practices scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/scaffold.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/remotion-gorombo/SKILL.md · 263 lines

How it starts

The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.

When to use

Use this skill for the complete video production pipeline — from script writing through rendering and delivery. It includes scaffolding automation, voiceover/caption/music generation scripts, and detailed rule files for every Remotion pattern you'll need.

Prerequisites

You need a Remotion project. If you don't have one, create it with npx create-video@latest and select the blank template. The project must have a remotion.config.ts at its root — the scaffold script uses this to locate the project.

Required .env variables in the project root:

  • ELEVENLABS_API_KEY — for voiceover and background music generation
  • ELEVENLABS_VOICE_ID — default voice (optional if set per-project in project.json)
  • KREA_API_KEY — for b-roll generation (if using Krea)

On first use, save the Remotion project location to memory so you can find it in future sessions.

Scene planning

Before implementing any scenes, follow this sequence.

API keys (ElevenLabs, Krea, etc.) are loaded from .env by the scripts automatically. NEVER pass API keys on the command line — they will be visible in terminal output. Always use the provided scripts:

  • npx tsx src/<Name>/generate-voiceover.ts — generates voiceover audio (reads scenes from project.json)
  • npx tsx src/<Name>/generate-captions.ts — transcribes voiceover to captions (reads scene IDs from project.json)
  • npx tsx src/<Name>/generate-background-music.ts — generates background music (reads mood from project.json)
  • npx tsx src/generate-broll.ts --output "public/<name>/broll/" --prompts prompts.json — generates b-roll clips

Content safe zone (default)

All main content (headlines, key text, CTAs, stats, graphics) must be centered vertically and horizontally, building outward from dead center. This is the default unless explicitly overridden.

B-roll, backgrounds, decorative elements, and captions are NOT restricted to the safe zone — they fill the full frame.

If the prompt doesn't specify landscape, default to portrait (9:16).

Read the full file on GitHub · 263 lines

Files

What ships with it

59 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 263 lines · 17 tokens per session scan A ba39d9ac4c1b

Subscribe to this mod's changes

remotion-best-practices is a skill published in the GitHub repository dansasser/claude-code-marketplace (9 stars, last pushed 4mo ago), licensed MIT. It adds 17 tokens to every session and 4,124 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

tamagui

Universal React UI framework for web and native. Use when building cross-platform apps with Tamagui, creating styled components with styled(), configuring design tokens/themes, using Tamagui UI components, or working with animations. Triggers: "tamagui", "styled()", "$token", "XStack/YStack", "useTheme", "@tamagui/"…

tamagui/tamagui · 90 tokens

Remotion

Creates programmatic video with React via Remotion — compositions, sequences, and motion graphics animated with useCurrentFrame() and rendered to MP4. USE WHEN video, animation, motion graphics, video rendering, React video, render video, animate content, make a short, create animations, video overlay, explainer…

danielmiessler/LifeOS · 121 tokens

remotion-best-practices

Best practices for Remotion - Video creation in React.

vercel-labs/json-render · 17 tokens

r3f-animation

React Three Fiber animation - useFrame, useAnimations, spring physics, keyframes. Use when animating objects, playing GLTF animations, creating procedural motion, or implementing physics-based movement.

zebbern/claude-code-guide · 43 tokens

remotion-best-practices

Best practices for Remotion - Video creation in React.

haydenbleasel/ultracite · 17 tokens

add-component

Add a new visualization component to Unovis end to end — the TypeScript core, the shared registry, the generated framework wrappers, a dev example, a gallery example, and docs. Use when asked to add/create a new component, chart type, plot, or diagram to the library, or to wire an existing core component through to…

f5/unovis · 74 tokens