git-collaboration
✓Collaboration workflows for team-based Git development. Covers pull request workflows, merge vs rebase strategies, conflict resolution, code review practices, and branch protection. Helps AI agents follow team conventions and collaborate effectively.
Installation
SKILL.md
Purpose: This skill teaches AI agents to collaborate effectively in team environments using Git, including PR workflows, merge strategies, and conflict resolution.
| Strategy | Command | Result | Use When |
| Merge | git merge feature | Creates merge commit, preserves all commits | Want to preserve feature branch history | | Rebase | git rebase main | Replays commits on top of main | Updating feature branch, want linear history | | Squash | git merge --squash feature | Combines all commits into one | Want clean history, PRs with many small commits |
Collaboration workflows for team-based Git development. Covers pull request workflows, merge vs rebase strategies, conflict resolution, code review practices, and branch protection. Helps AI agents follow team conventions and collaborate effectively. Source: daleseo/git-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/daleseo/git-skills --skill git-collaboration- Source
- daleseo/git-skills
- Category
- @Collaboration
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is git-collaboration?
Collaboration workflows for team-based Git development. Covers pull request workflows, merge vs rebase strategies, conflict resolution, code review practices, and branch protection. Helps AI agents follow team conventions and collaborate effectively. Source: daleseo/git-skills.
How do I install git-collaboration?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/daleseo/git-skills --skill git-collaboration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/daleseo/git-skills
Details
- Category
- @Collaboration
- Source
- skills.sh
- First Seen
- 2026-02-01