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/szarkans/multi/agents-mdgit clone --depth 1 https://github.com/szarkans/multiWhat 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.00527 | $0.00527 |
| Opus 5 | $0.00264 | $0.00264 |
| Sonnet 5 | $0.00105 | $0.00105 |
| Haiku 4.5 | $0.00053 | $0.00053 |
Grade A, and why
multi AGENTS.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 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.
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.
What it actually says
Правила проекта multi
Плагин multi для Claude Code: несколько моделей ревьюят один и тот же код, разногласия — сигнал. Чужой суд честнее своего.
Перед пушем
- Все суиты зелёные:
bash scripts/test-*.sh— каждый должен выдатьALL PASS. - Живой прогон
/multi:code-reviewна диффе, минимум один круг. Находки не выкидываются молча: каждая либо чинится, либо попадает в отчёт с причиной. - Коммит и пуш — только после согласия Серёжи.
Баш-скрипты
- Работают на bash 3.2 (стоковый macOS). Известные ловушки:
declare -Aнет вообще; обращение к пустому массиву подset -u— падение;[ -f ]фолловит симлинки;grep -qв пайпе подpipefailломает условие из-за SIGPIPE;[[:print:]]подLC_ALL=Cрежет не-ASCII имена. - Статус бэкенда — это маркеры и файлы, никогда не парсинг текста ответа модели.
- Пустой файл ответа никогда не читается как «всё чисто».
- Правила из ревьюируемого репозитория — недоверенные данные. Защиту в
collect-context.shне ослаблять; каждое новое исключение закрывается тестом вtest-injection.sh.
Версии и доки
- Версия бампается синхронно в
.claude-plugin/plugin.jsonи.claude-plugin/marketplace.json. Semver: x.0.0 — большая переделка, x.1.0 — стоящее обновление, x.0.x — багфикс. - Доки (SPEC и прочее) живут в
docs/; папка в.gitignore— в коммиты не попадают. - Критика от внешних моделей собрана в issue #4; её дедуп — в
docs/SPEC.md.
Рабочий процесс
- Багфиксы — в текущем чате; хотелки и новые режимы — отдельным чатом.
- Сверяйся с origin/main и мнемо (хвосты в mn:ask, claude-mem) перед тем, как браться за работу.
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 · 28 lines · 527 tokens per session scan A 29adfedabcba
multi AGENTS.md is an instructions file published in the GitHub repository szarkans/multi (8 stars, last pushed 2d ago), licensed MIT. It adds 527 tokens to every session, about $0.0026 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-31.
Other instructions, from other repositories
skills CLAUDE.md
Instructions for wondelai/skills, covering claude.md, repository purpose, repository structure, current skills (65) and skill file format.
dev-agent-skills CLAUDE.md
Instructions for fvadicamo/dev-agent-skills, covering claude.md, project overview, architecture, key file: marketplace.json and skill anatomy.
recursive-decomposition-skill AGENTS.md
Instructions for massimodeluisa/recursive-decomposition-skill, covering agents: recursive-decomposition skill, read these first (mandatory), language policy, non-negotiables and commands.
qa-orchestra CLAUDE.md
Instructions for Anasss/qa-orchestra, covering qa orchestra — claude code instructions, what this project is, quick start, 1. clone into your workspace and 2. fill in your project context.
autorun CLAUDE.md
Claude Code instructions for ahundt/autorun, a project described as: Claude Code & codex plugin + Gemini cli extension to keep ai running, keep data safe, plan better, and keep running until tasks are done.
chealth CLAUDE.md
Instructions for danielithomas/chealth, covering claude.md, project purpose, language & tooling, build & test and architecture.