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