返回 Skill 列表
extension
分类: 开发与工程无需 API Key

worktree

当用户希望为并行的Claude Code会话创建git工作树时,应使用此技能。这允许多个AI会话同时在不同的分支上工作。

person作者: 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.