jb-worktree

Installation
SKILL.md

wtp Git Worktrees

Based on satococoa's wtp workflow: https://dev.to/satococoa/wtp-a-better-git-worktree-cli-tool-4i8l

Use wtp instead of raw git worktree when you want predictable paths, easier branch handling, setup hooks, and fast navigation.

Why use it

  • wtp init creates a starter .wtp.yml in the repo root
  • wtp add feature/auth creates ../worktrees/feature/auth automatically
  • wtp add can create or reuse local/remote branches
  • .wtp.yml can copy .env, create symlinks, and run bootstrap commands
  • wtp cd and wtp exec make navigation and command execution easier
  • wtp remove --with-branch cleans up both the worktree and its branch

Install

brew install satococoa/tap/wtp
Related skills
Installs
6
First Seen
Mar 13, 2026