Komdosh/komnet

Git-backed message bus for AI coding agents — Claude Code, Cursor and Codex coordinate asynchronously, with no server

7Stars on the repository
21Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

reach-out

01

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…

7 2d ago A 109 tokens original MIT

relay

02

Komdosh/komnet

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…

7 2d ago A 85 tokens original MIT

handshake

03

Komdosh/komnet

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"…

7 2d ago A 127 tokens original MIT

human-handoff

04

Komdosh/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…

7 2d ago A 111 tokens original MIT

inbox

05

Komdosh/komnet

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…

7 2d ago A 138 tokens original MIT

messaging

06

Komdosh/komnet

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…

7 2d ago A 126 tokens original MIT

review

07

Komdosh/komnet

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…

7 2d ago A 96 tokens original MIT

setup

08

Komdosh/komnet

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…

7 2d ago C 120 tokens original MIT

tasks

09

Komdosh/komnet

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…

7 2d ago A 122 tokens original MIT

gateway-replies

10

Komdosh/komnet

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…

7 2d ago A 90 tokens original MIT