worktrunk
Manage git worktrees so parallel AI agents never collide
All Skills in This Repository (5)
Pure Emerald Level Indicatorswt-switch-create
Creates a worktrunk worktree and re-roots the session's working directory into it.
running-tend
Applies worktrunk-specific conventions to tend CI workflows including codecov polling, triage, and weekly maintenance.
release
Automate Worktrunk releases with testing, version bumps, changelog updates, and tagging.
writing-user-outputs
Standardize user-facing CLI messages across Worktrunk commands.
worktrunk
Configure Worktrunk user and project settings across macOS/Linux and Windows.
Frequently Asked Questions
FAQPage SchemaHow to install Worktrunk?โผ
Run `npx skills add max-sixty/worktrunk --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Worktrunk solve?โผ
It makes git worktrees as easy as branches, so you can run many AI coding agents in parallel without them stepping on each other's changes.
How do I create and switch to a new worktree?โผ
Run `wt switch --create my-feature` to create the branch and worktree and move into it in one step, replacing several manual git commands.
Does Worktrunk work with Claude Code and Codex?โผ
Yes. It ships plugins for Claude Code, Codex, OpenCode, and Gemini that add activity tracking, configuration help, and worktree isolation.
Can Worktrunk automate tests and cleanup?โผ
Yes. Lifecycle hooks run commands like installs and tests automatically, and `wt merge` squashes, rebases, merges, and removes the worktree in one command.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core