Agent Plugins Marketplace
All plugins

agent-pair

v0.1.0

Multi-agent pair programming through terminal multiplexer panes.

Codex1 Skill

By cproLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 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 agent-pair for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-pair@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/C-Pro/agent-pair

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

agent-pair/
├── .codex-plugin/plugin.json
└── skills/pair-agentic-programming/SKILL.md

Included Skills1

pair-agentic-programmingskills/pair-agentic-programming/SKILL.md

Conduct a real-time pair-programming session with a read-only peer through agent-pair and a terminal multiplexer. Use for complex implementation, architecture review, or collaborative debugging.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "agent-pair",
  "version": "0.1.0",
  "description": "Multi-agent pair programming through terminal multiplexer panes.",
  "author": {
    "name": "cpro",
    "url": "https://github.com/C-Pro"
  },
  "homepage": "https://github.com/C-Pro/agent-pair",
  "repository": "https://github.com/C-Pro/agent-pair",
  "license": "MIT",
  "keywords": [
    "pair-programming",
    "multi-agent",
    "tmux",
    "zellij",
    "herdr",
    "agy",
    "opencode",
    "claude",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Agent Pair",
    "shortDescription": "Pair with a read-only coding agent.",
    "longDescription": "Launch a read-only peer in a multiplexer pane for real-time pair programming.",
    "developerName": "cpro",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://github.com/C-Pro/agent-pair",
    "defaultPrompt": [
      "Start a read-only peer review for this task."
    ]
  }
}

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

[agent-pair on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-pair)