agent-team (archived)

Manage Claude Code sessions in WSL tmux from a Windows IDE.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/danielkhigay/gaz --skill agent-team-archived
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team (archived)
Source: https://github.com/danielkhigay/gaz/tree/main/.claude/skills/archived/agent-team
Command: npx skills add https://github.com/danielkhigay/gaz --skill agent-team-archived

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read and manage Claude Code sessions running inside WSL tmux from the Windows IDE, enabling quick context access, prompt delivery, and session orchestration across panes.

Core Features & Use Cases

  • Read context from existing WSL tmux sessions to inspect status and history.
  • Send prompts to a running Claude Code session to delegate work, trigger builds, or retrieve results.
  • Launch a new tmux session with agent teams that visually split panes to run multiple agents in parallel.
  • Resume or reattach to prior Claude Code conversations within tmux for continuity.

Quick Start

Use this skill to connect to a WSL tmux session and manage Claude Code panes from the Windows IDE.

Frequently Asked Questions about agent-team (archived)

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

FAQPage Schema
How do I control Claude Code sessions running in WSL tmux from a Windows IDE?

You can control Claude Code sessions in WSL tmux from a Windows IDE by using tmux commands like list-sessions, capture-pane, and send-keys to read session state, deliver prompts, and orchestrate multi-pane agent teams.

Can I run multiple Claude Code agents in parallel using tmux panes?

Yes, you can run multiple Claude Code agents in parallel by launching a new tmux session that visually splits panes, enabling simultaneous agent work and quick startup from your Windows IDE.

How do I resume a prior Claude Code conversation inside a tmux session?

You can resume a prior Claude Code conversation inside tmux using the skill's resume workflow, which reattaches to existing WSL tmux sessions to maintain conversation continuity and context history.

Does this tmux session management approach work with WSL and Windows IDEs?

Yes, this approach bridges WSL tmux and Windows IDEs, relying on tmux commands to read context and send prompts across environments, making it suited for developers working across Windows and WSL.

What tmux commands are used to manage Claude Code sessions from an IDE?

The skill uses tmux list-sessions to inspect available sessions, capture-pane to read context and status, and send-keys to dispatch prompts to running Claude Code instances within WSL.

Why is this Skill archived and what limitations should I expect?

This Skill is archived, meaning it is no longer actively maintained; users should expect potential compatibility limitations with newer WSL, tmux, or Claude Code versions when bridging sessions.