·remotion-spec-translator
*

remotion-spec-translator

ncklrs/startup-os-skills

通过协调专门代理,协调将运动设计师视频规范翻译为工作 Remotion 代码。充当管道协调器,委托给 remotion-scaffold、remotion-animation、remotion-composition 和 remotion-component-gen。当您拥有完整的 VIDEO_SPEC.md 并需要完整的 Remotion 实现时使用。

8安装·0热度·@ncklrs

安装

$npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-spec-translator

SKILL.md

Orchestrates the complete translation pipeline from motion design specifications to working Remotion code. This skill acts as a coordinator that delegates work to specialized skills for each aspect of the translation.

src/remotion/compositions/ProductDemo/ ├── index.tsx # ✅ Composition with all scenes ├── constants.ts # ✅ Colors, springs, timing ├── types.ts # ✅ TypeScript interfaces └── scenes/ ├── Scene1Intro.tsx # ✅ Implemented ├── Scene2Features.tsx # ✅ Implemented ├── Scene3Demo.tsx # ✅ Implemented └── Scene4CTA.tsx # ✅ Implemented

This skill ensures motion design specs translate systematically into complete, working Remotion projects through intelligent orchestration and delegation.

通过协调专门代理,协调将运动设计师视频规范翻译为工作 Remotion 代码。充当管道协调器,委托给 remotion-scaffold、remotion-animation、remotion-composition 和 remotion-component-gen。当您拥有完整的 VIDEO_SPEC.md 并需要完整的 Remotion 实现时使用。 来源:ncklrs/startup-os-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-spec-translator
分类
*创意媒体
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 remotion-spec-translator?

通过协调专门代理,协调将运动设计师视频规范翻译为工作 Remotion 代码。充当管道协调器,委托给 remotion-scaffold、remotion-animation、remotion-composition 和 remotion-component-gen。当您拥有完整的 VIDEO_SPEC.md 并需要完整的 Remotion 实现时使用。 来源:ncklrs/startup-os-skills。

如何安装 remotion-spec-translator?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ncklrs/startup-os-skills --skill remotion-spec-translator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/ncklrs/startup-os-skills