Back to skills
extension
Category: Development & EngineeringNo API key required

worktree

This skill should be used when the user wants to create a git worktree for parallel Claude Code sessions. This allows multiple AI sessions to work on different branches simultaneously.

personAuthor: jakexiaohubgithub

Git Worktree Creator

Create a git worktree for parallel AI coding sessions.

Treat the user's invocation input as arguments in the form <branch> [-b, --base <branch>]. If the branch is missing, ask for it. Then run ai worktree with those arguments and report the created worktree path.