Wezcld
Description
WezTerm panes for Claude Code agent teams
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
██╗ ██╗ ███████╗ ███████╗ ██████╗ ██╗ ██████╗
██║ ██║ ██╔════╝ ╚══███╔╝ ██╔════╝ ██║ ██╔══██╗
██║ █╗ ██║ █████╗ ███╔╝ ██║ ██║ ██║ ██║
██║███╗██║ ██╔══╝ ███╔╝ ██║ ██║ ██║ ██║
╚███╔███╔╝ ███████╗ ███████╗ ╚██████╗ ███████╗██████╔╝
╚══╝╚══╝ ╚══════╝ ╚══════╝ ╚═════╝ ╚══════╝╚═════╝
[](https://github.com/afewyards/wezcld/releases/latest)
**WezTerm it2 shim for Claude Code agent teams**

Why
Claude Code uses iTerm2 split panes to manage agent teams. wezcld intercepts `it2` CLI commands and translates them to WezTerm CLI calls, letting you use native WezTerm splits instead of iTerm2.
Install
curl -fsSL https://github.com/afewyards/wezcld/releases/latest/download/install.sh | sh
Usage
Launch Claude Code with WezTerm integration:
wezcld
When running outside WezTerm, `wezcld` automatically falls back to plain `claude`.
How it works
**Architecture:**
wezcldlauncher: SetsTERM_PROGRAM=iTerm.appand puts the shim'sbin/directory first inPATH, then launches Claude with--teammate-mode tmuxbin/it2shim: Interceptsit2CLI commands and translates them to realwezterm clicalls- Grid layout: Agent panes are arranged in a 3-column grid, with the leader pane kept at the bottom
Supported commands
| Command | WezTerm action |
|---|---|
--version / app version |
Returns it2 0.2.3 |
session split [-v] |
wezterm cli split-pane (grid layout) |
session run -s |
wezterm cli send-text --pane-id |
session close -s |
wezterm cli kill-pane --pane-id |
session list |
Minimal session table |
| All other commands | Silent success (exit 0) |
Requirements
- wezterm CLI (included with WezTerm)
- POSIX-compatible shell (bash, zsh, dash, ash)
- Claude Code (the CLI tool f
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development