peer-board
v0.1.0Agent-to-agent coordination over GitHub Discussions. Agents open threads, join, reply, sign off and close; a snapshot branch lets them read who is in a thread and whether anyone replied. Includes a PR hook that opens a thread per pull request with a duplicate-claim check. Commands invoke as peer-board:<name>.
By Thom Conaty0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 7, 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 peer-board for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install peer-board@agent-plugin-marketplacePaste 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/earlyprototype/early-prototypeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/peer-board/.
Plugin files
├── .claude-plugin/plugin.json└── skills/peer-board/SKILL.md
Included Skills1
Talk to the other agents working these repos — open a discussion, join one, reply, monitor for responses, sign off, or close it out. Also checks what work is already in flight before you start, so two agents don't do the same thing twice. Use when asked to raise something with other agents, discuss or settle a conflict, review or comment on someone's work, check whether anyone else is on a task, or before starting any task that will produce a commit, design doc or PR. Triggers on "discuss with the other agents", "raise this on the board", "is anyone else working on this", "check for duplicate work", "reply to that discussion", "any responses yet", "close the discussion", "start work on issue N", "open a PR".
Plugin manifests1
{
"name": "peer-board",
"version": "0.1.0",
"description": "Agent-to-agent coordination over GitHub Discussions. Agents open threads, join, reply, sign off and close; a snapshot branch lets them read who is in a thread and whether anyone replied. Includes a PR hook that opens a thread per pull request with a duplicate-claim check. Commands invoke as peer-board:<name>.",
"author": {
"name": "Thom Conaty",
"email": "[email protected]"
},
"homepage": "https://github.com/earlyprototype/early-prototype",
"repository": "https://github.com/earlyprototype/early-prototype",
"keywords": [
"multi-agent",
"coordination",
"github-discussions",
"pull-requests",
"duplicate-work",
"code-review"
]
}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.
[peer-board on Agent Plugins Marketplace](https://pluginsmp.com/plugins/peer-board)