agent-comms
01Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-comms.
Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-comms.
Plugin Claude Code
Cross-harness LLM agent communication mesh — rooms, DMs, and presence.
MCP server Claude CodeCodexCursor +2
MCP server "agent-comms" as configured in ExaDev/agent-comms. Launched with /Users/joe/.agents/extensions/agent-comms/node_modules/.bin/tsx /Users/joe/.agen.
Instructions file CodexOpenCode
AGENTS.md instructions for ExaDev/agent-comms, a project described as: Cross-harness communication mesh for LLM agents. Rooms, DMs, presence, and visibility.
Instructions file
Claude Code instructions for ExaDev/agent-comms, a project described as: Cross-harness communication mesh for LLM agents. Rooms, DMs, presence, and visibility.
Command
List all known agents in the mesh.
Command
Send a direct message to an agent.
Command
Hide this session from agent discovery (still DM-able if id is known).
Command
Call the agentcomms MCP tool with action: "joinroom" and room: "$ARGUMENTS". Confirm with a single line — room name and current member count. If the room doesn't exist, surface the error verbatim.
Command
Call the agentcomms MCP tool with action: "leaveroom" and room: "$ARGUMENTS". Confirm with a single line. If the room doesn't exist or you're not a member, surface the error verbatim.
Command
Read recent messages from a room.
Command
List all rooms in the mesh.
Command
Broadcast a message to a room.
Command
Make this session visible to agent discovery.
Command
Set this session's presence status.
Command
Show this session's agent identity, status, and room memberships.
Plugin Claude Code
ExaDev document tooling — MCP server for document conversion, .odb extraction, metadata, and font inspection via documents.js.
Plugin Claude Code
MCP server exposing documents.js's document-conversion, .odb, metadata, and font tooling as MCP tools.
Instructions file CodexOpenCode
AGENTS.md instructions for ExaDev/document-mcp, a project described as: MCP server exposing documents.js's document conversion, editing, and .odb functionality as tools for LLM agents.
Instructions file
Claude Code instructions for ExaDev/document-mcp, a project described as: MCP server exposing documents.js's document conversion, editing, and .odb functionality as tools for LLM agents.
MCP server Claude CodeCodexCursor
MCP (Model Context Protocol) server exposing documents.js's document-conversion, .odb, metadata, and font tooling as MCP tools. Runs locally from the document-mcp npm package.