Open an existing Git worktree in Cursor
Opens an existing Git worktree in Cursor editor for immediate development.
/plugin marketplace add horuz-ai/claude-plugins/plugin install core@horuz[worktree-name]git/pwdgit rev-parse --show-toplevel 2>/dev/null || echo "Not in a git repo"git worktree list 2>/dev/null || echo "No worktrees found"feat-new-feature or pr-123)Open an existing Git worktree in Cursor.
If $1 is empty or not provided:
Once you have a worktree name (from $1 or user selection):
../$1, search the full worktree list for a matching pathVerify the path exists:
git worktree pruneOpen in Cursor:
cursor [worktree-path]Report success: