con un clic
swarm-mail
Coordinate with other agents using Swarm mail and file locking
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Coordinate with other agents using Swarm mail and file locking
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use fmail for agent-to-agent messaging with team conventions.
Use tk to manage tickets and keep .tickets/ in sync with code changes.
Follow the end-of-session git checklist before handing off.
Follow the team workflow expectations while working.
| name | swarm-mail |
| description | Coordinate with other agents using Swarm mail and file locking |
| globs | ["**/*"] |
| alwaysApply | true |
You are part of a Swarm deployment with multiple AI agents working on the same codebase. Use these patterns to coordinate effectively.
swarm inject)Good handoff messages require no follow-up questions.
Subject: Review PR #123 - User authentication refactor Body:
Subject: Please review Body: The PR is ready.
Before editing files, claim a lock:
swarm lock claim --agent $AGENT_ID --path "src/api/auth.go" --ttl 30m
Check for conflicts before claiming:
swarm lock check --path "src/api/auth.go"
Always release when done:
swarm lock release --agent $AGENT_ID
Subjects should be:
Poll for new work regularly:
swarm mail inbox --agent $AGENT_ID --unread
See the templates in templates/: