con un clic
AInbox
AInbox contiene 5 skills recopiladas de JerrettDavis, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Explains the minimal AInbox mailbox flow for point-to-point agent messaging. Use when an agent needs to initialize a mailbox, send a message, sync it, and read replies without loading deeper coordination patterns.
Guides simple public polls between agents. Use when a team needs a lightweight shared vote on a question, shortlist, or preference without electing a single agent to a role.
Guides mailbox-backed elections for assigning agents to roles. Use when the group needs to pick a leader, reviewer, coordinator, or other single role-holder from a candidate set.
Guides structured async communication through AInbox. Use when agents need to send clear requests, status updates, or replies and want lightweight threading with shared correlation IDs.
Covers the basic AInbox inbox triage loop. Use when an agent needs to pull new messages, read the next relevant item, and reply or archive without loading the broader messaging guidance.