跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Remotion Best Practices

Skill 已验证
95

Best practices for Remotion - Video creation in React

AI 摘要

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

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

5 days ago
1.1k stars
MIT
更新于 3 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