christopher-buss

Worktree Add — Git skill for Claude Code

Git community

Add a new git worktree from branch name or issue URL, copy settings, install deps, and open in current IDE.

How to install Worktree Add

Installs to ~/.claude/commands/christopher-buss-bedrock-worktree-add.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/christopher-buss/bedrock/HEAD/.claude/commands/worktree-add.md -o ~/.claude/commands/christopher-buss-bedrock-worktree-add.md

Restart Claude Code, or start a new session, for it to be picked up.

What Worktree Add does


prettier-ignore

description: Add a new git worktree from branch name or issue URL, copy settings, install deps, and open in current IDE argument-hint: [optional-base-branch]

Git Worktree Setup

Create a new git worktree for branch: $ARGUMENTS

Current branch: `git branch --show-current` Current worktrees: `git worktree list` Remote branches: `git branch -r` Uncommitted changes: `git status --short`

Alternatives in Git

Full documentation available on GitHub

View Source Repository