Borrowing it
Nothing to install: this file belongs to maxbarsukov/vkr-builder. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/maxbarsukov/vkr-builder/master/.claude/skills/vkr-authoring/SKILL.mdgit clone --depth 1 https://github.com/maxbarsukov/vkr-builderWrote 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/skills/maxbarsukov/vkr-builder/vkr-authoring)<a href="https://agentmods.dev/skills/maxbarsukov/vkr-builder/vkr-authoring"><img src="https://agentmods.dev/badge/skills/maxbarsukov/vkr-builder/vkr-authoring/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/maxbarsukov/vkr-builder/vkr-authoring"><img src="https://agentmods.dev/badge/skills/maxbarsukov/vkr-builder/vkr-authoring.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00071 | $0.01269 |
| Opus 5 | $0.00036 | $0.00634 |
| Sonnet 5 | $0.00014 | $0.00254 |
| Haiku 4.5 | $0.00007 | $0.00127 |
Grade A, and why
vkr-authoring 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 10d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Writing thesis Markdown
The full specification is docs/llm-format/README.md
(Russian) / Markdown format rules. This is the
working subset: get these right and lint stays quiet.
Where content lives
- One logical section per file under the profile's
markdown_dir; the order ismarkdown_filesinconfig.yaml. A new file only takes effect once it is listed there. _bundle.mdis generated bymergeand deleted after the build. Never edit it, never commit it, never reference it in an answer — the file the author edits is the one named in a finding's location.- Output Markdown only. No HTML except the
<!-- @suppress -->directive.
Headings
# 1 Название главы
## 1.1 Подраздел
### 1.1.1 Пункт
- No period after the chapter number.
- Structural sections keep their canonical Russian names in caps:
# СПИСОК СОКРАЩЕНИЙ И УСЛОВНЫХ ОБОЗНАЧЕНИЙ,# ТЕРМИНЫ И ОПРЕДЕЛЕНИЯ,# ВВЕДЕНИЕ,# ЗАКЛЮЧЕНИЕ,# СПИСОК ИСПОЛЬЗОВАННЫХ ИСТОЧНИКОВ,# ПРИЛОЖЕНИЕ А. - Appendix letters skip I, O and Cyrillic Ё З Й О Ч Ь Ъ.
- A heading with no body text under it is a finding (
empty-section).
Numbered objects: always a key, never a number

Рисунок {pipeline} - Конвейер обработки
Таблица {req} - Требования
| Параметр | Значение |
|---|---|
| A | B |
Листинг {split} - Разбиение блока
```python
def f(): ...
- Figure caption goes **immediately after** the image, no blank line.
- Table and listing captions go **immediately before** their block.
- Separator after the key is a **spaced** ` - ` or ` – `.
- Keys are short, lowercase, unique per kind.
- Numbering is assigned at build time; inside an appendix it restarts as
`Б.1`, `Б.2`.
- A listing can come from a real file instead of pasted code — the caption
stays the same, the fence is replaced by one line:
```markdown
Листинг {split} - Разбиение блока
@listing md.py:582-607
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.
- 10d ago First seen · 126 lines · 71 tokens per session scan A 13a834009402
vkr-authoring is a skill published in the GitHub repository maxbarsukov/vkr-builder (4 stars, last pushed 7d ago), licensed MIT. It adds 71 tokens to every session and 1,269 once invoked, about $0.0004 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.
Other skills, from other repositories
processing-markdown
Processes Markdown files using mq, a jq-like query language for Markdown. Use when the user mentions Markdown processing, content extraction, document transformation, or mq queries.
web-scraping
Fetches web pages and extracts structured data using mq's toolchain (mq-crawl for fetching/crawling/JS rendering, mq for HTML-to-Markdown selector-based extraction, http() for in-query requests). Use when the user wants to scrape a URL, pull structured data out of a webpage, crawl a site, or turn HTML into…
[object Object]
Read, search, and open notes in the user's "{{GRAPHNAME}}" Reflect graph via the reflect CLI. Use when the user asks about their notes, daily notes, journal, or anything they may have written down in Reflect.
debloat
Compress an artifact that has accreted into bloat — padding, over-qualification, fused sentences, walls of enumeration, adjacent restatement — down to its load-bearing density, meaning preserved. Use when prose is correct and current but has grown verbose or patched-over and you want it tight without a full rewrite.
validate
Check that an Open Knowledge Format (OKF) bundle is conformant with the v0.2 spec (§11). Use when asked to validate, lint, or check an OKF bundle, or before committing changes to one. Runs a deterministic Python checker — not an eyeball pass. Also migrates a v0.1 bundle to v0.2 in place with --migrate.
publish-report
Publish local HTML, Markdown, or built static web projects with Pagecast as shareable public URLs. Use whenever Codex creates or finishes an .html, .htm, .md, .markdown, or static build output that a person could share (a report, plan, doc, dashboard, or analysis) — proactively offer to publish it without being asked…