원클릭으로
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/: