remotion-upgrade

仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由

提供自动与手工两种升级流程,便于安全迁移与回滚。

▸ 风险提示

执行 npx 或升级命令会拉取远程包并修改项目依赖,请提前备份。

这个 Skill 做什么

指导如何升级 Remotion 及相关包、Agent Skills 和兼容组件。

指导如何把 Remotion、相关依赖、兼容的 Mediabunny 包和已装的 Remotion Agent Skills 升级到新版本。在需要整体更新 Remotion 项目、启用新特性或修复安全问题时使用。流程会先识别包管理器和工作区,优先调用 npx remotion upgrade(若可用),否则给出手动升级步骤,并尽量保留无关改动以减少破坏。

▸ 展开 SKILL.md 英文原文

Upgrade Remotion, its related packages, compatible Mediabunny packages, and installed Remotion Agent Skills. Use when asked to upgrade or update a Remotion project.

开发编程Remotion升级依赖管理通用
0
Stars
0
Forks
12
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/melonwer/hearsay/main/.agents/skills/remotion-upgrade/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/melonwer/hearsay/main/.agents/skills/remotion-upgrade/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Upgrade Remotion

1. Inspect the project manifests and lockfile to identify the package manager and workspaces. Preserve unrelated changes.
2. Determine whether `@remotion/cli` is locally available. If it is, run:

   ```bash
   npx remotion upgrade
   ```

   Skip the manual package upgrade below.

3. If `@remotion/cli` is not available, upgrade manually:
   - Get the latest stable Remotion version with `npm view remotion version`.
   - Find every installed `remotion` and `@remotion/*` dependency across the project and upgrade them all to that exact version. Preserve their dependency sections and the project's workspace or catalog conventions.
   - Read the current [Mediabunny compatibili
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有