Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows
Worktrunk is a Rust-based CLI tool that simplifies Git worktree management specifically for running multiple AI agents, such as Claude Code and Codex, in parallel without file conflicts. Its three core commands replace verbose Git syntax: `wt switch feat` replaces a multi-step `git worktree add` and `cd` sequence, `wt switch -c -x claude feat` creates a new worktree and launches Claude in one step, and `wt remove` handles teardown including branch deletion. Beyond the basics, it offers lifecycle hooks for automating local workflows, a `wt merge` command that squashes, rebases, and cleans up in a single step, an interactive picker with live diff and log previews, and a cache-copying feature that transfers `target/` or `node_modules/` directories between worktrees to avoid cold build starts. A standout addition is `wt list --full`, which surfaces CI status and LLM-generated summaries of each open worktree. Developers running five to ten concurrent agent sessions on the same repository are the primary audience.
- ✓License: NOASSERTION
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/max-sixty/worktrunk && cp worktrunk/*.md ~/.claude/agents/5 items in this repository
Worktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub.
Worktrunk-specific guidance for tend CI workflows. Adds codecov polling, Rust test commands, labels, and review criteria on top of the generic tend-* skills. Use when operating in CI.
CLI output formatting standards for worktrunk. Load before editing any code that calls warning_message, hint_message, error_message, info_message, eprintln, or println, or that produces strings the user will see (CLI help, progress UI, snapshot text). Documents ANSI color nesting rules, message patterns, and output system architecture.
Guidance for Worktrunk (the `wt` CLI) — git worktree management, hooks, and config. Load when editing .config/wt.toml or ~/.config/worktrunk/config.toml; adding, modifying, or debugging hooks (post-merge, post-start, pre-commit, pre-merge, post-switch, etc.); configuring commit message generation or command aliases; or troubleshooting wt behavior. Also answers general worktrunk/wt questions.
Create a new worktrunk worktree (optionally in another repo) and switch this session's working directory into it. Use when launching a session that should work in its own worktree.
Subagents overview
What people ask about worktrunk
What is max-sixty/worktrunk?
+
max-sixty/worktrunk is subagents for the Claude AI ecosystem. Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows It has 6.1k GitHub stars and was last updated today.
How do I install worktrunk?
+
You can install worktrunk by cloning the repository (https://github.com/max-sixty/worktrunk) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is max-sixty/worktrunk safe to use?
+
Our security agent has analyzed max-sixty/worktrunk and assigned a Trust Score of 90/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains max-sixty/worktrunk?
+
max-sixty/worktrunk is maintained by max-sixty. The last recorded GitHub activity is from today, with 37 open issues.
Are there alternatives to worktrunk?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy worktrunk to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/max-sixty-worktrunk)<a href="https://claudewave.com/repo/max-sixty-worktrunk"><img src="https://claudewave.com/api/badge/max-sixty-worktrunk" alt="Featured on ClaudeWave: max-sixty/worktrunk" width="320" height="64" /></a>More Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.