gtr-workflow
Installation
SKILL.md
gtr (Git Worktree Runner) Workflow
git gtr is a CLI tool that wraps git worktree with quality-of-life features for parallel AI-assisted development.
Core Commands
git gtr new <branch> # Create worktree
git gtr editor <branch> # Open in editor (cursor/vscode/zed)
git gtr ai <branch> # Start AI tool (claude/aider/codex)
git gtr go <branch> # Print path (use: cd "$(git gtr go feature)")
git gtr run <branch> <cmd> # Run command in worktree
git gtr rm <branch> # Remove worktree
git gtr list # List all worktrees
git gtr copy <branch> -- <pattern> # Copy files to worktree
Special ID 1 references the main repo: git gtr go 1, git gtr ai 1
Related skills