What problem does it solve?
This Skill facilitates seamless cross-project communication between AI agents, enabling them to collaborate and respond to messages without human intervention.
Core Features & Use Cases
- Cross-Project Messaging: Send and receive messages between different projects' agents.
- Message Kinds: Choose from 'heads-up', 'question', and 'fyi' to determine the message's intent and handling.
- Thread Management: Maintain a conversation thread per message for clear and organized communication.
- Use Case: For example, if a backend project needs the frontend team to implement a new feature, an agent can send a 'heads-up' message directly to the frontend team's agent.
Quick Start
Send a message to the 'acme-web' project with the 'heads-up' kind and reference a PR with the command: /fno:mail send --to-project acme-web --kind heads-up --body "New region data source live in PR 112; web filters need a region column" --ref-pr 112.