LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

git-worktree-manager - Manage Git Worktrees for Parallel Development

Create and manage isolated Git worktrees with auto port allocation

Tags

Updated: 2026-03-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • create worktrees
  • allocate ports
  • copy environment files
  • install dependencies
  • detect stale worktrees
  • remove worktrees
  • list worktrees

Inputs

  • repository path
  • branch name
  • worktree name
  • base branch
  • environment files
  • lockfiles

Outputs

  • port mapping file
  • worktree directory
  • environment file copies
  • worktree list

Requirements

  • Git worktree support
  • Python 3

Source

  • Spec: SKILL.md
git
worktree
parallel development
branch isolation
port management
create worktrees
allocate ports
copy environment files
install dependencies
repository path
branch name
worktree name
port mapping file
worktree directory
environment file copies