update-from-upstream-main

Installation
SKILL.md

Update From Upstream Main

Update from the canonical remotion-dev/remotion repository while preserving local work and published branch history.

Workflow

  1. Inspect the repository before changing it:

    git status --short --branch
    git branch --show-current
    git remote -v
    

    Stop and report the state if the current checkout is detached or an operation such as a merge or rebase is already in progress.

    If the working tree contains staged, unstaged, or untracked changes, stash them automatically before continuing:

Installs
123
GitHub Stars
55.4K
First Seen
Jul 16, 2026
update-from-upstream-main — remotion-dev/remotion