remotion-performance-optimizer
✓分析 Remotion 组合的性能问题并提供优化建议。识别昂贵的计算、不必要的重新渲染、大型资产、记忆机会和架构改进。在优化渲染时间或被要求“提高性能”、“加速渲染”、“优化 Remotion 视频”时使用。
SKILL.md
Comprehensive performance analysis and optimization recommendations for Remotion video compositions. Identifies bottlenecks and provides actionable fixes to reduce render times.
// ❌ PROBLEM: Math.random() called 70 times per frame {Array.from({ length: 70 }, (, i) => { const x = Math.random() width; // Recalculated every frame! const y = Math.random() height; // Non-deterministic const speed = Math.random() 2;
// ✅ OPTIMIZED: Seeded random, deterministic const seededRandom = (seed: number): number => { const x = Math.sin(seed) 10000; return x - Math.floor(x); };
分析 Remotion 组合的性能问题并提供优化建议。识别昂贵的计算、不必要的重新渲染、大型资产、记忆机会和架构改进。在优化渲染时间或被要求“提高性能”、“加速渲染”、“优化 Remotion 视频”时使用。 来源:ncklrs/startup-os-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-performance-optimizer- 分类
- *创意媒体
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 remotion-performance-optimizer?
分析 Remotion 组合的性能问题并提供优化建议。识别昂贵的计算、不必要的重新渲染、大型资产、记忆机会和架构改进。在优化渲染时间或被要求“提高性能”、“加速渲染”、“优化 Remotion 视频”时使用。 来源:ncklrs/startup-os-skills。
如何安装 remotion-performance-optimizer?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-performance-optimizer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/ncklrs/startup-os-skills
详情
- 分类
- *创意媒体
- 来源
- skills.sh
- 收录时间
- 2026-02-01