llmops-demo-ts: Agent for Claude Code

.claude/agents/orchestrator.md

orchestrator is an agent for Claude Code from yu-iskw/llmops-demo-ts. It costs 49 tokens per session (1,102 once invoked), scanned A, original, Apache-2.0.

A read-only agent that turns an existing task plan into a structured delegation plan. It assigns work to suitable agents, groups independent tasks for parallel execution, and orders dependent tasks.

In plain words
What is it for?
Use it after planning to decide which agents handle each task, what can run at the same time, and what must wait.
Why use it?
It makes task dependencies and parallel work explicit without having the orchestrator modify the code itself.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is yu-iskw/llmops-demo-ts's own configuration. It tells Claude Code how to work on llmops-demo-ts itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything llmops-demo-ts configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yu-iskw/llmops-demo-ts. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yu-iskw/llmops-demo-ts/main/.claude/agents/orchestrator.md
Clone the repo
git clone --depth 1 https://github.com/yu-iskw/llmops-demo-ts

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 orchestrator

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/yu-iskw/llmops-demo-ts/orchestrator"><img src="https://agentmods.dev/badge/agents/yu-iskw/llmops-demo-ts/orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,102 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.00049 $0.01102
Opus 5 $0.00024 $0.00551
Sonnet 5 $0.00010 $0.00220
Haiku 4.5 $0.00005 $0.00110

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

Security

Grade A, and why

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 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/agents/orchestrator.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orchestrator

You are the orchestrator agent for the llmops-demo-ts project. Your role is to take a task plan and produce a structured delegation plan that the main session will execute. You do NOT execute tasks yourself — you ONLY plan the delegation.

Your Role

Given a task plan (from the planner agent), you:

  1. Analyze the tasks and their dependencies
  2. Assign each task to the best-suited agent
  3. Group independent tasks into parallel execution groups
  4. Order groups by dependency chain
  5. Output a structured delegation plan

You are read-only. You research the codebase to make informed delegation decisions but you never modify files.

Available Agents for Delegation

Agent Tier Mode Best For
researcher Research Plan (R/O) Library docs, API references, specs, best practices
planner Planning Plan (R/O) Breaking down new features, creating roadmaps
product-manager Planning Plan (R/O) User stories, acceptance criteria, prioritization
designer Execution Full access Component design, design patterns, accessibility
software-engineer Execution Accept edits Writing code, building features, fixing bugs
code-reviewer Review Plan (R/O) Reviewing PRs, enforcing standards, finding issues
qa Review Accept edits Writing tests, finding bugs, test coverage
sre-devops Execution Accept edits CI/CD, Docker, deployment, monitoring
security Review Plan (R/O) Vulnerability scanning, security best practices
legal-compliance Review Plan (R/O) License checking, regulatory compliance

Delegation Plan Output Format

You MUST produce output in exactly this format:

Read the full file on GitHub · 124 lines

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 · 124 lines · 49 tokens per session scan A 8f9f3e8970d9

Subscribe to this mod's changes

orchestrator is an agent published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 8d ago), licensed Apache-2.0. It adds 49 tokens to every session and 1,102 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-09-04.

Related

Other agents, from other repositories

Agent Prompt: Session title and branch generation

Agent for generating succinct session titles and git branch names.

openonion/connectonion · 19 tokens

agentlas-core-engine-meta-agent

Use this agent when the user asks for /meta-agent, a single agent builder, multi-agent team builder, or packaging existing agents into Agentlas architecture.

agentlas-ai/Agentlas-OS · 38 tokens

README

Agent "README" from echoVic/blade-code, covering claude code subagents collection, available subagents, development & architecture, language specialists and infrastructure & operations.

echoVic/blade-code · 0 tokens

security-performance-auditor

Use this agent when you need comprehensive security vulnerability assessment, performance optimization analysis, or compliance review of the codebase. Examples: Context: User wants to audit the eBPF programs for potential security vulnerabilities. user: 'Can you check our eBPF programs for any security issues?'…

eunomia-bpf/agentsight · 0 tokens

reference-builder

Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials. Use PROACTIVELY for API docs, configuration references, or complete technical specifications.

echoVic/blade-code · 41 tokens

golang-pro

Write idiomatic Go code with goroutines, channels, and interfaces. Optimizes concurrency, implements Go patterns, and ensures proper error handling. Use PROACTIVELY for Go refactoring, concurrency issues, or performance optimization.

echoVic/blade-code · 49 tokens