1c-report-direct-query

1c-report-direct-query is a cursor rule for Cursor from Desko77/cursor-1c-skills. It costs 0 tokens per session (2,131 once invoked), scanned A, original, MIT.

A 1C reporting rule that runs the report query directly instead of using the standard data-composition engine (СКД). It then displays or exports the returned table manually.

In plain words
What is it for?
Use it to build large 1C reports, obtain query results as a flat table, or create an alternative XLSX export alongside the regular report.
Why use it?
It can reduce memory use on large reports and provide a simple flat result. It does not provide the standard engine’s grouping, totals, formatting, or drill-down features.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit Use it to build large 1C reports, obtain query results as a flat table, or create an alternative XLSX export alongside the regular report.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/desko77/cursor-1c-skills/1c-report-direct-query
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.

Clone the repo
git clone --depth 1 https://github.com/Desko77/cursor-1c-skills

Made for: Cursor.

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 1c-report-direct-query

README.md
[![agentmods](https://agentmods.dev/badge/rules/desko77/cursor-1c-skills/1c-report-direct-query/github.svg)](https://agentmods.dev/rules/desko77/cursor-1c-skills/1c-report-direct-query)
Your own site
<a href="https://agentmods.dev/rules/desko77/cursor-1c-skills/1c-report-direct-query"><img src="https://agentmods.dev/badge/rules/desko77/cursor-1c-skills/1c-report-direct-query/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 1c-report-direct-query

Your own site · 80×15
<a href="https://agentmods.dev/rules/desko77/cursor-1c-skills/1c-report-direct-query"><img src="https://agentmods.dev/badge/rules/desko77/cursor-1c-skills/1c-report-direct-query.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 2,131 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.00000 $0.02131
Opus 5 $0.00000 $0.01066
Sonnet 5 $0.00000 $0.00426
Haiku 4.5 $0.00000 $0.00213

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

Security

Grade A, and why

1c-report-direct-query 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 9d 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.

rules/1c-report-direct-query.mdc · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Формирование отчета 1С через прямое выполнение запроса (без СКД-движка)

Альтернатива стандартному выводу СКД (ПроцессорВыводаРезультатаКомпоновкиДанныхВТабличныйДокумент / ...ВКоллекциюЗначений): получить исполняемый макет компоновки, извлечь из него текст SQL-запроса и параметры, выполнить как обычный Запрос и вывести результат вручную.

Применяется: когда нужно избежать высокого потребления памяти СКД-движком на больших отчетах (СКД держит в памяти все промежуточные данные обработки), либо нужен "голый" результат запроса плоской таблицей, либо альтернативная выгрузка (xlsx) рядом со штатным "Сформировать".

Не применять: когда нужны пользовательские группировки, условное оформление, расшифровки, итоги СКД - все это дает только штатный СКД-вывод.


Алгоритм формирования

// 1. Получить исполняемый макет компоновки.
//    Вариант А (платформенный, без побочных эффектов):
КомпоновщикМакета = Новый КомпоновщикМакетаКомпоновкиДанных;
МакетКомпоновки = КомпоновщикМакета.Выполнить(
    СхемаКомпоновки, НастройкиОтчета, , ,
    Тип("ГенераторМакетаКомпоновкиДанныхДляКоллекцииЗначений"));
//    Вариант Б (обертка конфигурации, напр. ЗУП - умеет постобработку):
//    МакетКомпоновки = ЗарплатаКадрыОтчеты.МакетКомпоновкиДанных(СхемаКомпоновки, НастройкиОтчета, Неопределено);

// 2. (опционально) Постобработка макета конфигурацией - встраивание доп. данных в наборы.

// 3. Извлечь текст запроса основного набора данных (без тернарного оператора).
ОбъектЗапросаМакета = МакетКомпоновки.НаборыДанных.НаборДанных1.Запрос;
Если ТипЗнч(ОбъектЗапросаМакета) = Тип("Строка") Тогда
    ТекстЗапроса = ОбъектЗапросаМакета;
Иначе
    ТекстЗапроса = ОбъектЗапросаМакета.Текст;
КонецЕсли;

// 4. Параметры из скомпилированного макета (уже с учетом настроек).
Запрос = Новый Запрос(ТекстЗапроса);
Для Каждого ЗначениеПараметра Из МакетКомпоновки.ЗначенияПараметров Цикл
    Запрос.УстановитьПараметр(ЗначениеПараметра.Имя, ЗначениеПараметра.Значение);
КонецЦикла;

// 5. Внешние наборы (DataSetObject) - залить во временную таблицу под тем же именем.
Если СтрНайти(ТекстЗапроса, "ИмяВнешнегоНабора") > 0 Тогда
    МенеджерВТ = Новый МенеджерВременныхТаблиц;
    // СоздатьВТПоТаблицеЗначений или вручную ПОМЕСТИТЬ
    Запрос.МенеджерВременныхТаблиц = МенеджерВТ;
КонецЕсли;

// 6. Потоковый вывод (память O(1) на строку - НЕ Выгрузить()).
РезультатЗапроса = Запрос.Выполнить();
Выборка = РезультатЗапроса.Выбрать();
Пока Выборка.Следующий() Цикл
    // заполнение области табличного документа + накопление итогов
КонецЦикла;

Read the full file on GitHub · 103 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. 9d ago First seen · 103 lines · 0 tokens per session scan A c932282e1bcf

Subscribe to this mod's changes

1c-report-direct-query is a cursor rule published in the GitHub repository Desko77/cursor-1c-skills (55 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,131 tokens. 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.