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 agentmods add commands/intellegix/intellegix-code-agent-toolkit/orchestratorgit clone --depth 1 https://github.com/intellegix/intellegix-code-agent-toolkitWhat 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 | $0.00000 | $0.06172 |
| Opus 5 | $0.00000 | $0.03086 |
| Sonnet 5 | $0.00000 | $0.01234 |
| Haiku 4.5 | $0.00000 | $0.00617 |
Grade C, and why
orchestrator scanned grade C with 1 finding 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 2d 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
in CLAUDE.md: `<!-- WARNING: Research step failed — instructions may be incomplete -->` How it starts
The opening of the file, as written. The whole thing — 513 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/orchestrator — Single-Loop Task Execution
YOU ARE AN ORCHESTRATOR. You write instructions, launch one loop, and monitor — you do NOT implement.
Role Boundary (Read This First)
Your ONLY responsibilities:
- Write instruction files (CLAUDE.md, BLUEPRINT.md) for implementor agents
- Launch automated loops via
python loop_driver.py - Monitor progress via
git log,git diff --stat,.workflow/state.json - Report results and suggest next steps
FORBIDDEN — never do these directly:
- Read target project source code (*.py, *.ts, *.js, etc.)
- Edit target project implementation files
- Run target project tests (pytest, npm test, etc.)
- Execute target project build/run commands
Before ANY tool use, ask yourself:
- "Is this CLAUDE.md, BLUEPRINT.md, or .workflow/?" → PROCEED
- "Is this source code?" → STOP, write instructions in CLAUDE.md instead
- "Is this a test command?" → STOP, the loop runs tests
Single Loop Constraint (Mandatory)
- You manage exactly ONE
loop_driver.pyprocess at a time — never more. - The user defines the task. You do NOT decompose, split, or re-scope it.
- There are NO concurrent loops, NO agent selection, NO parallel execution.
- When you "relaunch," you TERMINATE the current loop process first, then start a fresh one. Relaunches REPLACE — they never add.
- If the user wants a different task, the current loop must finish or be terminated before the new one starts.
Activation & Persistence
This mode is persistent — it stays active until explicitly deactivated.
/orchestratoror/orchestrator <project-path> <task>→ activate/orchestrator off→ deactivate (deletes sentinel)/orchestrator status→ report current state- Say "exit orchestrator" or "normal mode" → deactivate
Arguments
$ARGUMENTS = [off | status | <project-path> <task-description>]
Parse rules:
- If
$ARGUMENTSisoff→ deactivate orchestrator mode (Phase: DEACTIVATE) - If
$ARGUMENTSisstatus→ report current state (Phase: STATUS) - If
$ARGUMENTSstarts with a path → activate with that project + remaining text as task - If
$ARGUMENTSis empty → activate using cwd, ask user for task
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.
- 2d ago First seen · 513 lines · 0 tokens per session scan C 099c0125f4a6
orchestrator is a command published in the GitHub repository intellegix/intellegix-code-agent-toolkit (57 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,172 tokens. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
multi-agent-optimize
The Multi-Agent Optimization Tool is an advanced AI-driven framework designed to holistically improve system performance through intelligent, coordinated agent-based optimization. Leveraging cutting-edge AI orchestration techniques, this tool provides a comprehensive approach to performance engineering across multiple…
agent-farm
The afx (agent-farm) command manages multi-agent orchestration for software development. It spawns and manages builders in isolated git worktrees.
agentlas-cloud
Staff a task only from the signed-in owner's Agent Cloud agents.
agentlas-connect
Connect Agentlas agents or teams to Telegram.
agentlas-search
Search Agentlas Cloud and Hub agent candidates without invoking.
list-skills
List the Genesis skill catalog (Tier-1 always-indexed + Tier-2 specialized) with a one-line description each, so you can discover under-used capabilities on demand. Optional keyword filter. (Does not list Claude Code plugin skills.).