Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMar 29, 2026·3 min de lecture

Remotion AI Skill — Programmatic Video in React

Official Remotion Agent Skill for Claude Code and Codex. 30+ rules covering animations, transitions, captions, FFmpeg, audio visualization, voiceover, 3D, and more.

Introduction

The official Remotion Agent Skill — 37 rule files that teach Claude Code, Codex, and Cursor how to create programmatic videos in React. Covers animations, transitions, captions/subtitles, FFmpeg integration, audio visualization, voiceover generation, 3D with Three.js, charts, maps, text animations, and more. Works with the cross-platform Agent Skills standard.

Best for: Developers building video generation pipelines, social media content automation, or data visualization videos with React. Works with: Claude Code, OpenAI Codex, Cursor Setup time: 1 minute


All 37 Rules

Core Animation & Timing

Media

Text & Typography

Captions & Voiceover

Audio Visualization

Data & Charts

3D

Video Processing

Project Structure

Key Rules

All animations must use useCurrentFrame()

const frame = useCurrentFrame();
const opacity = interpolate(frame, [0, 60], [0, 1], { extrapolateRight: "clamp" });

CSS transitions, CSS animations, and Tailwind animation classes are forbidden.

FFmpeg is built-in

bunx remotion ffmpeg -i input.mp4 output.mp3

Captions use the Caption type

type Caption = { text: string; startMs: number; endMs: number; timestampMs: number | null; confidence: number | null; };

FAQ

Q: What is the Remotion AI Skill? A: An official Agent Skill with 37 rule files that teach AI coding tools best practices for creating programmatic videos in React using Remotion.

Q: Is Remotion free? A: Free for individuals and small teams. Companies above a revenue threshold need a license. The AI Skill itself is free and open-source.

Q: How do I install the Remotion skill? A: Run npx skills add remotion-dev/skills.


🙏

Source et remerciements

Created by Remotion. Licensed under MIT. remotion-dev/skills remotion.dev

Discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.