pair-watch
v0.5.0Supervised pair for coding agents, launched from one chat: the invoking chat is the read-only watcher and starts implementer sessions itself (tmux), verifies their reports against git, tests and session logs, and runs the review gates. Claude seats via SendMessage; Codex seats via native tmux launch, queue notifications and sequenced files, including Codex + Codex.
By inakaeggLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 pair-watch for Codex and Claude Code
codex plugin marketplace add inakaegg/pair-watch
codex plugin marketplace upgrade pair-watch
codex plugin add pair-watch@pair-watchPaste and run these commands in a terminal with Codex. They add and refresh the pair-watch catalog, then install this plugin.
Compatibility: the page URL and API slug “pair-watch” remain stable.
- Codex:
pair-watch@agent-plugin-marketplace→pair-watch@pair-watch
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/inakaegg/pair-watchClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pair-watch/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/pair-watch/SKILL.md
Included Skills1
Use to run a coding task as a supervised pair from one chat. The chat that invokes it becomes the read-only watcher; it launches one or more implementer sessions itself (real CLI sessions under tmux, each with its own model and effort), delivers their role briefs, verifies their reports against git, tests and their session logs, and runs the review gates. The user types "/pair-watch:pair-watch TASK" in one chat only. Japanese cues: 「並行体制で」「pairで」 「席を立てて」「実装席を起動して」. Options on the same line: "— seat: NAME" to use a session the user already opened instead of launching one; "— peer: Codex CLI" for a Codex implementer (file inbox/outbox + rollout audit; started from a Codex chat, another Codex chat can be the implementer). Not for solo work or in-chat subagent delegation.
Plugin manifests2
{
"name": "pair-watch",
"version": "0.5.0",
"description": "Supervised pair for coding agents, launched from one chat: the invoking chat is the read-only watcher and starts implementer sessions itself (tmux), verifies their reports against git, tests and session logs, and runs the review gates. Claude seats via SendMessage; Codex seats via native tmux launch, queue notifications and sequenced files, including Codex + Codex.",
"author": {
"name": "inakaegg"
},
"homepage": "https://github.com/inakaegg/pair-watch",
"repository": "https://github.com/inakaegg/pair-watch",
"license": "MIT",
"keywords": [
"pair",
"watcher",
"review",
"multi-agent",
"tmux",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "Pair-watch",
"shortDescription": "Supervised coding-agent pair started from one chat",
"longDescription": "The chat that invokes it becomes a read-only watcher that runs implementer seats, checks their reports against git, tests and session logs, and runs the review gates before anything is committed. Codex seats use sequenced inbox/outbox files and rollout audit, including Codex + Codex.",
"developerName": "inakaegg",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/inakaegg/pair-watch",
"defaultPrompt": [
"$pair-watch <one-line task> — peer: Codex CLI"
]
}
}{
"name": "pair-watch",
"description": "Supervised pair for coding agents, launched from one chat: the invoking chat is the read-only watcher and starts implementer sessions itself (tmux), verifies their reports against git, tests and session logs, and runs the review gates. Claude seats via SendMessage; Codex seats via native tmux launch, queue notifications and sequenced files, including Codex + Codex.",
"version": "0.5.0",
"author": {
"name": "inakaegg"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pair-watch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pair-watch)