orchestrator-deploy

Deploy JSON-based team configurations in Tmux sessions using Claude Code.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/marcospmail/claude-code-plugins --skill orchestrator-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator-deploy
Source: https://github.com/marcospmail/claude-code-plugins/tree/main/plugins/yato/skills/orchestrator-deploy
Command: npx skills add https://github.com/marcospmail/claude-code-plugins --skill orchestrator-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the deployment of a custom team configuration within a Tmux session, streamlining the process of setting up a development environment.

Core Features & Use Cases

  • Custom Team Deployment: Deploy a team of agents based on a JSON configuration file.
  • Tmux Session Management: Works within a Tmux session, allowing for parallel development and management.
  • Use Case: For a project manager who needs to quickly set up a team of developers with specific roles and names, this Skill automates the process of starting Claude instances in a Tmux session.

Quick Start

Deploy a team from the 'team-config.json' file in the current Tmux session by running the command: 'orchestrator-deploy session:<session-name> path:<path-to-project> config:<path-to-config-file>'

Frequently Asked Questions about orchestrator-deploy

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

FAQPage Schema
How do I deploy a custom team configuration in a Tmux session using Claude Code?

To deploy a team configuration in a Tmux session, run the orchestrator-deploy command with your session name, project path, and JSON config file path. This automates starting multiple Claude Code instances for parallel development.

What is a JSON-based team definition for parallel development?

A JSON-based team definition is a configuration file that specifies agent roles and names. It allows the deployment tool to automatically provision and manage multiple Claude Code instances within a Tmux session.

Do I need a valid Tmux session to deploy a team of Claude Code agents?

Yes, a valid Tmux session is required to deploy a team of Claude Code agents. The tool integrates directly with Tmux to manage the parallel development windows and handle the JSON-based team configuration deployment.

How do I set up a development environment with multiple agents from a JSON file?

You can set up a multi-agent development environment by executing the deploy command with your session, project, and config parameters. The script parses the JSON file and initializes the specified agents in Tmux panes.

Can I use this tool to manage parallel development for a project manager role?

Yes, project managers can use this tool to quickly set up a team of developers with specific roles and names. It automates the process of starting Claude instances in a Tmux session based on a JSON configuration.