gost-report

Generate Russian academic .docx reports in GOST 7.32 format.

11|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/zevtos/agentpipe --skill gost-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gost-report
Source: https://github.com/zevtos/agentpipe/tree/main/skills/gost-report
Command: npx skills add https://github.com/zevtos/agentpipe --skill gost-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, latex2mathml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill removes the repetitive work of formatting Russian academic documents by automatically generating a properly structured .docx report in GOST 7.32 style, including title page fields, headings, numbering, figures/tables captions, and TOC support.

Core Features & Use Cases

  • GOST-compliant DOCX report generation: produces lab reports, practice reports, coursework, VКР, and similar student documents with consistent layout and structure.
  • Russian title page automation via config/env: fills student and teacher fields (including group, year, labels like Проверил/Проверила/Руководитель) from ~/.config/gost-report/config and optional per-subject .gost-report.env.
  • Safety guardrails for formatting rules: enforces anti-AI typography rules (notably dash usage), validates output on save, and prompts regeneration when violations are detected.
  • LaTeX formula support inside Word: renders math as native Word OMML from LaTeX input, enabling inline numeric formula numbering.
  • Figures and tables with required ГОСТ captions: ensures captions follow the exact “Рисунок N — ... / Таблица N — ...” conventions and warns on numbering/caption issues.

Quick Start

Ask for a GOST report DOCX: “Generate a Russian GOST 7.32 laboratory report in .docx for topic ‘Основы работы с Unix-командной строкой’ with work number №1 and placeholders for student and teacher data from my config.”

Frequently Asked Questions about gost-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a GOST 7.32 compliant DOCX report automatically?

You can generate a GOST 7.32 DOCX report by providing structured content to the report-building API, which automatically creates the title page, headings, TOC, and captions. The tool outputs a ready-to-open Word document validated for correct formatting.

Can I render LaTeX formulas inside a Word document for academic writing?

Yes, you can render LaTeX formulas inside a Word document by converting LaTeX input to native Word OMML format. This enables inline numeric formula numbering within the generated GOST 7.32 academic report.

Does this report generator support Russian academic title page automation?

Yes, the report generator supports Russian academic title page automation by filling student and teacher fields from configuration files. It uses environment variables and per-subject overrides to populate group, year, and supervisor labels.

How do I ensure figures and tables follow GOST caption conventions in Word?

To ensure figures and tables follow GOST caption conventions, the generator enforces the exact “Рисунок N — ... / Таблица N — ...” formatting. It automatically validates numbering and caption structure on save, warning you of any issues.

What are the limitations of automatic typography validation for Russian academic writing?

The automatic typography validation specifically enforces anti-AI dash usage rules in Russian academic writing. If formatting violations are detected on save, it prompts regeneration to correct the typography constraints.

Do I need Python dependencies to create a GOST 7.32 Word document?

Yes, you need Python dependencies including python-docx and latex2mathml to create a GOST 7.32 Word document. The skill uses an isolated virtual environment bootstrapped via a setup script to manage these requirements.