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)"