wezterm-orchestrator

Orchestrate WezTerm panes and Pi agent sessions via the bb command interface.

4|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/louis030195/bigbrother --skill wezterm-orchestrator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wezterm-orchestrator
Source: https://github.com/louis030195/bigbrother/tree/main/.pi/skills/wezterm-orchestrator
Command: npx skills add https://github.com/louis030195/bigbrother --skill wezterm-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers and operators to coordinate multiple WezTerm panes and Pi agent sessions from a single control surface, reducing context switching and manual commands.

Core Features & Use Cases

  • List and identify WezTerm panes across the workspace
  • Send commands to specific panes or broadcast to multiple Pi agent panes
  • Focus, monitor, and manage agent-like panes in a unified workflow
  • Use Case: Coordinate parallel tasks like building, testing, and deploying across several terminal sessions.

Quick Start

bb wezterm list bb wezterm focus <pane_id> bb wezterm send <pane_id> "your command here" bb wezterm send <pane_id> "another command" --no-enter

Frequently Asked Questions about wezterm-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple WezTerm panes for parallel terminal workflows?▼

You can coordinate WezTerm panes by using the bb command interface to list, focus, and send commands to specific panes, enabling parallel command execution across multiple terminal sessions.

How do I send a command to a specific WezTerm pane without executing it immediately?▼

You can send a command to a specific WezTerm pane without executing it by appending the --no-enter flag to the send command, allowing you to review or modify the command before running it.

Can I broadcast a single command to multiple Pi agent panes in WezTerm?▼

Yes, you can broadcast commands to multiple Pi agent panes in WezTerm, reducing manual commands and context switching when running parallel tasks like building, testing, and deploying across sessions.

Do I need the bb command interface to manage WezTerm pane automation?▼

Yes, managing WezTerm pane automation requires both a WezTerm environment and access to the bb command interface to drive pane actions and broadcasts.

What is the best way to monitor live status across several terminal sessions?▼

The best way to monitor live status across terminal sessions is using a unified orchestration workflow that identifies, focuses, and manages agent-like WezTerm panes within your workspace.