worktrunk
Installation
SKILL.md
Worktrunk
Overview
Worktrunk is a CLI for git worktree management, designed for running AI coding agents in parallel. AI agents like Claude Code and Codex can handle longer tasks without supervision, making it possible to manage 5-10+ agents simultaneously. Git worktrees give each agent its own working directory so they don't step on each other's changes.
The problem: git worktree UX is clunky — starting a new worktree requires typing the branch name three times. Worktrunk makes worktrees as easy as branches with three core commands.
Instructions
Installation
# From crates.io
cargo install worktrunk
# Or download pre-built binary from GitHub releases
# https://github.com/max-sixty/worktrunk/releases