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 instructions/untrivial-ai/agent-orchestrator/claude-mdgit clone --depth 1 https://github.com/Untrivial-ai/agent-orchestratorWhat 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.00486 | $0.00486 |
| Opus 5 | $0.00243 | $0.00243 |
| Sonnet 5 | $0.00097 | $0.00097 |
| Haiku 4.5 | $0.00049 | $0.00049 |
Grade A, and why
agent-orchestrator CLAUDE.md 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 yesterday.
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- katalon-mcp-server copilot-instructions.md — 86% identical, 54 lines differ
What it actually says
CLAUDE.md
Read and follow AGENTS.md for repository layout, commands, coding conventions, and hard rules.
App state lives under ~/.ao only
All app state, the daemon's data dir, running.json, worktrees, and the Electron
supervisor's userData (Chromium cache, cookies, local/session storage, crash
dumps), must resolve under ~/.ao (overridable via AO_DATA_DIR/AO_RUN_FILE).
Never write to or read from ~/Library/Application Support or any other OS-default
app-data location. frontend/src/main.ts pins Electron's userData to
~/.ao/electron; do not remove that override. See the hard rule in AGENTS.md.
Design System
Always read DESIGN.md before making any visual or UI decision —
start with the "clone agent-orchestrator verbatim" banner at the top, which
governs the current look.
The renderer clones the agent-orchestrator web app verbatim
(~/Projects/agent-orchestrator/packages/web/src) in looks and design, with a
refined-blue accent and the terminal keeping its own palette. This supersedes the
older design-reference framing in DESIGN.md (per explicit user decision 2026-06-10).
Build new UI from shadcn primitives (components/ui/*) where a component fits. Do not
deviate without explicit user approval. In QA/review, flag any renderer code that
diverges from agent-orchestrator — do not re-flag old design-reference mismatches.
When showing or demoing frontend changes, run ao preview [url] from inside the
session so the change renders in the desktop browser panel (the inspector rail's
Browser tab); do not just describe it. ao preview updates the panel non-disruptively —
it does not steal focus or force the Browser tab open if the user is looking at
something else, only badging it as unseen. If the Browser tab isn't already the one
the user has open, say so in your reply (e.g. "check the Browser tab") so the change
doesn't go unnoticed behind the badge.
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.
- yesterday First seen · 35 lines · 486 tokens per session scan A f0f137307d48
agent-orchestrator CLAUDE.md is an instructions file published in the GitHub repository Untrivial-ai/agent-orchestrator (10,763 stars, last pushed today), licensed Apache-2.0. It adds 486 tokens to every session, about $0.0024 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-08-30.
Other instructions, from other repositories
bernstein AGENTS.md
AGENTS.md instructions for sipyourdrink-ltd/bernstein, covering bernstein - agents.md, module map, directory context files, build & test and setup.
bernstein copilot-instructions.md
Copilot instructions for sipyourdrink-ltd/bernstein, covering copilot instructions, architecture, key constraints, before committing and git rules.
cezar AGENTS.md
Instructions for open-mercato/cezar, covering agents.md — working in this repository, zero config, changing a mechanism that already works, the http api and repository layout.
crewplane AGENTS.md
Instructions for crewplaneai/crewplane, covering agents.md, repo facts, read first, repo map and project heuristics.
crewplane copilot-instructions.md
Instructions for crewplaneai/crewplane: Use AGENTS.md as the canonical repository instructions.
crewplane CLAUDE.md
Instructions for crewplaneai/crewplane, a project described as: Run reviewable, resumable coding-agent workflows across Claude Code, Codex, Gemini, GitHub Copilot CLI, or any CLI. You define the stages in Markdown; Crewplane runs the workflow, agents do the work, and every handoff stays on disk.