git-fork-workflow

Installation
SKILL.md

Git Fork Workflow

Expert guidance for managing forked repositories, synchronizing with upstream, and contributing back cleanly.

Data-Gathering Script

Run this first to detect the upstream remote, compute ahead/behind via git rev-list, and get a recommended sync strategy (a pure function — it runs no mutations):

bash "${CLAUDE_SKILL_DIR}/scripts/git-fork-workflow.sh" --home-dir "$HOME" --project-dir "$(pwd)"
Installs
24
GitHub Stars
47
First Seen
Mar 4, 2026
git-fork-workflow — laurigates/claude-plugins