Claude Psmux Team banner
gonnector gonnector

Claude Psmux Team

Development community

Description

Native Windows Claude Code agent team split panes via psmux — no WSL required

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🇺🇸 English | [🇰🇷 한국어](README.ko.md)


Claude Code Agent Teams on Windows — psmux Split Panes

**World's first native Windows solution** for running Claude Code agent teams in split terminal panes — without WSL, without Cygwin, without any Linux subsystem.

![Windows](https://img.shields.io/badge/Windows-11-blue?logo=windows) ![psmux](https://img.shields.io/badge/psmux-v0.4.10-orange) ![Claude Code](https://img.shields.io/badge/Claude_Code-v2.1.71-blueviolet) ![License](https://img.shields.io/badge/license-MIT-green)

What This Does

Claude Code's [agent team feature](https://code.claude.com/docs/en/agent-teams) lets you spawn multiple AI teammates that collaborate on tasks in parallel. In split-pane mode, each teammate gets its own visible terminal pane — you can watch all of them working simultaneously.

This is officially supported on macOS via **tmux** or **iTerm2**. On **Windows**, it was previously only possible inside WSL (Ubuntu) — requiring syncing files between Windows and the Linux subsystem.

**This project makes it work natively on Windows** using [psmux](https://github.com/marlocarlo/psmux), a Rust-based tmux clone that runs without WSL.

psmux session (current behavior)
┌──────────────────────────┬───────────────────────────────┐
│ Pane 1  Lead             │ Pane 2  Teammates (cycling)   │
│ Claude Code v2.1.50      │ @alpha → completes            │
│ Opus 4.6 · orchestrating │ @beta  → completes            │
│                          │ @gamma → completes            │
└──────────────────────────┴───────────────────────────────┘
 shift-tab to cycle between active teammates

**Note**: Claude Code currently creates one shared pane for all teammates (they run sequentially). Per-teammate panes (as on macOS) require a Claude Code update. See [docs/issues-and-improvements.md](docs/issues-and-improvements.md).

Prior Art

The only previously known Windows approach was WSL-based: [treylom/claude-agent-teams-setup](https://gith