llm-wiki AGENTS.md

llm-wiki AGENTS.md is an instructions file for Codex, OpenCode from BogdanovychA/llm-wiki. It costs 3,336 tokens per session, scanned A, original, MIT.

Instructions for maintaining a personal wiki: a collection of linked knowledge pages built from source materials and organized by date and templates.

In plain words
What is it for?
Adding and organizing incoming research, storing unchanged source files, creating knowledge pages, managing attachments, and maintaining cross-links.
Why use it?
They give an agent a consistent way to process new material, preserve original sources, connect related information, update indexes, and resolve contradictions.

Instructions file for CodexOpenCode

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/bogdanovycha/llm-wiki/agents-md
Clone the repo
git clone --depth 1 https://github.com/BogdanovychA/llm-wiki

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 llm-wiki AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bogdanovycha/llm-wiki/agents-md.svg)](https://agentmods.dev/instructions/bogdanovycha/llm-wiki/agents-md)
Your own site
<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>
Per session 3,336 This file is loaded in full into every session.
When invoked 3,336 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 $0.03336 $0.03336
Opus 5 $0.01668 $0.01668
Sonnet 5 $0.00667 $0.00667
Haiku 4.5 $0.00334 $0.00334

Measured 4d ago against content hash 9222a92ecf88, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 220 lines

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. Загальні конвенції

  1. Робота з журналом активності (data/log.md): Заборонено видаляти файл data/log.md чи перезаписувати існуючі записи. Дозволяється лише додавати нові записи в хронологічному порядку в кінець файлу.
  2. Каталог raw/ та його підкаталоги є архівними та незмінними. Після того, як файли перенесені з inbox та inbox/assets до папок з датами (наприклад, raw/YYYY-MM-DD/) та опрацьовані в межах імпорту (додано метадані, оновлено посилання на медіа), будь-яке їх подальше редагування, перейменування або видалення суворо заборонено.
  3. Робота з git: Заборонено робити git add, git commit та git push без прямого наказу користувача.

Read the full file on GitHub · 220 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. 4d ago First seen · 220 lines · 3,336 tokens per session scan A 9222a92ecf88

Subscribe to this mod's changes

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.