git-worktree

Installation
SKILL.md

Git Worktree Skill

Critical Importance

Using git worktrees properly is critical for your development workflow efficiency. Poor worktree management leads to confusion, lost work, merge conflicts, and cluttered repositories. Proper worktree use enables parallel development without context switching costs, but misuse compounds problems across branches. Clean, organized worktrees prevent disasters.

Systematic Approach

Approach worktree management systematically. Worktrees require deliberate creation, clear naming, and timely cleanup. Don't create worktrees impulsively—plan your branching strategy, name worktrees descriptively, and establish cleanup habits. Treat worktrees as temporary workspaces that should be removed after merge, not permanent fixtures.

The Challenge

The maintain pristine worktree hygiene while juggling multiple parallel features, but if you can:

  • You'll eliminate merge conflict nightmares
  • Your git history will stay clean and readable
  • Parallel development will be frictionless
  • You'll never wonder "where did I put that branch?"
Related skills

More from v1truv1us/ai-eng-system

Installs
9
GitHub Stars
6
First Seen
Jan 25, 2026