Create Git Worktree banner
disler disler

Create Git Worktree

Git community intermediate

Description

Create a new git worktree for an agent to work in isolation.

Installation

Terminal
claude install-skill https://github.com/disler/nano-agent

README

Create Git Worktree

Create a new git worktree for an agent to work in isolation.

Variables

worktree_name: $ARGUMENTS (IMPORTANT: first argument) WORKTREE_PATH: trees

Instructions

Execute ALL the following steps in sequence WITHOUT using a todo list:

    undefined

Git Worktree Setup

Execute these steps in order:

    undefined

Error Handling

    undefined

Verification

After setup, verify the worktree was created:

ls -la trees/  # Should show full repository contents
git -C trees/ branch  # Should show the new branch

Report

Report one of the following:

    undefined

Notes

    undefined