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/doka-guide/platform/agents-mdgit clone --depth 1 https://github.com/doka-guide/platformWhat 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.02815 | $0.02815 |
| Opus 5 | $0.01407 | $0.01407 |
| Sonnet 5 | $0.00563 | $0.00563 |
| Haiku 4.5 | $0.00281 | $0.00281 |
Grade A, and why
platform 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — как работать с платформой Доки
Инструкция для ИИ-агентов: Codex, Cursor, Copilot, Gemini CLI читают этот файл напрямую, Claude Code — через CLAUDE.md, который на него ссылается. Здесь только то, что нужно, чтобы начать работать и не сломать ничего по дороге. Подробное устройство сборки — в docs/how-its-work.md.
1. Правила работы
Правила смещают баланс в сторону осторожности, а не скорости. На мелких задачах включайте здравый смысл.
Сначала подумай, потом пиши
- Назови свои допущения вслух. Если не уверен — спроси.
- Если задачу можно понять двумя способами — покажи оба, не выбирай молча.
- Если есть решение проще — скажи об этом. Возражать можно и нужно.
- Если что-то непонятно — остановись и назови, что именно непонятно.
Минимум кода
- Ничего сверх того, о чём попросили.
- Никаких абстракций ради одного вызова.
- Никакой «гибкости» и «настраиваемости», которую не заказывали.
- Никакой обработки ошибок для невозможных ситуаций.
- Если получилось 200 строк там, где хватило бы 50, — перепиши.
Проверка: сказал бы опытный разработчик, что здесь переусложнено? Если да — упрощай.
Правки хирургические
- Не «улучшай» соседний код, комментарии и форматирование заодно.
- Не рефактори то, что не сломано.
- Держись существующего стиля, даже если сам написал бы иначе.
- Заметил не связанный с задачей мёртвый код — скажи о нём, но не удаляй.
- Убирай за собой только то, что осиротело из-за твоих же правок.
Проверка: каждая изменённая строка должна прослеживаться до запроса пользователя.
Цель должна быть проверяемой
Формулируй задачу так, чтобы результат можно было проверить командой:
- «добавь валидацию» → «напиши тест на неверный ввод, потом сделай, чтобы он проходил»;
- «почини баг» → «напиши тест, который его воспроизводит, потом сделай, чтобы он проходил»;
- «отрефактори X» → «убедись, что тесты зелёные до и после».
Для многошаговых задач сначала напиши короткий план: шаг → чем проверяю.
Тест обязателен
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.
- 3d ago First seen · 173 lines · 2,815 tokens per session scan A e9f6faa6e603
platform AGENTS.md is an instructions file published in the GitHub repository doka-guide/platform (239 stars, last pushed 3d ago), licensed MIT. It adds 2,815 tokens to every session, about $0.0141 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
cloudflare-docs AGENTS.md
AGENTS.md instructions for cloudflare/cloudflare-docs, covering agents.md — cloudflare docs, repository overview, directory structure, content — writing and editing docs and file locations.
oauth2-mock-server AGENTS.md
Instructions for axa-group/oauth2-mock-server, covering agent guidelines, project overview, module map, mandatory checks before finishing any task and 1. lint.
rocket AGENTS.md
Instructions for modernweb-dev/rocket, covering issue tracker and domain docs.
cloudflare-docs GEMINI.md
Gemini CLI instructions for cloudflare/cloudflare-docs, a project described as: Cloudflare’s documentation.
oauth2-mock-server copilot-instructions.md
Instructions for axa-group/oauth2-mock-server: This repository contains oauth2-mock-server, a TypeScript library and CLI tool providing a configurable OAuth2/OpenID Connect mock server for automated testing.
marmite AGENTS.md
AGENTS.md instructions for rochacbruno/marmite, covering marmite development guide, about, tech stack, project structure and development workflow.