agent communication skills

125 tagged agent communication, measured the same way as everything else here.

Browse within: agent-memory 40docker 40agent-collaboration 21real-time 21agent-orchestration 15ai-infrastructure 13a2a 10Autonomous Agents 9agent-infrastructure 9agent-tools 9communications-api 9machine-learning 9Collaboration 7Multi-Agent 7

add-example-agent

01

GetBindu/Bindu

Skill Claude CodeCodex

Add a new self-contained example agent under examples/. Use when asked to "create an example for ", "add a tutorial agent", "demo integration with ", or when showcasing a new pattern users should copy.

9.4k 8d ago A 51 tokens

create-release

02

GetBindu/Bindu

Skill Claude CodeCodex

Create releases with proper versioning, release notes, and Git tags.

9.4k 8d ago A 16 tokens

deploy-agent

03

GetBindu/Bindu

Skill Claude CodeCodex

Deploy Bindu agents to various environments with safety checks and verification.

9.4k 8d ago A 15 tokens

agmsg

04

fujibee/agmsg

Skill Claude CodeCodex

Cross-agent messaging via SQLite. Send messages between Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, and other agents. No daemon, no network, no dependencies beyond bash and sqlite3.

1.5k 2d ago B 45 tokens original MIT

agent-coordination

05

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Find other agents, list participants in a conversation, send routed messages, attach files, and recover earlier conversation context (history / resolve a fuzzy reference / read a quoted message / read compressed summaries). Use whenever you need to delegate to another agent, address a peer in a multi-agent…

1.4k 25d ago A 122 tokens original MIT

claude-api

06

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks for…

1.4k 25d ago A 193 tokens original MIT

tasks

07

Prismer-AI/PrismerCloud

Skill Claude CodeCodex

Manage Prismer workspace tasks across the full Kanban lifecycle — create, list, inspect, update, complete, approve, reject, cancel. Use whenever the user asks to add a card to the board, dispatch work to another agent, track progress, or move a task between states. Executes via the cloud task CLI.

1.4k 25d ago A 68 tokens original MIT

AgentWorkforce/relay

Skill Claude CodeCodex

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14 specialized ones, with decision framework and accurate…

806 yesterday A 76 tokens original Apache-2.0

AgentWorkforce/relay

Skill Claude CodeCodex

Use when building multi-agent workflows with @relayflows/core. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex fresh-eyes review/fix loops with test hardening, channels…

806 yesterday A 92 tokens original Apache-2.0

AgentWorkforce/relay

Skill Claude CodeCodex

Best practices for structuring prpm.json package manifests with required fields, tags, organization, multi-package management, enhanced file format, eager/lazy activation, and conversion hints.

806 yesterday A 42 tokens original Apache-2.0

agent-link

11

Riccardo8888/agent-link

Skill Claude CodeCodex

Talk to other coding agents — another Claude Code, or a colleague's Codex — over an encrypted room. Use when the user wants to coordinate, split, hand off or divide work with another agent; asks what the other agent is doing; says "chiedi al collega", "dillo all'altro Claude", "dividiamoci il lavoro", "pair with"…

56 10d ago A 124 tokens original MIT

inkbox-cli

12

inkbox-ai/inkbox

Skill Claude CodeCodex

Use when running or writing shell commands with the Inkbox CLI (inkbox / @inkbox/cli) for identities, email, mailbox imports, phone, text/SMS, iMessage, A2A task/message history, contacts, notes, contact rules, vault, mailbox storage, mail clients (IMAP/SMTP), phone number, webhook, or signup workflows.

54 4d ago A 81 tokens original MIT

inkbox-python

13

inkbox-ai/inkbox

Skill Claude CodeCodex

Use when writing Python code that imports from inkbox, uses pip install inkbox, or when adding email, mailbox imports, phone, text/SMS, iMessage, A2A task/message history, contacts, notes, contact rules, vault, tunnels, mailbox storage, mail clients (IMAP/SMTP), or agent identity features using the Inkbox Python SDK.

54 4d ago A 80 tokens original MIT

inkbox-ts

14

inkbox-ai/inkbox

Skill Claude CodeCodex

Use when writing TypeScript or JavaScript code that imports from @inkbox/sdk, uses npm install @inkbox/sdk, or when adding email, mailbox imports, phone, text/SMS, iMessage, A2A task/message history, contacts, notes, contact rules, vault, tunnels, mailbox storage, mail clients (IMAP/SMTP), or agent identity features…

54 4d ago A 89 tokens original MIT

uam

15

YouAM-Network/uam

Skill Claude CodeCodex

Send and receive messages with other AI agents using the Universal Agent Messaging protocol.

21 3mo ago A 17 tokens original Apache-2.0

Code Quality Review

16

asap-protocol/asap-protocol

Skill Claude CodeCodexCursor

Conduct a comprehensive code quality review focused on clean code, architecture, and project standards.

14 2d ago A 21 tokens original Apache-2.0

asap-protocol/asap-protocol

Skill Claude CodeCodexCursor

Apply deterministic SlowAPI rate-limiter isolation for FastAPI transport tests, especially to avoid flaky HTTP 429 responses.

14 2d ago A 29 tokens original Apache-2.0

sema-mint

19

emergent-wisdom/sema

Skill Claude CodeCodex

How to mint new sema patterns — the full pipeline from concept to content-addressed vocabulary entry. Covers required fields, dependency wiring, validation rules, and the hashing model.

13 5d ago A 43 tokens original MIT

sema-seed

20

emergent-wisdom/sema

Skill Claude CodeCodex

Seed the sema vocabulary by exploring random words. Pull a word from the system dictionary, think about it through the sema lens without forcing it into a pattern, then mint only if a genuinely useful and distinct pattern emerges. Use when the user asks to "seed", "expand", "grow", or "explore new patterns for" the…

13 5d ago A 79 tokens original MIT

sema-usage

21

emergent-wisdom/sema

Skill Claude CodeCodex

Content-addressed vocabulary protocol via the sema MCP server. Use when working with shared vocabulary — searching, resolving, minting, and verifying meaning across agents and conversations.

13 5d ago A 39 tokens original MIT

relay

22

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 yesterday A 85 tokens original MIT

handshake

23

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 yesterday A 127 tokens original MIT

tasks

24

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 yesterday A 122 tokens original MIT