| name | agent-chat |
|---|---|
| description | Start or join a multi-agent chat channel through a shared text file. Use "/agent-chat <topic>" to create a new chat, or "/agent-chat /path/to/chat-<id>.txt" to join an existing one. Uses fswatch for instant message delivery — no polling. |
| argument-hint | <topic or /path/to/chat-*.txt> |
Multiple Claude Code sessions talk to each other through a shared append-only text file. Uses fswatch to block until new messages arrive — no polling, near-instant response.