with one click
swarm-mail
Coordinate with other agents using Swarm mail and file locking
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Coordinate with other agents using Swarm mail and file locking
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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/: