
Max Sixty Worktrunk
- 6.1k repo stars
- Updated July 27, 2026
- max-sixty/worktrunk
max-sixty-worktrunk is a Claude Code plugin that connects Worktrunk—a Git worktree CLI—for parallel AI agent coding sessions.
About
max-sixty-worktrunk is a Claude Code plugin that documents and integrates Worktrunk, a CLI built for Git worktree management when you are running parallel AI agent sessions on one project. developers often hit a wall when Cursor, Claude Code, or Codex each want their own branch: conflicts, lost context, and messy working directories slow you down. Worktrunk gives you a disciplined way to isolate agent work per tree, wire project configuration and hooks, and track which session is touching which path. It is especially useful when you are building a SaaS or CLI while letting agents tackle backend, frontend, and test fixes concurrently. You still merge and review like normal Git workflow—the plugin helps Claude understand how to use Worktrunk commands and project conventions so you spend less time recovering from overlapping edits. Expect intermediate Git comfort; the payoff is calmer multi-agent Build and Ship cycles.
- CLI-first Git worktree management tuned for parallel AI agent workflows
- Project-level configuration, hooks, and path guidance for multi-tree setups
- Session and activity indicators so you can see which agent/worktree is active
- Automatic commit messaging and workflow hooks aligned with agent-driven edits
- Single-plugin bundle focused purely on worktree orchestration—not hosting or CI
Max Sixty Worktrunk by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install max-sixty-worktrunk@max-sixty/worktrunkAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6.1k |
|---|---|
| Last updated | July 27, 2026 |
| Repository | max-sixty/worktrunk ↗ |
What it does
Add Worktrunk when you run multiple AI coding agents on one repo and need Git worktrees, hooks, and session visibility without manual branch gymnastics.
Who is it for?
Best when you routinely run two or more AI agents on the same repo and want a lightweight Git-native parallelism layer.
Skip if: Skip if you never use Git worktrees, or projects where a single linear branch with one agent is enough.
What you get
After installing the plugin, you can standardize isolated worktrees per agent session with hooks and visibility so parallel Claude workflows stay mergeable.
- Documented Worktrunk commands and project layout Claude can follow for new worktrees
- Hook and configuration patterns for agent-driven commits per tree
- Clearer separation of parallel agent changes before merge and review
By the numbers
- Catalog lists pluginCount: 1 for repository max-sixty/worktrunk
- Public GitHub stars field in catalog metadata: 4209 (starsFetchedAt 2026-04-06)
Recommended Plugins
How it compares
Git worktree CLI guidance for agents—not a hosted dev environment, not an MCP server, and not a code review product.
FAQ
Who is Max Sixty Worktrunk for?
It is for developers using Claude Code who manage Git repos and want Worktrunk-style worktree workflows for parallel AI coding sessions.
When should I use Max Sixty Worktrunk?
Use it when you are splitting features or experiments across multiple agents and need separate worktrees, clear active-session tracking, and consistent project hooks.
How do I add Max Sixty Worktrunk to my agent?
Install the Worktrunk CLI on your machine, enable the max-sixty/worktrunk Claude Code plugin from Skillselion, and follow the plugin’s project configuration so Claude invokes the correct worktree commands in your repo.