git-sync

Installation
SKILL.md

Git Sync

Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.

Sync the current branch with its base or upstream branch. Defaults to merge to preserve history; rebase is opt-in only.

Anti-Hallucination Guidelines

CRITICAL: Only sync based on what git status and git log actually show:

  1. Read before acting — Run git status and git branch before any sync operation
  2. Verify branch state — Check commits ahead/behind before proposing a strategy
  3. Never force push main/master — Hard rule, no exceptions
  4. Confirm conflicts — Report exact conflicting files; do not guess

Workflow

Phase 1: Analyze State

Installs
6
GitHub Stars
4
First Seen
Mar 26, 2026
git-sync — mgiovani/cc-arsenal