claude-code-wingman

Coordinate multiple Claude Code sessions across projects via terminal multiplexers.

5|4|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/yossiovadia/claude-code-wingman --skill claude-code-wingman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-wingman
Source: https://github.com/yossiovadia/claude-code-wingman/tree/main
Command: npx skills add https://github.com/yossiovadia/claude-code-wingman --skill claude-code-wingman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, tmux, claude, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to orchestrate multiple Claude Code sessions in parallel, simplifying multi-task management and monitoring from a central interface.

Core Features & Use Cases

  • Multi-session orchestration: Launch, monitor, and control multiple Claude Code sessions across projects.
  • Remote progress tracking: Capture session outputs and statuses in real-time via a dashboard.
  • Use Case: A developer managing several code refactoring tasks can spawn separate sessions, track their progress, and approve or send commands from a unified dashboard.

Quick Start

Spawn a Claude Code session for your project and start giving tasks instantly by running the wingman script with your working directory and task description.

Frequently Asked Questions about claude-code-wingman

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

FAQPage Schema
How do I manage multiple Claude Code sessions across different projects at once?

You can manage multiple Claude Code sessions by using a terminal multiplexer to orchestrate parallel tasks, allowing you to launch, monitor, and control sessions from a central dashboard.

What is multi-session orchestration for Claude Code?

Multi-session orchestration coordinates parallel Claude Code sessions across projects, providing real-time progress tracking and centralized command execution for complex coding workflows.

Does Claude Code session management require tmux to run?

Yes, tmux is a required dependency, serving as the terminal multiplexer that enables the Skill to spawn, monitor, and control multiple parallel sessions effectively.

Can I track Claude Code refactoring progress in real time?

Yes, you can track refactoring progress in real time by capturing session outputs and statuses through a centralized dashboard that monitors all active Claude Code tasks.

What is the best way to control multiple Claude Code sessions from a single interface?

The best way to control multiple sessions is through a terminal multiplexer orchestration script that unifies session spawning, output tracking, and command approval.

What are the limitations of managing Claude Code sessions with tmux?

This approach requires jq, tmux, and claude dependencies to be installed, and is limited to terminal-based environments, making it unsuitable for purely GUI-driven workflows.