一键导入
remotion-best-practices
Best practices for Remotion - Video creation in React
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Best practices for Remotion - Video creation in React
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | remotion-best-practices |
| description | Best practices for Remotion - Video creation in React |
| metadata | {"tags":"remotion, video, react, animation, composition"} |
Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information.
For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information.
When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rules/audio-visualization.md file for more information.
When needing to use sound effects, load the ./rules/sfx.md file for more information.
Read individual rule files for detailed explanations and code examples:
Git commit messages and workflow. Use when writing commit messages, creating branches, or discussing PR/rebase/squash workflow.
Python virtual environments and dependencies. Use when creating venv, installing packages, running scripts, or fixing path/activation issues.
README and project documentation structure. Use when writing or updating README.md, docs, or project overview.
Environment variables and secrets. Use when handling API keys, .env, .gitignore, or avoiding hardcoded secrets.
TypeScript and React best practices. Use when writing or refactoring .ts/.tsx files, React components, hooks, or type definitions.