remotion-component-gen
✓從視覺方向生成單獨的Remotion場景組件。輸入是特定場景的視覺/動畫描述。輸出是具有完整 TSX 實現的 SCENE_COMPONENT.md。在實現場景或要求“創建場景組件”、“根據規範實現場景”、“構建 Scene1Intro”時使用。
SKILL.md
Generates production-ready Remotion scene component implementations from visual direction and animation specifications. This skill focuses on creating complete, working scene components.
import { AbsoluteFill, spring, interpolate, useCurrentFrame, useVideoConfig, Img, staticFile, } from "remotion"; import { COLORS, SPRINGCONFIGS } from "../constants";
export function Scene1Intro() { const frame = useCurrentFrame(); const { fps, width, height } = useVideoConfig();
從視覺方向生成單獨的Remotion場景組件。輸入是特定場景的視覺/動畫描述。輸出是具有完整 TSX 實現的 SCENE_COMPONENT.md。在實現場景或要求“創建場景組件”、“根據規範實現場景”、“構建 Scene1Intro”時使用。 來源:ncklrs/startup-os-skills。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-component-gen- 分類
- *創意媒體
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 remotion-component-gen?
從視覺方向生成單獨的Remotion場景組件。輸入是特定場景的視覺/動畫描述。輸出是具有完整 TSX 實現的 SCENE_COMPONENT.md。在實現場景或要求“創建場景組件”、“根據規範實現場景”、“構建 Scene1Intro”時使用。 來源:ncklrs/startup-os-skills。
如何安裝 remotion-component-gen?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-component-gen 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/ncklrs/startup-os-skills
詳情
- 分類
- *創意媒體
- 來源
- skills.sh
- 收錄時間
- 2026-02-01