Ir al contenido principal
Este contenido aún no está disponible en tu idioma y se muestra en inglés.

Remotion Best Practices

Skill Verificado
95

Best practices for Remotion - Video creation in React

Resumen IA

This extension provides detailed documentation and code examples for using the Remotion framework to create professional videos in React. It covers a wide array of features, including asset management, animations, audio manipulation, charting, transitions, and more, with clear instructions and practical code snippets.

Versioning

  • warning:Release ManagementNo explicit version information (e.g., version field in SKILL.md, package.json, or Git tags) is present in the extension's metadata or files.

Instalación

npx skills add digitalsamba/claude-code-video-toolkit

Ejecuta el CLI de skills de Vercel (skills.sh) mediante npx — requiere Node.js en local y al menos un agente compatible con skills instalado (Claude Code, Cursor, Codex, …). Asume que el repositorio sigue el formato de agentskills.io.

2 days ago
1.1k stars
MIT
Actualizado el about 10 hours ago
Ver código fuente

Extensiones similares

Remotion Toolkit Extensions

92

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.

Skill
digitalsamba

Remotion Best Practices

Best practices for Remotion - Video creation in React

Skill
remotion-dev

Next.js Server Component Navigation Pattern

98

Guide for implementing navigation in Next.js Server Components using Link component and redirect() function. Covers the difference between server and client navigation methods. Use when adding links, redirects, or navigation logic in server components without converting them to client components unnecessarily.

Skill
wsimmonds

Next.js Server vs. Client Components

98

Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'), navigation (Link, redirect, useRouter), cookies/headers access, and 'use client' directive. Activates when prompt mentions useSearchParams, Suspense, navigation, routing, Link component, redirect, pathname, searchParams, cookies, headers, async components, or 'use client'. Essential for avoiding mixing server/client APIs.

Skill
wsimmonds

FFmpeg for Video Production

95

Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task.

Skill
digitalsamba

moviepy for Video Production

95

Python video composition with moviepy 2.x — overlaying deterministic text on AI-generated video (LTX-2, SadTalker), compositing clips, single-file build.py video projects. Use when adding labels/captions/lower-thirds to LTX-2 or SadTalker outputs, building short ad-style spots in pure Python without Remotion, or doing programmatic video composition. Triggers include text overlay on video, label LTX-2 clip, caption SadTalker output, lower third, build.py video, moviepy, Python video composition, sub-30s ad spot.

Skill
digitalsamba