A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
🌴 Simple utility for managing parallel Claude Code instances
Run multiple Claude Code instances in parallel without stepping on each other. This CLI creates isolated git worktrees for each Claude session, so you can work on different features simultaneously while keeping your main branch clean.
Inspired by a script from aaazzam.
Jump right in without installing anything:
uvx claude-wt new "implement user authentication"
That's it. You're now working in a clean branch where Claude can't mess up your pristine codebase.
If you prefer global installation:
uv tool install claude-wt
Or from source:
git clone https://github.com/anthropics/claude-wt.git
cd claude-wt
uv install -e .
newSpin up a new isolated Claude session:
uvx claude-wt new "implement user authentication"
Behind the scenes: creates a timestamp branch, sets up a worktree in .claude-wt/worktrees/, and launches Claude with your query.
Want a memorable branch name? Use --name:
uvx claude-wt new "fix the parser" --name parser-fix
Need to branch from a specific source? Use --branch:
uvx claude-wt new "hotfix for prod" --branch main --name hotfix-123
resumeClaude sessions are like good TV shows—you want to continue watching:
uvx claude-wt resume 20241201-143022
The session ID is shown when you create it.
listSee all your active worktrees:
uvx claude-wt list
Shows each session with its health status.
cleanRemove a specific session when you're done:
uvx claude-wt clean 20241201-143022
Or clean everything:
uvx claude-wt clean --all # The Marie Kondo approach
Think of it like having multiple parallel universes for your code:
claude-wt-{timestamp} or your custom name).claude-wt/worktrees/ so files don't conflictUses uv for dependency management:
uv sync
uv run claude-wt --help
Or test changes without installing:
uvx --from . claude-wt --help
Built with the assumption that your Claude sessions shouldn't be a game of git-roulette with your main branch.
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Pocket Flow: Codebase to Tutorial
A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live