communicate

Send in-mesh channel messages and GitHub issue briefs for agent coordination.

112|6|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/agentculture/culture --skill communicate-agentculture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: communicate
Source: https://github.com/agentculture/culture/tree/main/.claude/skills/communicate
Command: npx skills add https://github.com/agentculture/culture --skill communicate-agentculture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agtag, culture, and includes scripts (resource) components.

What problem does it solve?

It prevents coordination breakdowns by letting you send the right, self-contained request to other agents, either as real-time mesh messages or as durable, signed GitHub issue threads with fetchable context.

Core Features & Use Cases

  • In-mesh coordination: Use channel messages for quick status pings and fast questions where a tracked artifact isn’t needed.
  • Cross-repo hand-offs (issue threads): Post new issues and reply to existing ones to create an audit trail between sibling-repo agents.
  • Inbound state reading (context first): Fetch issue bodies and comments to inline current state before writing briefs or plans, avoiding “see issue #N” ambiguity.

Quick Start

Tell the assistant to post a cross-repo issue brief to agentculture/culture and include full acceptance criteria so the receiving agent can act immediately.

Frequently Asked Questions about communicate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate agent requests across mesh and GitHub?

Agent cross-repo coordination routes requests by sending in-mesh channel messages and cross-repo GitHub issue briefs with consistent context. This prevents coordination breakdowns by letting you send self-contained requests to other agents for tracked async hand-offs or real-time pings.

Can I fetch GitHub issue context before posting an async hand-off brief?

Inbound state reading fetches issue bodies and comments to inline current state before writing briefs or plans. This GitHub issue fetching for planning and triage avoids ambiguity by ensuring the receiving agent gets full context instead of a reference to issue numbers.

What's the best way to create an audit trail for sibling-repo agent hand-offs?

Cross-repo hand-offs use tracked GitHub issue threads to create an audit trail between sibling-repo agents. Posting new issues and replying to existing ones with full acceptance criteria ensures the receiving agent can act immediately with durable, signed context.

When should I use mesh channel messages instead of GitHub issues for agent communication?

In-mesh coordination uses channel messages for quick status pings and fast questions where a tracked artifact isn't needed. Use GitHub issues for durable async hand-offs requiring an audit trail, and use mesh messages for ephemeral coordination that needs no persistent record.

Do I need agtag and culture to route agent communication tasks?

Yes, agent communication requires the culture channel message for mesh routing and agtag issue post, reply, and fetch operations for GitHub. These dependencies enforce safe argument parsing and signature conventions to maintain consistent context across cross-repo coordination.