git
Installation
SKILL.md
Git Skill
This skill covers git hygiene for multi-agent collaborative work.
Core Principle: Pull First, Always
This is a multi-agent team environment with rapid, concurrent changes.
Before doing ANY local work—reading files, making edits, or starting a task—you MUST sync with remote:
git pull --rebase