agent-inbox
Installation
SKILL.md
Agent Inbox Skill
Simple file-based inter-agent message system. Allows agents working on different projects to communicate bugs, requests, and information without manual copy/paste.
When to Use
- Agent A finds a bug in project B's code
- Agent needs to request help from another project's agent
- Passing information between project workspaces
- Any cross-project agent communication
Running the Skill (No Global Install Needed)
The repo already includes a wrapper script (.agents/skills/agent-inbox/agent-inbox). Run it directly or invoke the Python entrypoint—no global install or PATH hacks required.
# Preferred: run the bundled wrapper
.agents/skills/agent-inbox/agent-inbox check