remotion-best-practices

remotion-best-practices is a skill for Claude Code, Codex from aaronnat23/disp8ch. It costs 0 tokens per session (382 once invoked), scanned A, original, MIT.

A guide for building and reviewing Remotion projects, which create videos and animations with React components. It covers compositions, timelines, frame-based animation, media, assets, and rendering.

In plain words
What is it for?
Use it to create or edit Remotion videos, animations, title sequences, explainers, and social clips, or to turn a storyboard into a rendered video.
Why use it?
It helps keep programmatic video projects organized and reduces mistakes in timing, asset paths, fonts, and long renders.

Skill for Claude CodeCodex

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

Good fit Use it to create or edit Remotion videos, animations, title sequences, explainers, and social clips, or to turn a storyboard into a rendered video.

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

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/aaronnat23/disp8ch/remotion-best-practices/github.svg)](https://agentmods.dev/skills/aaronnat23/disp8ch/remotion-best-practices)
Your own site
<a href="https://agentmods.dev/skills/aaronnat23/disp8ch/remotion-best-practices"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/remotion-best-practices/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/aaronnat23/disp8ch/remotion-best-practices"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/remotion-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 382 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 29
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00000 $0.00382
Opus 5 $0.00000 $0.00191
Sonnet 5 $0.00000 $0.00076
Haiku 4.5 $0.00000 $0.00038

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

optional-skills/remotion-best-practices/SKILL.md · 39 lines

What it actually says

Remotion Best Practices

Build, inspect, and improve Remotion video projects with React-based composition discipline.

Use When

  • Creating or editing a Remotion video, animation, title sequence, explainer, or social clip.
  • Reviewing Remotion components, timelines, frame math, assets, audio, or rendering scripts.
  • Converting a design or storyboard into a programmatic video.

Playbook

  1. Check whether a Remotion project already exists before scaffolding anything.
  2. Keep compositions small and named around the deliverable, aspect ratio, duration, and frame rate.
  3. Animate with useCurrentFrame(), interpolate(), and easing functions instead of ad hoc timers.
  4. Keep frame ranges explicit. Avoid magic numbers without naming the scene or transition they control.
  5. Use reusable React components for repeated lower-thirds, cards, captions, charts, and scene shells.
  6. Validate media paths, fonts, and asset sizes before rendering.
  7. Render a small preview or still frame before committing to a long export when tools are available.

Project Setup Notes

  • For a blank workspace, a typical Remotion starter command is npx create-video@latest.
  • Use the app or repo's existing package manager and scripts if the project already has Remotion configured.
  • Keep generated video assets out of source control unless the repo explicitly tracks them.

Guardrails

  • Do not install or scaffold without user approval when the request is only a plan.
  • Do not assume Remotion is installed; inspect package.json first.
  • Do not enable this by default; it is useful only for video-producing agents.
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 · 39 lines · 0 tokens per session scan A 472dd0821b06

Subscribe to this mod's changes

remotion-best-practices is a skill published in the GitHub repository aaronnat23/disp8ch (100 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 382 tokens. 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-09-03.

Related

Other skills, from other repositories

remotion

Best practices for Remotion video creation in React — compositions, sequences, animation, timing, and rendering. Use when building, reviewing, or debugging Remotion videos.

jdrhyne/agent-skills · 36 tokens

particle-art

Generate animated particle art React/Next.js components — zero dependencies, spring physics, CSS-variable theming, DPR-correct canvas, mouse interaction. Use when the user wants animated hero art, a living logo, a branded initial or monogram, a constellation background, or any "particles that form a shape". Triggers…

saajunaid/caddis-plugin · 252 tokens

building-ui

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

Intelligent-Internet/ii-agent · 30 tokens

use-dom

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

Intelligent-Internet/ii-agent · 32 tokens

remotion-to-hyperframes

Port an existing Remotion (React) composition to HyperFrames HTML. Use ONLY when the user explicitly asks to port/convert/migrate/translate a Remotion source. Do NOT use: (a) authoring a new HyperFrames composition; (b) Remotion mentioned in passing; (c) Remotion code shared as reference only; (d) "same video as my…

calesthio/OpenMontage · 215 tokens

remotion

Toolkit-specific Remotion patterns — custom transitions, shared components, and project conventions. For core Remotion framework knowledge (hooks, animations, rendering, etc.), see the remotion-official skill.

calesthio/OpenMontage · 44 tokens