Claude-skill-registry agent-communication

Use fmail for agent-to-agent messaging with team conventions.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agent-communication" ~/.claude/skills/majiayu000-claude-skill-registry-agent-communication && rm -rf "$T"
manifest: skills/data/agent-communication/SKILL.md
source content

Use

fmail
for agent-to-agent communication (not MCP agent mail).

  • Prefer a stable kebab-case agent name.
  • Register your agent name before sending messages.
  • Use direct messages or topic messages as needed.
  • Check logs and watch for replies when coordinating.

Reference:

references/fmail-quickref.md
.