vkr-builder AGENTS.md

vkr-builder AGENTS.md is an instructions file for Codex, OpenCode from maxbarsukov/vkr-builder. It costs 420 tokens per session, scanned A, original, MIT.

A set of project instructions for vkr-builder, a tool that turns Markdown into DOCX and PDF academic documents. The instructions explain how to work on a thesis and how to modify the document-building tool.

In plain words
What is it for?
It is for guiding work on ITMO-style thesis documents, Markdown formatting, and the commands used to build, check, and modify vkr-builder.
Why use it?
It prevents the assistant from editing generated files directly or ignoring the project's required document format. It also distinguishes writing a thesis from changing the builder itself.

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/maxbarsukov/vkr-builder/agents-md
Clone the repo
git clone --depth 1 https://github.com/maxbarsukov/vkr-builder

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 vkr-builder AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/maxbarsukov/vkr-builder/agents-md.svg)](https://agentmods.dev/instructions/maxbarsukov/vkr-builder/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/maxbarsukov/vkr-builder/agents-md"><img src="https://agentmods.dev/badge/instructions/maxbarsukov/vkr-builder/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 420 This file is loaded in full into every session.
When invoked 420 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.00420 $0.00420
Opus 5 $0.00210 $0.00210
Sonnet 5 $0.00084 $0.00084
Haiku 4.5 $0.00042 $0.00042

Measured today against content hash 19f4e8b90aa7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vkr-builder 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 today.

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 · 33 lines

What it actually says

vkr-builder

Собирает выпускную квалификационную работу в DOCX и PDF из файлов Markdown, по требованиям ИТМО (ЛНАОБУЧ-СМК-03-05-2022) и ГОСТ 7.32-2017.

Пользователь здесь пишет свою работу, а не дорабатывает инструмент.

Как себя вести

  • Если пользователь здесь впервые — объясните своими словами, что это за инструмент, и спросите, чего он хочет: посмотреть на готовый пример или начать свою работу. Не пересказывайте README.md.
  • Прежде чем писать или править текст работы, прочитайте docs/llm-format/ — там правила разметки, по которым документ собирается. Текст, написанный не по правилам, не соберётся или соберётся неправильно.
  • По остальным задачам ищите нужный документ в таблице «Документация» в README.md. Правите сам инструмент — сначала .github/CONTRIBUTING.md.
  • Не переоформляйте чужой текст «под себя»: правьте то, о чём попросили. Собранные *.docx и *.pdf не редактируются вручную — они результат сборки.
  • Правила для конкретных ассистентов — в .claude/skills/ и .cursor/rules/; они дополняют этот файл.

Основные команды

./vkr-builder.sh doctor      # что нашлось в системе
./vkr-builder.sh build --pdf # собрать DOCX и PDF
./vkr-builder.sh lint        # проверить разметку

На Windows — vkr-builder.bat. Полный справочник: docs/cli/. Перед сборкой прогоняйте lint: ошибки её останавливают, предупреждения — нет.

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. today First seen · 33 lines · 420 tokens per session scan A 19f4e8b90aa7

Subscribe to this mod's changes

vkr-builder AGENTS.md is an instructions file published in the GitHub repository maxbarsukov/vkr-builder (4 stars, last pushed 2d ago), licensed MIT. It adds 420 tokens to every session, about $0.0021 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-09-04.

Related

Other instructions, from other repositories