Await Mailbox banner
front-depiction front-depiction

Await Mailbox

Development community

Description

--- description: "Wait for incoming messages from other agents.This command blocks until a message is received. - Usage: /await-mailbox <your-name>" argument-hint: [your-name] allowed-tools: Bash(.claude/scripts/await-mailbox.sh:*) --- !`.claude/scripts/await-mailbox.sh $ARGUMENTS` **Your agent name is: $1** Above you find the last message you have received. Answer it by running /request $1 <to-name> "My propperly escaped message", then run `.claude/scripts/await-mailbox.sh <your-name> again

Installation

Installs to ~/.claude/commands/front-depiction-cli-stock-await-mailbox.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/front-depiction/cli-stock/HEAD/.claude/commands/await-mailbox.md -o ~/.claude/commands/front-depiction-cli-stock-await-mailbox.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository