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 skills add miopea/swarm-legacy --skill swarm-coordinategit clone --depth 1 https://github.com/miopea/swarm-legacyWrote 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.
[](https://agentmods.dev/skills/miopea/swarm-legacy/swarm-coordinate)<a href="https://agentmods.dev/skills/miopea/swarm-legacy/swarm-coordinate"><img src="https://agentmods.dev/badge/skills/miopea/swarm-legacy/swarm-coordinate/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/miopea/swarm-legacy/swarm-coordinate"><img src="https://agentmods.dev/badge/skills/miopea/swarm-legacy/swarm-coordinate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.00513 |
| Opus 5 | $0.00023 | $0.00257 |
| Sonnet 5 | $0.00009 | $0.00103 |
| Haiku 4.5 | $0.00005 | $0.00051 |
Grade A, and why
swarm-coordinate 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 12d 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.
This is a copy
86% identical to file-organizer-skill-hardened — 68 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
/swarm-coordinate — Suggest a delegation
Survey the swarm and recommend where pending work could go. Advisory only — this skill never creates or dispatches tasks. Cross-worker task creation is reserved for the operator and the Queen.
Workflow
-
Call
mcp__swarm__swarm_task_statuswithfilter="all"to see the full board state. Note each worker's current task (if any). -
Call
mcp__swarm__swarm_task_statuswithfilter="unassigned"to see the queue of queen-eligible work. -
Optionally call
mcp__swarm__swarm_check_messagesif peer warnings or findings would change a delegation choice. -
Identify:
- Idle workers — peers in
RESTING/SLEEPINGwith noACTIVEtask. - Open tasks — tasks in
UNASSIGNED/ASSIGNEDwaiting for a worker.
- Idle workers — peers in
-
Output a tight delegation suggestion as plain text. Use this shape:
Idle workers: <list, or "none"> Pending tasks: <list with task numbers + short titles, or "none"> Suggested delegations: - Send task #<N> "<title>" to <worker> — <one-line reason> - Send task #<M> "<title>" to <worker> — <one-line reason>If there are no idle workers OR no pending tasks, say so plainly and stop.
Constraints
- Never call
mcp__swarm__swarm_create_taskfrom this skill. Cross-worker dispatch crosses the Queen-only authority boundary. - Suggestions must reference real task numbers and real worker names — never invent.
- If the operator wants to act on a suggestion, they invoke
swarm_create_taskthemselves, or the suggesting worker uses/swarm-handoff <worker> <description>. - Output is text only; no side effects, no PTY injections, no messages sent.
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.
- 12d ago First seen · 40 lines · 46 tokens per session scan A 8991a5f66250
swarm-coordinate is a skill published in the GitHub repository miopea/swarm-legacy (9 stars, last pushed 13d ago), licensed MIT. It adds 46 tokens to every session and 513 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to file-organizer-skill-hardened, differing in 68 lines, and is treated as a copy.
Other skills, from other repositories
oma-pm
Product manager that decomposes requirements into actionable tasks with priorities and dependencies. Use for planning, requirements, specification, scope, prioritization, task breakdown, and ISO 21500, ISO 31000, or ISO 38500-aligned planning recommendations.
oma-coordination
Guide for coordinating PM, Frontend, Backend, Mobile, and QA agents on complex projects via CLI. Use for manual step-by-step coordination and workflow guidance.
mission-orchestrator
Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.
summon
Autonomous orchestrator for manifest work items through the development lifecycle. Use when running egregore to process a backlog automatically.
kanban-tui
Comprehensive kanban board and task management via ktui CLI. Use for project tracking, todo lists, task dependencies, workflow automation, and board management. Activates when user mentions boards, tasks, kanban, or project management. If the ktui command is not available, but uv is available utilize uvx kanban-tui…
armada-gate
Run an evidence-gate checklist for each success criterion in the current phase. Use when checking if a phase is complete before marking it passed.