#261 · Primary category: AI Agents & Automation

worktrunk

agents claude-code codex developer-tools git worktrees

Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows

Project last updated:08/29/26

GitHub Stars

6.7K

Forks

239

Contributors

70

License

Other

Why we included this project

Running several coding agents in parallel usually means babysitting Git worktrees, since each agent needs its own checkout and the branches pile up fast. Worktrunk treats worktrees like branches, so each agent gets an isolated directory without you typing the branch name three times. Beyond the basic create, switch, and clean commands, it adds hooks that run on create or merge, LLM-generated commit messages, a merge flow that squashes and tidies up in one step, and the ability to copy build caches between worktrees so agents don't each pay a cold-start cost. Teams running Claude Code, Codex, or similar tools will find it cuts out most of the manual Git ceremony. It's a productivity tool rather than an agent itself.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category