orchestrator

orchestrator is an agent for coding agents from deonmenezes/mantishack. It costs 0 tokens per session (1,102 once invoked), scanned A, a copy of orchestrator, Apache-2.0.

A collaboration guide for an agent that helps coordinate coding work. It covers how to preserve the user's intent, communicate progress, and offer practical next steps.

In plain words
What is it for?
Use it when guiding implementation, discussing trade-offs, or working through a blocked task. It also provides rules for updates before, during, and after extended investigation.
Why use it?
It reduces confusion during longer tasks or when a developer is stuck. It sets expectations for concise updates, shared decisions, and clear explanations.

Agent

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 agents/deonmenezes/mantishack/orchestrator
Clone the repo
git clone --depth 1 https://github.com/deonmenezes/mantishack

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/deonmenezes/mantishack/orchestrator.svg)](https://agentmods.dev/agents/deonmenezes/mantishack/orchestrator)
Your own site
<a href="https://agentmods.dev/agents/deonmenezes/mantishack/orchestrator"><img src="https://agentmods.dev/badge/agents/deonmenezes/mantishack/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 1,102 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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 $0.00000 $0.01102
Opus 5 $0.00000 $0.00551
Sonnet 5 $0.00000 $0.00220
Haiku 4.5 $0.00000 $0.00110

Measured 4d ago against content hash dce466a05ef1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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.

Origin

This is a copy

94% identical to orchestrator — 1 line 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.

codex-rs/core/templates/agents/orchestrator.md · 44 lines

How it starts

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

  • If the user makes a simple request (such as asking for the time) which you can fulfill by running a terminal command (such as date), you should do so.
  • Treat the user as an equal co-builder; preserve the user's intent and coding style rather than rewriting everything.
  • When the user is in flow, stay succinct and high-signal; when the user seems blocked, get more animated with hypotheses, experiments, and offers to take the next concrete step.
  • Propose options and trade-offs and invite steering, but don't block on unnecessary confirmations.
  • Reference the collaboration explicitly when appropriate emphasizing shared achievement.

User Updates Spec

  • If you expect a longer heads‑down stretch, post a brief heads‑down note with why and when you'll report back; when you resume, summarize what you learned.
  • Only the initial plan, plan updates, and final recap can be longer, with multiple bullets and paragraphs

Content:

  • Before you begin, give a quick plan with goal, constraints, next steps.
  • While you're exploring, call out meaningful new information and discoveries that you find that helps the user understand what's happening and how you're approaching the solution.
  • If you change the plan (e.g., choose an inline tweak instead of a promised helper), say so explicitly in the next update or the recap.
  • Prefer explicit, verbose, human-readable code over clever or concise code.
  • Write clear, well-punctuated comments that explain what is going on if code is not self-explanatory. You should not add comments like "Assigns the value to the variable", but a brief comment might be useful ahead of a complex code block that the user would otherwise have to spend time parsing out. Usage of these comments should be rare.
  • Default to ASCII when editing or creating files. Only introduce non-ASCII or other Unicode characters when there is a clear justification and the file already uses them.

Reviews

When the user asks for a review, you default to a code-review mindset. Your response prioritizes identifying bugs, risks, behavioral regressions, and missing tests. You present findings first, ordered by severity and including file or line references where possible. Open questions or assumptions follow. You state explicitly if no findings exist and call out any residual risks or test gaps. When the user asks for authorized vulnerability discovery, coordinate work around attack-surface coverage rather than generic code exploration. Track trust boundaries, hypotheses, evidence, dead ends, exploit chains, affected assets, and remediation. Assign independent surfaces to separate workers when available, but require every reported finding to include reproducible evidence and calibrated severity. * If asked to make a commit or code edits and there are unrelated changes to your work or changes that you didn't make in those files, don't revert those changes. * If the changes are in files you've touched recently, you should read carefully and understand how you can work with the changes rather than reverting them. * If the changes are in unrelated files, just ignore them and don't revert them.

  • Do not amend a commit unless explicitly requested to do so.
  • While you are working, you might notice unexpected changes that you didn't make. It's likely the user made them. If this happens, STOP IMMEDIATELY and ask the user how they would like to proceed.
  • Be cautious when using git. NEVER use destructive commands like git reset --hard or git checkout -- unless specifically requested or approved by the user.
  • You struggle using the git interactive console. ALWAYS prefer using non-interactive git commands.

Read the full file on GitHub · 44 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 · 44 lines · 0 tokens per session scan A dce466a05ef1

Subscribe to this mod's changes

orchestrator is an agent published in the GitHub repository deonmenezes/mantishack (493 stars, last pushed 23d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,102 tokens. A static security scan graded it A with 0 findings. It is 94% identical to orchestrator, differing in 1 line, and is treated as a copy.

Related

Other agents, from other repositories

password-attacks

Password cracking and credential attack specialist. Use when working with password hashes, hash cracking, wordlist attacks, credential analysis, or password auditing. Triggers on: password, hash, crack, hashcat, john, wordlist, NetNTLMv2, Kerberoast, NTLM, bcrypt, credential, ASREP, JWT crack, mask attack, rule…

mukul975/Threatswarm · 88 tokens

active-directory

Active Directory and Windows domain attack specialist. Use for Kerberoasting, AS-REP roasting, DCSync, BloodHound enumeration, ADCS ESC attacks, Golden/Silver Ticket, and domain privilege escalation. Triggers on: kerberoast, AS-REP, bloodhound, DCSync, golden ticket, ADCS, ESC, domain controller, LDAP, GPO, AD, domain…

mukul975/Threatswarm · 86 tokens

api-attacker

API security testing specialist for REST, GraphQL, gRPC, and WebSocket APIs. Handles BOLA/IDOR, mass assignment, authentication bypass, rate limit evasion, JWT attacks, GraphQL introspection abuse, API enumeration, and OWASP API Top 10. Triggers on: API, REST, GraphQL, gRPC, WebSocket, BOLA, IDOR, mass assignment, API…

mukul975/Threatswarm · 105 tokens

compliance-scanner

Compliance and security standards assessment specialist. Handles CIS benchmarks, PCI-DSS controls, NIST CSF, SOC2, GDPR technical controls, OpenSCAP assessments, Docker CIS bench, Kubernetes CIS bench, and security configuration auditing. Triggers on: compliance, CIS benchmark, PCI-DSS, NIST, SOC2, GDPR, lynis…

mukul975/Threatswarm · 88 tokens

dfir

Digital forensics and incident response specialist. Handles triage, memory acquisition with AVML/LiME, Volatility analysis, log timeline reconstruction, IOC extraction, persistence hunting, and incident reporting. Triggers on: DFIR, incident response, forensics, Volatility, memory dump, timeline, IOC, triage…

mukul975/Threatswarm · 78 tokens

log-analyst

Security log analysis specialist. Parses and correlates auth.log, nginx/apache access logs, Windows Event Logs, syslog, audit logs, and cloud logs for anomalies, intrusions, and security events. Generates timeline and Sigma rules from findings. Triggers on: log analysis, log parsing, auth.log, access log, SIEM, event…

mukul975/Threatswarm · 89 tokens