auto-resume Claude Code sessions per Git branch
Branch-aware session resume beats starting fresh every checkout.
Fast git worktree manager. Pure bash, zero dependencies.
Git worktree wrapper for AI agents, but worktree management is niche and solved adequately by git natively.
Developers using Git worktrees for parallel workflows, AI coding agents (Claude Code, Cursor), multi-branch teams
Git (native worktree) · Changesets · Partial.dev
git-wt is a pure Bash tool (~300 lines, zero dependencies) that wraps `git worktree` with:
- Auto-generated memorable names (adjective-noun combos) - Centralized storage in `~/.git-wt/` instead of inside the repo - `--copy-env` to duplicate .env files into new worktrees - Bash/Zsh completions - Direct editor opening (`git wt open <name> --editor code`) - Built-in SKILL.md so AI agents (Claude Code, etc.) can discover and use git-wt autonomously
Installs in 5 seconds via curl. Works as a git subcommand.
The main use case for me is running 3-5 AI agents on the same repo simultaneously, each in its own worktree. But it's useful any time you work with multiple branches.
Branch-aware session resume beats starting fresh every checkout.
Clever Niri IPC integration for worktree workspaces, but only works with one compositor.
Git worktree pain solver that actually ships—fleet mode runs 5 agents in parallel.
Shell aliases for git worktree when the native commands are already short enough.
Zoxide for worktrees, but audience is just devs already using both.
Git worktrees per agent prevent merge conflicts, but audience remains narrow without multi-agent proof.