ワンクリックで
swarm-mail
Coordinate with other agents using Swarm mail and file locking
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Coordinate with other agents using Swarm mail and file locking
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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/: