vkr-builder: Skill for Claude Code

.claude/skills/vkr-authoring/SKILL.md

vkr-authoring is a skill for Claude Code from maxbarsukov/vkr-builder. It costs 71 tokens per session (1,269 once invoked), scanned A, original, MIT.

A writing workflow for thesis content stored in Markdown, a plain-text document format. It handles sections, captions, cross-references, citations, formulas, tables, appendices, and source lists for vkr-builder.

In plain words
What is it for?
Use it to draft or edit thesis chapters, appendices, captions, citations, formulas, tables, and bibliographies in the required Markdown format.
Why use it?
It helps keep thesis files in the structure expected by the builder so that headings, references, and numbered objects pass its checks.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is maxbarsukov/vkr-builder's own configuration. It tells Claude Code how to work on vkr-builder itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything vkr-builder configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/maxbarsukov/vkr-builder/master/.claude/skills/vkr-authoring/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/maxbarsukov/vkr-builder

Made for: Claude Code.

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-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/maxbarsukov/vkr-builder/vkr-authoring/github.svg)](https://agentmods.dev/skills/maxbarsukov/vkr-builder/vkr-authoring)
Your own site
<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.

agentmods 80×15 button for vkr-authoring

Your own site · 80×15
<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>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00071 $0.01269
Opus 5 $0.00036 $0.00634
Sonnet 5 $0.00014 $0.00254
Haiku 4.5 $0.00007 $0.00127

Measured 10d ago against content hash 13a834009402, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

.claude/skills/vkr-authoring/SKILL.md · 126 lines

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 is markdown_files in config.yaml. A new file only takes effect once it is listed there.
  • _bundle.md is generated by merge and 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.png)
Рисунок {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

Read the full file on GitHub · 126 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. 10d ago First seen · 126 lines · 71 tokens per session scan A 13a834009402

Subscribe to this mod's changes

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.

Related

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.

harehare/mq · 36 tokens

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…

harehare/mq · 89 tokens

[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.

team-reflect/reflect-open · 51 tokens

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.

LilMGenius/paperthin · 66 tokens

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.

scaccogatto/okf-skills · 82 tokens

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…

Amal-David/pagecast · 113 tokens