tmux-team-creator

Bootstrap standardized multi-agent tmux teams using setup-team.sh templates.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/hungson175/shared-claude-config --skill tmux-team-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux-team-creator
Source: https://github.com/hungson175/shared-claude-config/tree/main/skills/tmux-team-creator
Command: npx skills add https://github.com/hungson175/shared-claude-config --skill tmux-team-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Tmux Team Creator skill provides structured templates and a ready-to-run setup for building autonomous, multi-agent teams that operate inside tmux. It helps users quickly bootstrap consistent team templates (e.g., light, Scrum, game-dev, McKinsey-style research, and P&G-style analytics), reducing setup time and human error.

Core Features & Use Cases

  • Template library with 4 sample teams (2 software development, 2 research) that can be customized for any domain.
  • Automated bootstrapping via setup-team.sh to initialize tmux sessions, panes, and agent roles.
  • Standardized workflows including prompts, WHITEBOARD, and setup scripts to accelerate onboarding.
  • Extensible references and templates for quick adaptation to new domains.
  • Use cases include rapidly creating AI teams for software projects, research engagements, and team experimentation.

Quick Start

Use the tmux-team-creator skill to bootstrap a sample team. For example, run the Scrum template: navigate to the sample_team/scrum-team directory and execute the setup script. Then attach to the created session with tmux attach -t scrum-team and interact with Claude Code across panes.

Frequently Asked Questions about tmux-team-creator

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

FAQPage Schema
How do I bootstrap a multi-agent team in tmux for software development?

You can bootstrap a multi-agent tmux team by navigating to a template directory like sample_team/scrum-team and running the setup-team.sh script. This automatically initializes tmux sessions, panes, and Claude Code agent roles for software development.

What templates are available for creating multi-agent Claude Code teams?

The available templates include four sample teams covering two software development setups like Scrum and game-dev, and two research setups like McKinsey-style and P&G-style analytics. These provide standardized prompts and automated setup workflows.

Do I need Claude Code installed to use tmux multi-agent templates?

Yes, you need Claude Code installed to use these tmux multi-agent templates. A functional tmux environment and the sample_team or templates directories must also be present to spawn paned sessions via the setup-team.sh script.

Can I customize a tmux team template for research workflows?

Yes, you can customize tmux team templates for research workflows. The skill provides extensible references and McKinsey-style research templates that can be adapted to new domains using standardized WHITEBOARD workflows and setup scripts.

How do I interact with agents after running the tmux setup script?

After running the setup-team.sh script, you interact with agents by attaching to the created session using the tmux attach -t command. You can then communicate with Claude Code across the different panes within that active session.