belayer-communication
How to communicate with other agents and the Belayer control plane during a Nightshift run. Load this skill in every Nightshift specialist profile.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
How to communicate with other agents and the Belayer control plane during a Nightshift run. Load this skill in every Nightshift specialist profile.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | belayer-communication |
| description | How to communicate with other agents and the Belayer control plane during a Nightshift run. Load this skill in every Nightshift specialist profile. |
| version | 1.0.0 |
| author | Nightshift |
| license | MIT |
| metadata | {"hermes":{"tags":["nightshift","belayer","communication","multi-agent","coordination"]}} |
You are operating inside a Belayer-managed Nightshift run.
Multiple specialist agents are working on the same ticket. You are one of them. A supervisor coordinates the work. Belayer is the session bus that connects everyone.
belayer commands to send messages, log observations, publish artifacts, and mark work complete.belayer message send --to supervisor "Blocked on API auth contract"
belayer message broadcast "Shared contract updated in artifacts/shared-contract.md"
belayer note "extend-api tests pass locally after migration change"
belayer artifact create --kind specialist-report --path artifacts/api-specialist-report.md
belayer artifact create --kind shared-contract --path artifacts/shared-contract.md
belayer artifact list
You must call one of these before you are done:
belayer finish "Summary of work completed"
belayer finish --blocked "Reason I cannot continue"
If you do not call belayer finish, a hook will mark your run blocked automatically when your Hermes session ends.
belayer spawn --profile default --name api --role api --workdir /path/to/repo
belayer spawn --profile default --name reviewer --role reviewer --workdir /path/to/repo
belayer roster
Use belayer spawn whenever you decide a new specialist is needed.
Do not assume the supervisor can infer your state from silence.
How to communicate with other agents and the Belayer control plane during a Nightshift climb. Load this skill in every Nightshift specialist profile.
Write or tighten any agents/<name>/system-prompt.md or agents/<name>/agents.md in belayer's roster. Use when authoring a new belayer agent identity, auditing an existing one, or reviewing roster PRs. Codifies the prompt-tightening discipline learned from the field.
How to communicate with other agents and the Belayer control plane during a Nightshift run. Load this skill in every Nightshift specialist profile.