orchestrator-init

Initialize a tmux orchestrator project with PM and Developer agent windows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of initializing a new tmux orchestrator project, setting up the project's environment with PM and Developer agents.

Core Features & Use Cases

  • Project Initialization: Automates the creation of a new tmux session and agent windows.
  • Session Management: Handles the creation of a Tmux session and agent windows (PM at :1, Developer at :2).
  • User Briefing: Provides instructions on how to brief the PM with project requirements.
  • Progress Monitoring: Offers guidance on monitoring the project's progress.
  • Use Case: Perfect for software development teams looking to quickly set up a collaborative tmux environment.

Quick Start

Initialize a new orchestrator project with session name 'myproject' and directory path '/path/to/project'.

Frequently Asked Questions about orchestrator-init

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

FAQPage Schema
How do I initialize a tmux orchestrator project with PM and Developer agents?

This skill automates tmux session creation by setting up PM and Developer agent windows for collaborative software development. You provide a session name and directory path, and it configures the environment for project initialization.

What is a tmux orchestrator setup for software development?

A tmux orchestrator setup is a collaborative environment that automates project initialization by creating dedicated agent windows. It assigns a PM agent to window :1 and a Developer agent to window :2 within a single tmux session.

Do I need any dependencies to create a tmux orchestrator project?

You need tmux installed on your system to create a tmux orchestrator project. The skill itself has no external dependencies and relies entirely on scripts to generate the session and agent windows.

How do I brief the PM agent and monitor progress in a tmux orchestrator session?

After project initialization, the skill provides instructions on how to brief the PM agent with project requirements and offers guidance on monitoring the ongoing progress of your collaborative software development workflow.

Can I use this tmux orchestrator setup for existing software development projects?

Yes, you can use this tmux orchestrator setup for existing software development projects by specifying your current project directory path. It will establish a new tmux session and initialize PM and Developer agents for that workspace.