max-sixtymax-sixtyCommunityยท5 Agent Skills Included

worktrunk

Manage git worktrees so parallel AI agents never collide

Manages git worktrees with simple branch-name commands for creating, switching, listing, merging, and removing parallel workspaces. Eliminates clunky multi-step git worktree commands, manual directory juggling, and agents overwriting each other's changes. Adds lifecycle hooks, LLM commit messages, CI status, and one-command merge cleanup so multiple AI agents run side by side safely.
npx skills add max-sixty/worktrunk --all -g -y
Available:

Gives AI agents working in this repository the project conventions, data-safety rules, skill-loading instructions, and command execution standards they must follow when developing Worktrunk.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’