Agent Plugins Marketplace
← All plugins

master-of-panes

v1.0.0

Master of Panes — orchestrate parallel Claude Code dev sessions across tmux panes with state tracking, auto-cleanup, and slash commands.

Claude Code5 Skills1 MCP serverstdio

By Rajiv AyyangarLicense: MIT3 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install master-of-panes for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install master-of-panes@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/rajivpoddar/master-of-panes

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

master-of-panes/
├── .claude-plugin/plugin.json
├── skills/pane-assign/SKILL.md
├── skills/pane-handoff/SKILL.md
├── skills/pane-monitor/SKILL.md
├── skills/pane-setup/SKILL.md
├── skills/pane-status/SKILL.md
└── .mcp.json

Included Skills5

pane-assignskills/pane-assign/SKILL.md

Assign a task to a tmux dev pane. Usage /master-of-panes:pane-assign <pane> <task> [branch]

pane-handoffskills/pane-handoff/SKILL.md

Hand off a GitHub issue to a tmux dev pane — extract issue, git sync, assign state, send instructions. Usage /master-of-panes:pane-handoff <pane> <issue>

pane-monitorskills/pane-monitor/SKILL.md

Monitor a tmux dev pane — poll activity and report progress. Usage /master-of-panes:pane-monitor <pane> [goal]

pane-setupskills/pane-setup/SKILL.md

Configure the tmux pane manager — dev pane addresses, manager pane, state directory. Run once after installing the plugin.

pane-statusskills/pane-status/SKILL.md

Show the status of all tmux dev panes — occupancy, task, branch, and live activity.

MCP servers1

mopstdio
command
/Users/rajiv/.nvm/versions/node/v22.13.1/bin/node
args
/Users/rajiv/.claude/plugins/cache/rajiv-plugins/master-of-panes/current/dist/mcp.js
env.MOP_DB_PATH
/Users/rajiv/.claude/plugins/cache/rajiv-plugins/master-of-panes/1.0.0/data/mop.db

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "master-of-panes",
  "version": "1.0.0",
  "description": "Master of Panes — orchestrate parallel Claude Code dev sessions across tmux panes with state tracking, auto-cleanup, and slash commands.",
  "author": {
    "name": "Rajiv Ayyangar",
    "url": "https://github.com/rajivpoddar"
  },
  "license": "MIT",
  "repository": "https://github.com/rajivpoddar/master-of-panes",
  "keywords": [
    "tmux",
    "parallel-development",
    "dev-sessions",
    "orchestration",
    "pane-management"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[master-of-panes on Agent Plugins Marketplace](https://pluginsmp.com/plugins/master-of-panes)