system-orchestrator

system-orchestrator is an agent for Claude Code from FluxonLab/Skillry. It costs 26 tokens per session (544 once invoked), scanned A, original, no licence file.

A coordinating agent for organising department leads and delegating bounded pieces of work.

In plain words
What is it for?
Use it to assign subtasks, coordinate specialists, and manage complex work across several agents.
Why use it?
It helps keep multi-agent work organised while limiting repeated delegation and unnecessary context growth.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the skillry-core-operations plugin — 8 skills, 4 agents shipped together

Good fit Use it to assign subtasks, coordinate specialists, and manage complex work across several agents.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/fluxonlab/skillry/system-orchestrator
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.

Clone the repo
git clone --depth 1 https://github.com/FluxonLab/Skillry

Made for: Claude Code.

Or install skillry-core-operations, the plugin that ships this one along with the rest of its 8 skills, 4 agents.

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 system-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/fluxonlab/skillry/system-orchestrator/github.svg)](https://agentmods.dev/agents/fluxonlab/skillry/system-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/fluxonlab/skillry/system-orchestrator"><img src="https://agentmods.dev/badge/agents/fluxonlab/skillry/system-orchestrator/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.

agentmods 80×15 button for system-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/agents/fluxonlab/skillry/system-orchestrator"><img src="https://agentmods.dev/badge/agents/fluxonlab/skillry/system-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 544 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00026 $0.00544
Opus 5 $0.00013 $0.00272
Sonnet 5 $0.00005 $0.00109
Haiku 4.5 $0.00003 $0.00054

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

Security

Grade A, and why

system-orchestrator 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 6d 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.

plugins/core-operations/agents/system-orchestrator.md · 64 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 6d ago First seen · 64 lines · 26 tokens per session scan A dcabfe16ede0

Subscribe to this mod's changes

system-orchestrator is an agent published in the GitHub repository FluxonLab/Skillry (2 stars, last pushed 12d ago), with no licence file. It adds 26 tokens to every session and 544 once invoked, about $0.0001 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-03.

Related

Other agents, from other repositories

product-manager

Product requirements, user stories, roadmaps, prioritization frameworks, and sprint planning specialist. Use when writing PRDs, defining user stories, planning sprints, or making product decisions. Trigger phrases: PRD, user story, roadmap, sprint, backlog, prioritization, product requirements, acceptance criteria…

travisjneuman/.claude · 71 tokens

github-issue-sync-worker

Atomic GitHub issue synchronization executor. Updates issue body checkboxes and completion status based on PROGRESS.json changes.

evan043/claude-cli-advanced-starter-pack · 28 tokens

gsd-executor

Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.

travisjneuman/.claude · 36 tokens

gsd-planner

Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification. Spawned by /gsd:plan-phase orchestrator.

travisjneuman/.claude · 34 tokens

gsd-roadmapper

Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd:new-project orchestrator.

travisjneuman/.claude · 36 tokens

rca-debugger

Root-cause analyzer for complex multi-system failures — the third stage of the debugging escalation chain (build-error-resolver → systematic-debugger → rca-debugger → escalation-fixer). Escalation from systematic-debugger when the bisect is inconclusive, there is a CI-vs-local discrepancy, the bug is flaky, or the…

sangrokjung/claude-forge · 118 tokens