remotion-best-practices

remotion-best-practices is a skill for Claude Code, Codex from Karanjot786/agent-skills-cli. It costs 17 tokens per session (840 once invoked), scanned A, a copy of remotion, MIT.

A collection of guidance for Remotion, a React-based system for creating videos with code. It covers common tasks such as animation, media, audio, captions, charts, and video compositions.

In plain words
What is it for?
Creating and configuring video compositions, importing media and fonts, animating scenes, adding captions or charts, handling audio, and extracting video frames.
Why use it?
It helps avoid common implementation mistakes when building programmatic videos in React.

Skill for Claude CodeCodex

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

Good fit Creating and configuring video compositions, importing media and fonts, animating scenes, adding captions or charts, handling audio, and extracting video frames.

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

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/karanjot786/agent-skills-cli/remotion-best-practices/github.svg)](https://agentmods.dev/skills/karanjot786/agent-skills-cli/remotion-best-practices)
Your own site
<a href="https://agentmods.dev/skills/karanjot786/agent-skills-cli/remotion-best-practices"><img src="https://agentmods.dev/badge/skills/karanjot786/agent-skills-cli/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/karanjot786/agent-skills-cli/remotion-best-practices"><img src="https://agentmods.dev/badge/skills/karanjot786/agent-skills-cli/remotion-best-practices.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 840 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 92% 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.00017 $0.00840
Opus 5 $0.00009 $0.00420
Sonnet 5 $0.00003 $0.00168
Haiku 4.5 $0.00002 $0.00084

Measured 11d ago against content hash 94c893d93051, 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 11d 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

92% identical to remotion — 4 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.

.agent/skills/remotion-best-practices/SKILL.md · 44 lines

How it starts

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

When to use

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

How to use

Read individual rule files for detailed explanations and code examples:

Read the full file on GitHub · 44 lines

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. 11d ago First seen · 44 lines · 17 tokens per session scan A 94c893d93051

Subscribe to this mod's changes

remotion-best-practices is a skill published in the GitHub repository Karanjot786/agent-skills-cli (180 stars, last pushed 3mo ago), licensed MIT. It adds 17 tokens to every session and 840 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to remotion, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

render-ios-keyboard

Render a static iOS QWERTY keyboard as inline HTML+CSS sized for the 750-wide 9:16 stage. Includes the 3-suggestion bar, alpha keys, shift/backspace, 123/emoji/space/return row, and the bottom globe+mic strip. No animation logic — slide up/down is the molecule's job (CSS transform on the .keyboard root).

gooseworks-ai/goose-skills · 86 tokens

slide-deck

When you want to draft, update, convert, or export a slide deck for a React/Next.js slide system (${SLIDEDECKREPO:-$HOME/code/your-slide-deck-site}/src/app/slides/). Writes TypeScript Slide[] arrays using your primitives (Eyebrow, Heading, Accent, Body, BulletList, Divider, TwoCol, GradientText), 12 cycling brand…

coreyhaines31/makerskills · 259 tokens

animate

Generate animated videos and motion graphics from natural language descriptions. Creates a standalone Vite + React project with Framer Motion scenes that auto-play in the browser. Use when the user wants to create animations, motion graphics, video intros, animated presentations, or product demos.

OneWave-AI/claude-skills · 55 tokens

web-3d-graphics-expert

Expert guide for WebGL and 3D graphics in the browser using Three.js, Babylon.js, React Three Fiber (R3F), and TresJS. Covers scene optimization, shaders, lighting, 3D model loading (GLTF/GLB), and performance tuning.

roedyrustam/vibes-plug · 65 tokens

glsl-shader-expert

Expert guide for writing custom GLSL shaders (Vertex/Fragment) for WebGL using Three.js and Babylon.js. Covers shader materials, post-processing, noise, and performance optimization.

roedyrustam/vibes-plug · 43 tokens

webxr-ar-vr-expert

Expert guide for WebXR (Web-based Virtual and Augmented Reality) development using Babylon.js and Three.js. Covers device compatibility, immersive sessions, controllers, and hit-testing.

roedyrustam/vibes-plug · 43 tokens