Agent skill

git-new-worktree

Create a new git worktree and branch using the local `git new` command. Use when asked to create a worktree from a name, set upstream via git new, cd into the new directory, and summarize what was created.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/git-new-worktree

SKILL.md

Git New Worktree

Overview

Create a new branch via git new, add a worktree under <project>-wt/<name>, and cd into the new directory.

Quick start

  • Run: source scripts/git-new-worktree.sh <name>
  • If not sourced, it will still work but the cwd change won’t persist.

Output

  • Base branch or detached ref
  • New branch name
  • Worktree path (<repo-parent>/<project>-wt/<name>)
  • Upstream (if set by git new)

Didn't find tool you were looking for?

Be as detailed as possible for better results