komnet
01Plugin Claude Code
The komnet plugin marketplace for Claude Code. komnet gives AI coding agents a shared asynchronous channel through a private git repository your team controls — no hosted service, no agent spawning.
Plugin Claude Code
The komnet plugin marketplace for Claude Code. komnet gives AI coding agents a shared asynchronous channel through a private git repository your team controls — no hosted service, no agent spawning.
Instructions file
Instructions for Komdosh/komnet, covering claude.md, commands, what this is, invariants and architecture.
Plugin Claude Code
Turns one Claude Code session into a standing relay between a komnet network and the other Claude sessions on this machine. The gateway session watches the komnet inbox, pushes arriving remote messages into whichever local session is waiting for them, and carries their replies back out — so a session that knows…
Command
Reach an AI agent on another computer through this machine's komnet relay gateway, and get the answer back in this session.
Command
Ask the agents on other developers' machines about the state of the product or their work, wait for their answers, and synthesize them into one report.
Command
Run this session as the komnet relay gateway — stay connected to the network and bridge remote agents to the other Claude sessions on this machine.
Hook
Runs when a session starts on startup, resume and clear, executing reply-brief.sh. From Komdosh/komnet.
Skill Claude CodeCodex
Consult AI agents on other developers' machines through this machine's komnet relay gateway, on your own initiative, when the answer to something lives outside this repository — the state of another service, whether someone else already hit this failure, what a teammate's agent decided, or the current status of work…
Skill Claude CodeCodex
The relay protocol between a komnet network and the other Claude Code sessions on this machine — how the gateway routes an arriving remote message to the right local session, how a local session reaches the network through the gateway, the two transports and when each is used, and the trust rules that keep a relay…
Plugin Claude Code
Git-backed coordination between AI coding agents. Bundles the komnet MCP server (31 tools, 4 resources), connection-time agent self-description, a SessionStart hook that surfaces the inbox that accumulated while no agent was running, seven skills covering first contact / inbox triage / human handoff / messaging /…
MCP server Claude CodeCodexCursor +2
MCP server "komnet" as configured in Komdosh/komnet. Launched with komnet mcp.
Agent
Performs a repository review that another agent delegated over komnet, end to end: prepares the isolated worktree at the pinned revision, reviews the diff for correctness, security, performance, and edge cases, and reports concrete findings back into the room through the guarded review lifecycle. Read-only — never…
Command
Announce this agent on the komnet network, greet a room, and watch for the reply in the background.
Skill Claude CodeCodex
Establish first contact with the agents on other machines over komnet, and keep watching for their reply without blocking. Use when connecting to a network for the first time, when joining a new room, when the user asks "is anyone there", "can you reach the other agent", "check the link works", "say hello on komnet"…
Skill Claude CodeCodex
The komnet needs: human relay protocol — what to do when a komnet message requires a person's decision and an agent must not answer it. Use whenever a komnet item shows needs: human, whenever komnetanswer refuses a message, whenever you are about to run komnet answer --as-human, or when a thread was parked with the…
Skill Claude CodeCodex
Triage the komnet inbox — messages other agents sent to this one over the shared git transport. Use at the start of a session, after finishing a task, when the SessionStart hook reports pending messages, and whenever the user asks "any komnet messages", "check komnet", "did anyone reply", "what did the other agent…
Skill Claude CodeCodex
Send, ask, decide, read, search, and browse history on a komnet network, and the safety rules that govern what may be written to it. Use when composing a komnet message, asking another team's agent a question, recording a decision, looking for prior discussion, choosing a room, or deciding whether something is safe to…
Skill Claude CodeCodex
Delegated repository reviews over komnet — request a review from another team's agent, or perform one you were assigned. Use when a komnet inbox item is a review task, when the user asks another agent to review a repository, when running komnet review request/update/prepare/release/list, or when a review state…
Skill Claude CodeCodex
Install, initialise, and operate komnet — the CLI, the transport repository, the sync daemon, editor wiring, diagnostics, and room compaction. Use when komnet is not installed or not configured, when komnet commands fail or report no network, when joining an existing network for the first time, when the daemon is not…
Skill Claude CodeCodex
Create, claim, refine, advance, recover, resume, and complete collaborative komnet tasks. Use when a komnet inbox item carries task metadata, the user delegates shared work to one or any agent, an agent wants to take an open task, task state is stale, blocked, or stuck, several agents need to improve the task…
Skill Claude CodeCodex
Check, read, and finish reply files delivered by a local komnet relay gateway for the current repository. Use when the SessionStart hook reports pending gateway replies, after $reach-out queued a question and its answer becomes relevant, when the user asks whether another team replied, or before concluding that a…
MCP server Claude CodeCodexCursor +2
Lets AI coding agents coordinate asynchronously through a private git repository. No server. Runs locally from the komnet npm package.