
Zc277584121 Cc Tmux Worktree Orchestration
- 2 repo stars
- Updated January 29, 2026
- zc277584121/cc-tmux-worktree-orchestration
cc-tmux-worktree-orchestration is a Claude Code plugin that orchestrates parallel development using tmux and git worktrees with Claude Code.
About
cc-tmux-worktree-orchestration is a Claude Code plugin for developers who want true parallel development: separate git worktrees paired with tmux so multiple Claude Code agents (or you plus agents) can work on different branches in isolated directories without stepping on each other. Instead of serializing every feature through one working tree, you spin orchestrated environments—useful when you are building a main line while running a risky refactor or bugfix in parallel. The listing emphasizes orchestration, worktrees, and tmux rather than application code generation, so expect shell-oriented setup and conventions you must adapt to your machine. It suits intermediate developers comfortable with git worktree workflows and terminal multiplexing on macOS or Linux. It does not replace CI, code review, or merge conflict resolution; it reduces local context-switch cost before you ship. Verify tmux and git versions and read the repo’s creation commands before automating agent launches.
- Combines tmux session management with git worktrees for parallel development setups
- Targets Claude Code agents working in isolated worktree environments simultaneously
- Orchestration-focused plugin (parallel-development, worktree, tmux keywords)
- Helps create multiple dev environments without constant branch checkout churn
- Single-plugin marketplace entry (pluginCount: 1) from cc-tmux-worktree-orchestration
Zc277584121 Cc Tmux Worktree Orchestration by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install zc277584121-cc-tmux-worktree-orchestration@zc277584121/cc-tmux-worktree-orchestrationAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | January 29, 2026 |
| Repository | zc277584121/cc-tmux-worktree-orchestration ↗ |
What it does
Orchestrate parallel Claude Code sessions with tmux panes and git worktrees so you can build multiple features or experiments without branch collisions.
Who is it for?
Intermediate developers on Unix-like systems who already use git worktrees and tmux and want Claude Code wired into that parallel layout.
Skip if: Beginners on Windows-only setups or anyone who needs managed cloud dev environments without local tmux and git worktree fluency.
What you get
After install, you can stand up orchestrated tmux plus git worktree environments so parallel Claude Code development sessions stay isolated and easier to manage.
- Orchestrated tmux layouts tied to git worktree paths
- Isolated parallel Claude Code dev environments per branch or task
- Repeatable local pattern for parallel feature development
By the numbers
- Marketplace metadata lists pluginCount: 1
- Plugin keywords include parallel-development, worktree, tmux, orchestration, environments
- Repository catalog category: community
Recommended Plugins
How it compares
Local parallel-dev orchestration plugin, not a hosted CI runner or a single-feature coding skill.
FAQ
Who is cc-tmux-worktree-orchestration for?
It is for developers who run Claude Code locally and want tmux plus git worktrees to manage multiple parallel coding environments.
When should I use tmux worktree orchestration?
Use it during build when you are splitting features or experiments across branches and need separate directories and terminal sessions for each Claude Code agent.
How do I add cc-tmux-worktree-orchestration to my agent?
Install the zc277584121/cc-tmux-worktree-orchestration Claude Code plugin, ensure tmux and git worktree support on your machine, then follow the repo commands to create and attach orchestrated environments.