multi-worktree-dev
π―Skillfrom mthines/gw-tools
Enables AI-assisted parallel development workflows by intelligently creating, managing, and synchronizing multiple Git worktrees for concurrent feature development and bug fixing.
Installation
npx skills add https://github.com/mthines/gw-tools --skill multi-worktree-devSkill Details
Overview
# gw-tools
Git Worktree Tools - A CLI for managing Git worktrees with automatic file syncing.
π οΈ gw CLI Tool
gw simplifies Git worktree management with features like:
- Create worktrees with automatic file copying (
.env, secrets, configs) - Quick navigation with
gw cdand smart partial matching - Proxy commands for
git worktreeoperations with enhanced output
Installation
```bash
npm install -g @gw-tools/gw-tool
```
Quick Start
```bash
# Create a new worktree (auto-creates branch if needed, auto-copies files)
gw add feature-auth
# Navigate to worktree
gw cd feature-auth
# Sync files between worktrees
gw sync feature-auth .env secrets/
# List all worktrees
gw list
# Remove when done
gw remove feature-auth
```
π Full documentation: [packages/gw-tool/README.md](packages/gw-tool/README.md)
---
π AI Skills (for Claude Code, Copilot, Cursor, etc.)
Enhance your AI agent with gw-tools knowledge using [skills.sh](https://skills.sh):
```bash
npx skills add https://github.com/mthines/gw-tools --skill @gw-git-worktree-workflows @gw-config-management @gw-multi-worktree-dev # installs all skills
```
```bash
# Master Git worktrees and gw workflows
npx skills add https://github.com/mthines/gw-tools --skill @gw-git-worktree-workflows
# Configure gw for your project type (Next.js, monorepos, etc.)
npx skills add https://github.com/mthines/gw-tools --skill @gw-config-management
# Advanced parallel development patterns
npx skills add https://github.com/mthines/gw-tools --skill @gw-multi-worktree-dev
```
Once installed, your AI agent can:
- Create worktrees for bug fixes and features automatically
- Configure gw for your specific project type
- Navigate between worktrees and manage files
- Create PRs from isolated worktrees
π Skill documentation: [skills/README.md](skills/README.md)
More from this repository5
Enables AI agents to intelligently create, manage, and navigate Git worktrees with automated file synchronization and branch handling.
Configures and customizes Git worktree setups for specific project types, enabling automatic file syncing and environment-specific workflows.
Guides AI agents in creating, managing, and navigating Git worktrees with automated file syncing and branch management for efficient parallel development workflows.
Enables AI-assisted parallel development workflows by automatically creating, configuring, and managing multiple Git worktrees for complex feature development and testing.
Configures Git worktree management settings and workflows for specific project types like Next.js or monorepos, enabling tailored file synchronization and development environments.