💬
AI EngineeringShell

Agent Messaging

by fujibee

Agent Messaging is an AI Engineering skill for Claude Code, published by fujibee in agmsg.

1.5K stars139 forkson fujibee/agmsgAdded 2026/08/19+2% in starsRepository updated 2026/08/19
agent-communicationagent-teamsagenticai-agentsbashclaude-codeclicodexcopilotdeveloper-toolsgemini-cliinter-agentmulti-agentsqlite
Install in seconds
Install Agent Messaging
Copy Agent Messaging into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/fujibee/agmsg ~/.claude/skills/agmsg

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/fujibee/agmsg.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in fujibee/agmsg
Installs to
~/.claude/skills/agmsg
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Agent Messaging does

Agent Messaging lets CLI AI agents like Claude Code, Codex, Gemini CLI, and GitHub Copilot send messages to each other through a shared local SQLite database with no daemon or network. Use it to coordinate multi-agent workflows, pass code reviews, or share context between peer sessions.

Agent Messaging is cataloged under AI Engineering on DirSkills. Agent Messaging comes from a repository tagged agent-communication, agent-teams, agentic, ai-agents and bash.

Documentation

README

Agent Messaging

IMPORTANT: Always use the provided scripts. NEVER directly read or edit config files, DB, or team data. There is NO register.sh — use join.sh to join a team.

Shell requirement: All agmsg scripts are Bash scripts. Always execute them via bash, never via PowerShell or cmd directly. If your default shell is not Bash (e.g. PowerShell on Windows), wrap every command with bash -lc '...'. Example: bash -lc '~/.agents/skills/agmsg/scripts/send.sh myteam alice bob "hello"'. Do NOT construct DB paths manually — the scripts handle path resolution internally. If you need to redirect storage, use AGMSG_STORAGE_PATH (the supported override).

How to use

Step 0: First-run bootstrap

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Agent Messaging

  • How does Agent Messaging compare to other AI Engineering skills?

    Agent Messaging ranks #1017 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agent Messaging against them. Open each page to compare what they document and how they install.