Sub-skill of git-worktree-workflow: What is a Worktree?.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill what-is-a-worktree --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of What Is A Worktree?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-what-is-a-worktree)More formats (shields.io, HTML) on the badges page.
---
name: git-worktree-workflow-what-is-a-worktree
description: 'Sub-skill of git-worktree-workflow: What is a Worktree?.'
version: 1.1.0
category: development
type: reference
scripts_exempt: true
---
# What is a Worktree?
## What is a Worktree?
```
Main repo: /project (on main branch)
Worktree 1: /project-feature-a (on feature-a branch)
Worktree 2: /project-feature-b (on feature-b branch)
Worktree 3: /project-hotfix (on hotfix branch)
```
All share the same `.git` directory but have independent working directories.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!