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.

ce-worktree - Worktree Isolation

Set up isolated git worktrees to create new branches or attach to existing refs while detecting prior isolation.

Tags

Updated: 2026-09-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Detect existing worktree isolation
  • Create new isolated git worktree
  • Attach worktree to existing ref
  • List existing git worktrees
  • Remove git worktree

Inputs

  • Git repository
  • Target branch or ref
  • Work description

Outputs

  • Isolated git worktree directory
  • Updated .gitignore file
  • New or checked-out git branch

Requirements

  • Git CLI
  • Git repository workspace

Source

  • Spec: SKILL.md
git
worktree
branch-management
isolation
engineering-core
Detect existing worktree isolation
Create new isolated git worktree
Attach worktree to existing ref
List existing git worktrees
Git repository
Target branch or ref
Work description
Isolated git worktree directory
Updated .gitignore file
New or checked-out git branch