gtr

Manage git worktrees for parallel branch development and lifecycle events.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/vampik33/claude-plugins --skill gtr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gtr
Source: https://github.com/vampik33/claude-plugins/tree/main/plugins/gtr/skills/gtr
Command: npx skills add https://github.com/vampik33/claude-plugins --skill gtr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinating multiple git worktrees and keeping feature development isolated can be slow and error-prone; gtr provides a unified workflow to manage worktrees, editors, AI integration, and lifecycle events.

Core Features & Use Cases

  • Create, list, and remove worktrees to enable parallel feature development without stashing changes.
  • Open the worktree in your editor, launch AI tooling inside a worktree, and run project commands in isolation.
  • Use cases include parallel feature branches, CI-ready worktrees, and organized lifecycle management of short-lived experiments.

Quick Start

Install the git worktree runner and create a new worktree to begin parallel development.

Frequently Asked Questions about gtr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage git worktrees for parallel branch development?

Git worktrees for parallel branch development are managed through creation, listing, and removal commands. This Skill handles worktree lifecycle management, enabling multiple concurrent feature branches without stashing changes.

What is the best way to run isolated project commands across multiple feature branches?

Running isolated project commands across feature branches is achieved by executing commands inside individual git worktrees. The Skill supports path resolution and command execution within each worktree to keep development environments separate.

Can I launch AI tooling inside a git worktree?

Yes, AI tooling can be launched inside a git worktree. The Skill integrates AI tooling directly into the worktree environment, allowing automated code assistance to operate on an isolated feature branch.

Do I need configurable hooks to automate worktree lifecycles?

Configurable hooks are supported to automate worktree lifecycles. The Skill provides hooks for creation and removal processes, allowing custom automation scripts to run during worktree transitions.

Does this worktree workflow support selective file copying between branches?

Selective file copying is supported within the worktree workflow. The Skill allows copying specific files into new worktrees, ensuring necessary configuration or environment files are present without duplicating the entire repository.

How do I open a git worktree in my editor for isolated feature development?

Opening a git worktree in your editor is supported through editor integration features. The Skill resolves worktree paths and launches your configured editor directly within the isolated branch context.