ai-multi-agent-system AGENTS.md

ai-multi-agent-system AGENTS.md is an instructions file for Codex, OpenCode from radif-ru/ai-multi-agent-system. It costs 2,309 tokens per session, scanned A, original, MIT.

Project instructions for an AI-agent repository that emphasises thinking through requirements, using minimal code, and making small, targeted edits.

In plain words
What is it for?
Use them when contributing to the ai-multi-agent-system repository, especially for planning changes, reviewing instructions, and implementing focused fixes.
Why use it?
They tell the agent to state assumptions, ask when something is unclear, avoid unrequested features, and follow higher-priority project rules.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions CLAUDE.md; mentions AGENTS.md; mentions Gemini CLI.

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 instructions/radif-ru/ai-multi-agent-system/agents-md
Clone the repo
git clone --depth 1 https://github.com/radif-ru/ai-multi-agent-system

Made for: Codex, OpenCode.

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 ai-multi-agent-system AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/radif-ru/ai-multi-agent-system/agents-md.svg)](https://agentmods.dev/instructions/radif-ru/ai-multi-agent-system/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/radif-ru/ai-multi-agent-system/agents-md"><img src="https://agentmods.dev/badge/instructions/radif-ru/ai-multi-agent-system/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,309 This file is loaded in full into every session.
When invoked 2,309 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.02309 $0.02309
Opus 5 $0.01154 $0.01154
Sonnet 5 $0.00462 $0.00462
Haiku 4.5 $0.00231 $0.00231

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

Security

Grade A, and why

ai-multi-agent-system 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 6d 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.

AGENTS.md · 121 lines

How it starts

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

AGENTS.md

Поведенческие гайдлайны для LLM-агента, чтобы сократить типовые ошибки в коде.

Компромисс: эти правила смещают баланс в сторону осторожности, а не скорости. Для тривиальных задач — действуй по здравому смыслу.

Проектные правила: см. _docs/instructions.md и _board/process.md (они приоритетнее при конфликтах).

1. Сначала думай, потом кодь

Не додумывай. Не прячь сомнения. Озвучивай развилки.

Перед реализацией:

  • Явно сформулируй свои допущения. Если не уверен — спроси.
  • Если возможно несколько интерпретаций задачи — назови их, не выбирай молча.
  • Если есть более простой способ — скажи об этом. Возражай, когда это оправдано.
  • Если что-то непонятно — остановись, назови, что именно непонятно, и задай вопрос.

2. Минимализм

Минимум кода, решающего задачу. Никаких спекуляций.

  • Никаких фич, которых не просили.
  • Никаких абстракций ради одного использования.
  • Никакой «гибкости» и «конфигурируемости», которых не просили.
  • Никакой обработки невозможных сценариев.
  • Если получилось 200 строк, а хватило бы 50 — перепиши.

Спроси себя: «Сеньор сказал бы, что это переусложнено?» Если да — упрости.

3. Хирургические правки

Трогай только то, что необходимо. Прибирай только за собой.

При правке существующего кода:

  • Не «улучшай» соседний код, комментарии или форматирование.
  • Не рефактори то, что не сломано.
  • Сохраняй существующий стиль кода, даже если ты бы написал иначе.
  • Заметил мёртвый код, не относящийся к задаче, — упомяни в коммите/обсуждении, не удаляй.

Когда твои правки создают «осиротевший» код:

  • Удали импорты/переменные/функции, которые стали не нужны из-за твоих изменений.
  • Не удаляй ранее существовавший мёртвый код, если об этом не просили.

Проверка: каждая изменённая строка должна напрямую соответствовать запросу пользователя.

4. Выполнение от цели

Определяй критерий успеха. Итеративно проверяй, пока не достигнешь его.

Превращай задачу в проверяемую цель:

  • «Добавь валидацию» → «Напиши тесты на невалидный ввод, потом сделай их зелёными».
  • «Почини баг» → «Напиши тест, воспроизводящий баг, потом сделай его зелёным».
  • «Зарефактори X» → «Тесты зелёные до и после».

Read the full file on GitHub · 121 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. 6d ago First seen · 121 lines · 2,309 tokens per session scan A b82b562b1642

Subscribe to this mod's changes

ai-multi-agent-system AGENTS.md is an instructions file published in the GitHub repository radif-ru/ai-multi-agent-system (6 stars, last pushed 1mo ago), licensed MIT. It adds 2,309 tokens to every session, about $0.0115 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.