remotion-best-practices

remotion-best-practices is a skill for Claude Code, Codex from skills-il/developer-tools. It costs 104 tokens per session (4,509 once invoked), scanned A, a copy of remotion-best-practices, MIT.

Guidance for creating programmatic videos with Remotion, a React-based video tool, especially when the video contains Hebrew or mixed right-to-left text.

In plain words
What is it for?
Use it when setting up a Remotion project, building Hebrew or bilingual captions and animations, creating social videos, previewing work, or checking a rendered frame.
Why use it?
It helps avoid reversed captions, incorrect text direction, font-loading problems, and other layout issues that standard Remotion patterns may cause with Hebrew.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when setting up a Remotion project, building Hebrew or bilingual captions and animations, creating social videos, previewing work, or checking a rendered frame.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skills-il/developer-tools/remotion-best-practices
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 skills-il/developer-tools --skill remotion-best-practices
Clone the repo
git clone --depth 1 https://github.com/skills-il/developer-tools

Made for: Claude Code, Codex.

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/skills-il/developer-tools/remotion-best-practices.svg)](https://agentmods.dev/skills/skills-il/developer-tools/remotion-best-practices)
Your own site
<a href="https://agentmods.dev/skills/skills-il/developer-tools/remotion-best-practices"><img src="https://agentmods.dev/badge/skills/skills-il/developer-tools/remotion-best-practices.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,509 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 88% copy Near-identical to another mod 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.00104 $0.04509
Opus 5 $0.00052 $0.02254
Sonnet 5 $0.00021 $0.00902
Haiku 4.5 $0.00010 $0.00451

Measured 7d ago against content hash 39568a67f576, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 7d ago.

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.

Origin

This is a copy

88% identical to remotion-best-practices — 28 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

remotion-best-practices/SKILL.md · 219 lines

How it starts

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

Remotion Best Practices for Israeli Developers

Problem

Creating programmatic videos with Hebrew text in Remotion is broken by default. Standard Remotion patterns produce left-aligned text, left-to-right typewriter reveals, and captions that render backwards for RTL content. Israeli developers waste hours debugging RTL layout issues, loading Hebrew fonts incorrectly, and fighting bidirectional text bugs that standard Remotion docs do not address.

Instructions

When to use

Use this skill whenever you are dealing with Remotion code to obtain domain-specific knowledge, especially when creating Hebrew or bilingual video content.

New project setup

When in an empty folder or workspace with no existing Remotion project, scaffold one using:

npx create-video@latest --yes --blank --no-tailwind my-video

Replace my-video with a suitable project name.

Starting preview

Start the Remotion Studio to preview a video:

npx remotion studio

Optional: one-frame render check

You can render a single frame with the CLI to sanity-check layout, colors, or timing. Skip it for trivial edits, pure refactors, or when you already have enough confidence from Studio or prior renders.

npx remotion still [composition-id] --scale=0.25 --frame=30

At 30 fps, --frame=30 is the one-second mark (--frame is zero-based).

Hebrew & RTL Video Production

For any Hebrew video content, load the ./rules/hebrew-rtl.md file. It covers:

  • Hebrew Google Fonts (Heebo, Rubik, Assistant, Noto Sans Hebrew) with subsets: ["hebrew"]
  • RTL text direction (direction: "rtl", textAlign: "right")
  • Bidirectional text handling (Unicode bidi isolates for mixed Hebrew/English)
  • Hebrew captions with RTL word highlighting
  • Hebrew typewriter effects (right-to-left character reveal)
  • Hebrew voiceover with ElevenLabs eleven_v3 (multilingual v2 does not cover Hebrew)
  • Israeli map coordinates and Hebrew map labels

Captions

Read the full file on GitHub · 219 lines

Files

What ships with it

48 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. 7d ago First seen · 219 lines · 104 tokens per session scan A 39568a67f576

Subscribe to this mod's changes

remotion-best-practices is a skill published in the GitHub repository skills-il/developer-tools (10 stars, last pushed 5d ago), licensed MIT. It adds 104 tokens to every session and 4,509 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to remotion-best-practices, differing in 28 lines, and is treated as a copy.

Related

Other skills, from other repositories

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

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-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