Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/hogancv/coordinate-agents/coordinate-setupnpx skills add hogancv/coordinate-agents --skill coordinate-setupgit clone --depth 1 https://github.com/hogancv/coordinate-agentsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00040 | $0.00886 |
| Opus 5 | $0.00020 | $0.00443 |
| Sonnet 5 | $0.00008 | $0.00177 |
| Haiku 4.5 | $0.00004 | $0.00089 |
Grade A, and why
coordinate-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Coordinate Setup
Use this skill for first-run onboarding. Use the Coordinate Agents MCP tools
for normal setup operations; do not generate a shell command for the user.
The Plugin bundles the Runtime, but coordinate-agents is not guaranteed to be
on PATH.
Normal MCP operations:
coordinate_agents_setup_discover
coordinate_agents_setup_configure
Only if MCP is unavailable, or if the user explicitly requests debugging, let
<skill-dir> be the absolute directory containing this loaded SKILL.md and
use the bundled fallback. The following shell syntax is not the normal Plugin
path:
node "<skill-dir>/../coordinate-agents/scripts/runtime-entry.mjs" ...
For the normal Plugin path, call coordinate_agents_setup_discover with
{ "root": "<repository>" } before changing configuration. The equivalent
fallback/debug invocation is:
node "<skill-dir>/../coordinate-agents/scripts/runtime-entry.mjs" setup --root "<repository>" --json
It checks codex, claude, agy, agy-proxy, and gemini by resolving the
actual executable. It reports unavailable commands and distinguishes
detected-but-not-configured agents. Detection never writes configuration.
The response also includes the additive adapters registry snapshot with each
registered identity, Contract version, capabilities, and configured Agent
facts. A trusted external adapter is represented without launching it; when an
external Agent is already configured, discovery uses only that adapter's
Contract-defined detect() operation for availability facts.
When the user chooses an agent, inspect its native help and perform one
high-level setup transaction through coordinate_agents_setup_configure. It
writes the machine-specific executable to
~/.coordinate-agents/config.json, registers/updates the project Agent,
assigns the workflow role, checks executable availability, and returns READY
facts. Do not manually compose config set, agent add, workflow editing,
and doctor calls:
An explicitly registered external adapter can be selected with its exact
identity through the same operation. The returned adapters snapshot is
additive and keeps Agent identity, Adapter identity, and executable identity
separate. An unavailable or incompatible adapter fails before either the user
configuration or project workflow transaction is committed, and the Runtime
rolls back any partial setup changes.
Fallback/debug syntax only:
node "<skill-dir>/../coordinate-agents/scripts/runtime-entry.mjs" setup configure \
--agent antigravity --command agy-proxy --adapter antigravity-cli \
--role implementer --root "<repository>" --json
For a generic CLI, pass an explicit argument template containing {prompt}
after checking that CLI's own --help; otherwise Runtime returns
UNSUPPORTED_CAPABILITY rather than claiming that executable detection means
adapter compatibility:
node "<skill-dir>/../coordinate-agents/scripts/runtime-entry.mjs" setup configure \
--agent claude --command claude --adapter generic-cli \
--args '["--print","{prompt}"]' --role implementer \
--root "<repository>" --json
User configuration is stored outside the plugin at
~/.coordinate-agents/config.json (Windows: C:\Users\<username>\.coordinate-agents\config.json).
An explicit project command in .agent-bus/config.json takes precedence over
the user file. Setup configure does not write the selected machine path to
project config unless a project override already exists; it refuses to replace
an existing explicit project command. Agent identity, Adapter, and executable
remain separate, so antigravity may use agy-proxy without falling back to
agy.
The selected command is also the persistent Session executable. The Runtime uses structured argument arrays, bounded PTY I/O, and only the configured project root; it does not control a Codex App terminal panel or another desktop window.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 97 lines · 40 tokens per session scan A b2473b4cfcce
coordinate-setup is a skill published in the GitHub repository hogancv/coordinate-agents (101 stars, last pushed 3d ago), licensed MIT. It adds 40 tokens to every session and 886 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
bcs-coordination
全场景多智能体协同和交互引擎。覆盖多Bot复杂任务协同与沉浸式娱乐互动。通过提供注册发现、群组构建、上下文融合及路由通信能力等核心能力,支持能力互补、信息和知识的融合、冲突消解、工作流编排,以及2C场景下多人游戏互动等。.
bbs-relay-pickup
被唤醒时从 task API 发现 BBS 升级任务、CAS 占根、自判剩余、挂节点、执行、经回投写回.
bcs-coordination
全场景多智能体协作和交互引擎。覆盖 Bot 注册发现、自由聊天、任务协作、上下文融合、路由通信和自定义协作。用户需要自定义参与角色、执行步骤、串并行关系或最终交付物时,使用自定义协作能力,并通过 BCS 的 statemachine YAML 实现和校验。.
task-planning-arch
计算任务 gap 并产出下一步可执行子任务 List[TaskSpec];gap 已闭返回空数组。对齐 arch 场景(架构师名册/技术栈概览/双视角分析)确定式分解——按根目标交付物集合 + donechildren 查表(参照 task-planning storage 特例,非自由 LLM 分解)。.
task-search
在框架预查的候选 bot 集里决出执行者(who)与协作方式(how),返回 4 态 SearchResult(HITSINGLE/HITGROUP/HITMULTIBOTS/MISS)。对齐案例剧本确定式映射。.
task-planning
计算任务 gap 并产出下一步可执行子任务 List[TaskSpec];gap 已闭返回空数组。对齐案例剧本 gwqie46v7hzr1w6h(存储行业尽调)确定式分解。.