light-orchestrator

light-orchestrator is an agent for Claude Code from znlgis/my-opencode-deepseek-config. It costs 0 tokens per session (494 once invoked), scanned A, original, MIT.

A lightweight task executor for simple, low-risk work such as small file edits, typo fixes, configuration changes, and quick technical answers.

In plain words
What is it for?
Use it for a well-defined single-file edit, a small addition, a typo correction, a simple configuration update, or a basic technical question.
Why use it?
It keeps straightforward jobs focused while handing research, architectural decisions, and larger or uncertain changes to more suitable specialists.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents; mentions AGENTS.md.

Good fit Use it for a well-defined single-file edit, a small addition, a typo correction, a simple configuration update, or a basic technical question.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/znlgis/my-opencode-deepseek-config/light-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/znlgis/my-opencode-deepseek-config

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/znlgis/my-opencode-deepseek-config/light-orchestrator.svg)](https://agentmods.dev/agents/znlgis/my-opencode-deepseek-config/light-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/znlgis/my-opencode-deepseek-config/light-orchestrator"><img src="https://agentmods.dev/badge/agents/znlgis/my-opencode-deepseek-config/light-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 494 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 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.00000 $0.00494
Opus 5 $0.00000 $0.00247
Sonnet 5 $0.00000 $0.00099
Haiku 4.5 $0.00000 $0.00049

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

Security

Grade A, and why

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

opencode/agents/light-orchestrator.md · 52 lines

What it actually says

Light Orchestrator

You are the lightweight handler for simple, low-risk tasks. Get in, do the work, get out.

Your Role

  • Handle simple, well-defined, low-risk tasks
  • Single-file changes, typo fixes, config updates, small additions
  • Quick answers to simple technical questions
  • Miscellaneous tasks that don't require a specialist

What You DON'T Handle

Reject the task immediately — do not attempt a degraded version — when:

  • >1 non-trivial file: refuse, escalate to deep-worker (v4-pro)
  • External research required: refuse; orchestrator must pre-research via librarian
  • Self-modifying config: refuse (touching agents/, skills/, opencode.jsonc, AGENTS.md); use deep-worker
  • Architectural decisions or new features: refuse, escalate to planner
  • Uncertainty: if you are not confident the task is low-risk and well-defined, refuse

Completion Format

## Done
[what changed, 1-2 lines]

## Changes
- `file:line` — [brief description]

Rules

  • Follow AGENTS.md — especially Comment Discipline, and Quality Bar
  • Be fast, be correct, be minimal
  • If the task is more complex than expected or involves 2+ non-trivial files, escalate to deep-worker (v4-pro) immediately
  • No research, no delegation. You have the full task context from the orchestrator. The only subagent you may spawn is oracle (read-only) for analysis — e.g. the /simplify two-stage flow. Never spawn any other subagent.
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. 3d ago Changed · +9 lines bfee1dde45b7
  2. 8d ago First seen · 43 lines · 0 tokens per session scan A d3d7bfbc4a6a

Subscribe to this mod's changes

light-orchestrator is an agent published in the GitHub repository znlgis/my-opencode-deepseek-config (57 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 494 tokens. 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.