Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMar 29, 2026·3 min de lectura

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.

Introducción

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.


🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.