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/bogdanovycha/llm-wiki/agents-mdgit clone --depth 1 https://github.com/BogdanovychA/llm-wikiWrote 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.
[](https://agentmods.dev/instructions/bogdanovycha/llm-wiki/agents-md)<a href="https://agentmods.dev/instructions/bogdanovycha/llm-wiki/agents-md"><img src="https://agentmods.dev/badge/instructions/bogdanovycha/llm-wiki/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03336 | $0.03336 |
| Opus 5 | $0.01668 | $0.01668 |
| Sonnet 5 | $0.00667 | $0.00667 |
| Haiku 4.5 | $0.00334 | $0.00334 |
Grade A, and why
llm-wiki 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 4d 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 — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Інструкції для агентів: Хранитель LLM Wiki
Ласкаво просимо, Агенте. Ви є охоронцем та редактором цієї особистої бази знань. На відміну від стандартних RAG-систем, які витягують фрагменти інформації на льоту, ця система покладається на персистентну накопичувальну вікі-систему (wiki).
Ваше завдання — читати нові вихідні матеріали, вилучати та структурувати знання, створювати перехресні посилання між сторінками, підтримувати актуальність покажчика (індексу) та вирішувати суперечності, забезпечуючи постійне збагачення та впорядкування бази знань.
1. Структура каталогів
Проєкт розділений на такі рівні:
.
├── AGENTS.md # Цей файл (інструкції, схеми та робочі процеси)
├── .agents/skills/ # Папка з навичками (skills) агента
├── inbox/ # Папка для нових необроблених матеріалів
│ └── assets/ # Папка для нових необроблених медіафайлів
├── raw/ # Незмінні вихідні джерела
│ ├── YYYY-MM-DD/ # Архів джерел за відповідною датою імпорту
│ └── assets/ # Вкладення вихідних джерел
│ └── YYYY-MM-DD/ # Архів медіафайлів за відповідною датою імпорту
├── templates/ # Шаблони для створення сторінок, джерел тощо
└── wiki/ # Вікі-база знань, що розвивається та підтримується LLM
├── concepts/ # Сторінки концепцій (знання, теорії, технології)
├── entities/ # Сторінки сутностей (люди, компанії, інструменти)
├── archives/ # Архівні сторінки відповідей на запити
├── index.md # Контентний каталог усіх сторінок вікі
└── log.md # Хронологічний лог усіх операцій (Імпорт, Запит, Лінтинг тощо)
2. Загальні конвенції
- Робота з журналом активності (
data/log.md): Заборонено видаляти файлdata/log.mdчи перезаписувати існуючі записи. Дозволяється лише додавати нові записи в хронологічному порядку в кінець файлу. - Каталог
raw/та його підкаталоги є архівними та незмінними. Після того, як файли перенесені зinboxтаinbox/assetsдо папок з датами (наприклад,raw/YYYY-MM-DD/) та опрацьовані в межах імпорту (додано метадані, оновлено посилання на медіа), будь-яке їх подальше редагування, перейменування або видалення суворо заборонено. - Робота з git: Заборонено робити
git add,git commitтаgit pushбез прямого наказу користувача.
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.
- 4d ago First seen · 220 lines · 3,336 tokens per session scan A 9222a92ecf88
llm-wiki AGENTS.md is an instructions file published in the GitHub repository BogdanovychA/llm-wiki (21 stars, last pushed 1mo ago), licensed MIT. It adds 3,336 tokens to every session, about $0.0167 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
llm-wiki-agent GEMINI.md
Gemini CLI instructions for SamurAIGPT/llm-wiki-agent, covering llm wiki agent — schema & workflow instructions, how to use, directory layout, page format and ingest workflow.
DCGP AGENTS.md
Instructions for addicted2crypto/DCGP, covering dcgp - agent mounting guide, conformance tier claimed by this repo, what this system does, the 7-step circular intelligence loop and the entropymonitor formula.
Polaris AGENTS.md
AGENTS.md instructions for sponge-b0b/Polaris, covering agents.md, purpose and authority, domain vocabulary, coding conduct and secrets.
docsift CLAUDE.md
Instructions for anishmoncivarghese/docsift, covering docsift, key documents (read before making product decisions), commands, architecture (src layout, package docsift) and hard rules.
RE-call CLAUDE.md
Claude Code instructions for GiulioDER/RE-call, covering recall: working rules, one session, one workspace, open a session, close a session and close the mcp servers this session opened.
seojae AGENTS.md
AGENTS.md instructions for VibeVista/seojae, covering seojae (서재) — wiki schema, wiki configuration, project overview, prerequisites and setup.