بنقرة واحدة
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/: