hub-coordinator

hub-coordinator is a skill for Claude Code from tweakoz/orkid. It costs 138 tokens per session (461 once invoked), scanned A, original, MIT.

A coordination role for the central agent in a multi-agent software project. It manages other agents, shared task plans, communication, and integration of their work.

In plain words
What is it for?
Use it to start or restore an agent fleet, assign work through task sets, route messages, and coordinate integration.
Why use it?
It gives a distributed team of coding agents one central place to organise tasks and combine changes.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Install

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.

agentmods
npx agentmods add skills/tweakoz/orkid/hub-coordinator
Any agent
npx skills add tweakoz/orkid --skill hub-coordinator
Clone the repo
git clone --depth 1 https://github.com/tweakoz/orkid

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hub-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/skills/tweakoz/orkid/hub-coordinator.svg)](https://agentmods.dev/skills/tweakoz/orkid/hub-coordinator)
Your own site
<a href="https://agentmods.dev/skills/tweakoz/orkid/hub-coordinator"><img src="https://agentmods.dev/badge/skills/tweakoz/orkid/hub-coordinator.svg" alt="Measured on agentmods" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 461 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00138 $0.00461
Opus 5 $0.00069 $0.00230
Sonnet 5 $0.00028 $0.00092
Haiku 4.5 $0.00014 $0.00046

Measured 4d ago against content hash 1c4799123c10, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

hub-coordinator 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 4d 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.

.claude/skills/hub-coordinator/SKILL.md · 27 lines

What it actually says

hub-coordinator — the integration seat

Two files, in this order, both mandatory:

  1. .claude/agents/hub-coordinator.md — Read IN FULL. The canonical role: agent graph, per-slice loop, laws, landing checklist, multi-coordinator doctrine, tasksets.
  2. BRINGUP.md (this folder) — if the owner's instruction was to start up or bring up/restore the fleet, EXECUTE it now, in full: hub plumbing (controller + mailbox + monitor), THEN fleet bringup from the active taskset's FLEET.json — YOU start the sub-coordinator claude sessions (screen, over ssh) and the worker nodes; nothing is owner-started by hand. Bringup and restore are the same procedure (owner jul30).

Also in this folder: COORDINATION_OPS.md (bus architecture, routing classes, node classes, division of control), TASKSET_FORMAT.md (taskset folder contract — hub-only; subs never load tasksets), fleet.schema.json (FLEET.json schema — the instance file lives in the active taskset, hostnames legal there only).

Wrong role? If this session was told to be a sub-coordinator under some hub, load sub-coordinator instead — this skill is for the ONE integration seat.

Fleet operation: the obtnet skill (controller side) and obtnet-node (node side).

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 4d ago First seen · 27 lines · 0 tokens per session scan A 1c4799123c10

Subscribe to this mod's changes

hub-coordinator is a skill published in the GitHub repository tweakoz/orkid (35 stars, last pushed 24d ago), licensed MIT. It adds 138 tokens to every session and 461 once invoked, about $0.0007 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-09-01.

Related

Other skills, from other repositories

host-pattern

Use when adding a new domain to Nuclear's plugin system, or implementing a host. Covers the host pattern (how player functionality is exposed to plugins), the host interface and API class structure, how hosts are implemented in the player, error handling conventions, and what files to create and modify. Trigger…

nukeop/nuclear · 86 tokens

creating-components

Use when creating new UI components in packages/ui. Covers component structure, tests, stories, and what to avoid.

nukeop/nuclear · 26 tokens

writing-docs

Use when writing or editing documentation in packages/docs. Covers Gitbook markdown syntax, special blocks, page structure, and the SUMMARY.md table of contents. Trigger phrases include "write docs", "add documentation", "docs page", "gitbook", "user manual".

nukeop/nuclear · 57 tokens

writing-plugins

Use when writing, scaffolding, or modifying Nuclear plugins. Covers plugin structure, manifest, entry point, provider types, available APIs, and publishing. Trigger phrases include "create a plugin", "write a plugin", "plugin scaffold", "streaming provider", "metadata provider".

nukeop/nuclear · 60 tokens

analyzing-linux-elf-malware

Analyze malicious Linux ELF binaries — botnets, cryptominers, ransomware, and rootkits targeting Linux servers, containers, and cloud infrastructure — through static analysis, dynamic tracing, and reverse engineering of x8664 and ARM samples. Use when investigating Linux malware, triaging a suspicious ELF binary…

mukul975/Anthropic-Cybersecurity-Skills · 82 tokens

analyzing-linux-kernel-rootkits

Detect kernel-level rootkits in Linux memory dumps using Volatility3 linux plugins (checksyscall, lsmod, hiddenmodules), rkhunter system scanning, and /proc vs /sys discrepancy analysis to identify hooked syscalls, hidden kernel modules, and tampered system structures.

mukul975/Anthropic-Cybersecurity-Skills · 65 tokens