Перейти к основному содержимому
Этот контент пока недоступен на вашем языке и отображается на английском.

Remotion Best Practices

Skill Проверено
95

Best practices for Remotion - Video creation in React

Резюме ИИ

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.

Установка

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

Запускает Vercel skills CLI (skills.sh) через npx — нужны локальный Node.js и хотя бы один установленный совместимый со skills агент (Claude Code, Cursor, Codex, …). Предполагается, что репозиторий соответствует формату agentskills.io.

4 days ago
1.1k stars
MIT
Обновлено 2 days ago
Посмотреть исходный код

Похожие расширения

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