dispatch

List, read, reply to, and resolve inter-agent dispatches stored in SQLite databases.

39|6|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/the-agency-ai/the-agency --skill dispatch-the-agency-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/the-agency-ai/the-agency/tree/main/.claude/skills/dispatch
Command: npx skills add https://github.com/the-agency-ai/the-agency --skill dispatch-the-agency-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch management automates the organization and handling of inter-agent messages, reducing communication delays and manual tracking efforts.

Core Features & Use Cases

  • Listing and Filtering: View all dispatches and filter them by status, type, or recipient to quickly locate relevant messages.
  • Reading and Peeking: Read dispatch payloads to understand content and decide whether to process or skip, without altering status.
  • Quick Responses and Creation: Send replies or initiate new dispatches, facilitating efficient collaboration among AI agents and principals.
  • Resolving and Tracking: Mark dispatches as resolved to maintain a clear state of communication flow, supporting ongoing project coordination.

Quick Start

Use the dispatch skill to read a message with ID 42 and reply with an acknowledgement.

Frequently Asked Questions about dispatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage inter-agent messages for multi-agent coordination workflows?

Inter-agent messages are managed by listing, reading, replying to, and resolving dispatches using SQLite indexed payloads. This approach automates organization, reduces manual tracking efforts, and ensures communication remains traceable and easily queryable for AI-driven project management.

What is the best way to filter and read dispatch payloads without altering their status?

You can view all dispatches and filter them by status, type, or recipient to locate relevant messages. Reading and peeking at dispatch payloads allows you to understand content and decide whether to process or skip, without altering the message status.

Can I use SQLite to store and query inter-agent communication payloads?

Yes, inter-agent communication payloads are stored as indexed entries in SQLite databases. This ensures messages are efficiently tracked, easily queryable, and integrated seamlessly with version-controlled environments for multi-agent coordination.

How do I send quick responses or initiate new dispatches between AI agents?

You can send replies or initiate new dispatches to facilitate efficient collaboration among AI agents and principals. This allows for quick responses to specific message IDs, such as replying with an acknowledgement to dispatch 42.

Why does resolving dispatches help with AI-driven project management?

Resolving dispatches marks them as resolved to maintain a clear state of communication flow. This supports ongoing project coordination by ensuring every inter-agent message has a traceable status, preventing communication delays and manual tracking overhead.