remotion-create
仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由
快速搭建可运行的 Remotion 模板,适合制作视频原型和迭代。
▸ 风险提示
需在本地安装 Node.js 并执行脚本安装依赖。
这个 Skill 做什么
引导创建新的 Remotion 项目并搭建初始合成与依赖环境。
一步步引导你搭建新的 Remotion 视频项目,创建初始 composition 并配置依赖。适合从零开始做视频或示例项目、需要脚手架和基本配置时使用。特点是包含 scaffold 指令(如 npx create-video)、依赖检查(Node.js、Git)和初始合成范例,能快速跑起来。
▸ 展开 SKILL.md 英文原文
Creating a new Remotion video
0
Stars
0
Forks
12
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/melonwer/hearsay/main/.agents/skills/remotion-create/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/melonwer/hearsay/main/.agents/skills/remotion-create/SKILL.md"SKILL.MD 节选查看完整文件 ↗
These are instructions for making a new Remotion project and composition. If this is not the next task, see [Remotion Best Practices](../remotion-best-practices/SKILL.md) ## Scaffold a project If a project already exists, skip this. Ensure Node.js and Git is installed, and the current folder is appropriate for starting a new project. Scaffold one using: ```bash npx create-video@latest --yes --blank --no-tailwind my-video cd my-video npm i ``` Replace `my-video` with a suitable project name. ## Designing a video Keep the scaffold and add React Markup. Follow [Remotion React Markup Best Practices](../remotion-markup/SKILL.md) and [Video Layout Rules](video-layout.md) for video-first l
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有