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.

using-git-worktrees - Using Git Worktrees

Creates isolated git worktrees with smart directory selection and safety verification for feature work.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Select worktree directory
  • Verify gitignore status
  • Create git worktree
  • Install project dependencies
  • Run baseline tests

Inputs

  • Git repository
  • Branch name
  • CLAUDE.md configuration file
  • Project configuration files

Outputs

  • Isolated git worktree directory
  • Updated .gitignore file
  • Test baseline report

Requirements

  • Git CLI tool
  • Git repository

Source

  • Spec: SKILL.md
git
worktree
isolation
workspace
Select worktree directory
Verify gitignore status
Create git worktree
Install project dependencies
Git repository
Branch name
CLAUDE.md configuration file
Isolated git worktree directory
Updated .gitignore file
Test baseline report