git-worktree-workflows
Installation
SKILL.md
Git Worktree Workflows
Turn git worktree usage into a small set of safe workflows instead of one-off commands. This skill favors official Git behavior over wrapper scripts, keeps repository-specific setup separate from worktree management, and treats destructive operations as explicit checkpoints.
The design bias is:
- Use official Git semantics as the source of truth
- Use manual-first posture so the skill activates only on clear worktree signals
- Use repo conventions as overlays, not as universal defaults
Outputs
Depending on the request, produce one or more of:
- A recommendation on whether a worktree is the right tool for the task
- A safe command sequence for create, inspect, compare, cleanup, or repair workflows
- A brief safety note for destructive or ambiguous operations
- A short next-step checklist after the worktree action completes