Git Worktree banner
hmj1026 hmj1026

Git Worktree

Git community

Description

--- description: 'Manage git worktrees — create, list, remove, parallel branch development' argument-hint: '[add|list|remove|prune] [--branch <name>] [--base <ref>]' allowed-tools: 'Bash(git:*), Read, Grep, Glob' metadata: dhpk-invocation-class: implicit-eligible --- ## Contract Use for worktree lifecycle operations; do not remove or prune a worktree without confirmation. See the [command contract](../docs/agent-guidance/command-contract.md). Stop when a branch/path is missing or dirty; comp

Installation

Installs to ~/.claude/skills/hmj1026-dhpk-git-worktree/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hmj1026-dhpk-git-worktree && curl -fsSL https://raw.githubusercontent.com/hmj1026/dhpk/HEAD/commands/git-worktree.md -o ~/.claude/skills/hmj1026-dhpk-git-worktree/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository