·git-worktree
</>

git-worktree

Manages Git worktrees for isolated parallel development. Creates worktrees in .github/worktrees/ with symlinked .env files.

15Installs·1Trend·@skinnyandbald

Installation

$npx skills add https://github.com/skinnyandbald/fish-skills --skill git-worktree

How to Install git-worktree

Quickly install git-worktree AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/skinnyandbald/fish-skills --skill git-worktree
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: skinnyandbald/fish-skills.

SKILL.md

View raw

Manage isolated Git worktrees for parallel development, following project conventions.

| create [base] | Create worktree with symlinked .env | | list | List all worktrees | | cleanup | Remove inactive worktrees | | switch | Switch to a worktree |

NEVER call git worktree add directly. Always use the script.

Manages Git worktrees for isolated parallel development. Creates worktrees in .github/worktrees/ with symlinked .env files. Source: skinnyandbald/fish-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/skinnyandbald/fish-skills --skill git-worktree
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from skinnyandbald/fish-skills

Quick answers

What is git-worktree?

Manages Git worktrees for isolated parallel development. Creates worktrees in .github/worktrees/ with symlinked .env files. Source: skinnyandbald/fish-skills.

How do I install git-worktree?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/skinnyandbald/fish-skills --skill git-worktree Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/skinnyandbald/fish-skills