skillby 0xquinto

Worktree

Installs: 0
Used in: 1 repos
Updated: 1w ago
$npx ai-builder add skill 0xquinto/worktree

Installs to .claude/skills/worktree/

Create a new git worktree for running a parallel Claude Code session.

Steps:

1. If no name argument was provided, generate one from today's date and a short descriptor (e.g., `2026-02-03-feature`)
2. Run: `git worktree add .claude/worktrees/$name origin/main`
3. Confirm the worktree was created successfully
4. Print the launch command: `cd .claude/worktrees/$name && claude`
5. Remind the user they can also use `claude -w` to start a new session directly in a worktree
6. Remind the user they can list worktrees with `git worktree list` and remove with `git worktree remove .claude/worktrees/$name`

Quick Install

$npx ai-builder add skill 0xquinto/worktree

Details

Type
skill
Author
0xquinto
Slug
0xquinto/worktree
Created
1mo ago