·remotion-component-gen
*

remotion-component-gen

ncklrs/startup-os-skills

从视觉方向生成单独的Remotion场景组件。输入是特定场景的视觉/动画描述。输出是具有完整 TSX 实现的 SCENE_COMPONENT.md。在实现场景或要求“创建场景组件”、“根据规范实现场景”、“构建 Scene1Intro”时使用。

13安装·0热度·@ncklrs

安装

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

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