Worktree Tools
Worktree Tools from powdream/claude-plugins.
Skills in this plugin
3- ▌ Worktree Vscode · powdreamUse when the user wants to open the git worktree they're currently working on in VS Code (e.g. "이 worktree vscode로 열어줘", "open the worktree in vscode"). Opens the worktree folder with the `code` CLI.
- ▌ Worktree Cmux Split · powdreamUse when the user wants to open the git worktree they're working on as a SPLIT PANE in the CURRENT cmux workspace (e.g. "이 worktree cmux 창 분할로 띄워줘", "split the current cmux workspace into the worktree"). Asks split direction (side-by-side vs stacked) via AskUserQuestion. For a separate new workspace instead, use worktree-cmux-workspace.
- ▌ Worktree Cmux Workspace · powdreamUse when the user wants to open the git worktree they're working on in a NEW cmux workspace (e.g. "이 worktree cmux 새 workspace로 띄워줘", "open the worktree in a new cmux workspace"). For a split pane in the current workspace instead, use worktree-cmux-split.