composing-1c-queries

composing-1c-queries is a skill for Claude Code, Codex from ROCTUP/1c-mcp-toolkit. It costs 122 tokens per session (5,083 once invoked), scanned A, original, GPL-3.0.

A guide for writing queries in the 1C:Enterprise query language, which is used to retrieve and organize data from 1C business databases.

In plain words
What is it for?
Use it to compose queries for 1C data access, including selecting records, combining tables, grouping results, and working with virtual tables.
Why use it?
It helps avoid mistakes in query structure, table names, joins, grouping, temporary tables, and parameters.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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 skills/roctup/1c-mcp-toolkit/composing-1c-queries
Any agent
npx skills add ROCTUP/1c-mcp-toolkit --skill composing-1c-queries
Clone the repo
git clone --depth 1 https://github.com/ROCTUP/1c-mcp-toolkit

Made for: Claude Code, Codex.

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 composing-1c-queries

README.md
[![agentmods](https://agentmods.dev/badge/skills/roctup/1c-mcp-toolkit/composing-1c-queries.svg)](https://agentmods.dev/skills/roctup/1c-mcp-toolkit/composing-1c-queries)
Your own site
<a href="https://agentmods.dev/skills/roctup/1c-mcp-toolkit/composing-1c-queries"><img src="https://agentmods.dev/badge/skills/roctup/1c-mcp-toolkit/composing-1c-queries.svg" alt="Measured on agentmods" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,083 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00122 $0.05083
Opus 5 $0.00061 $0.02542
Sonnet 5 $0.00024 $0.01017
Haiku 4.5 $0.00012 $0.00508

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

Security

Grade A, and why

composing-1c-queries 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 6d 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.

skills/composing-1c-queries/SKILL.md · 461 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 461 lines · 122 tokens per session scan A 9df80ed9b140

Subscribe to this mod's changes

composing-1c-queries is a skill published in the GitHub repository ROCTUP/1c-mcp-toolkit (256 stars, last pushed 1mo ago), licensed GPL-3.0. It adds 122 tokens to every session and 5,083 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

db-repo

Работа с хранилищем конфигурации 1С. Используй когда нужно захватить объекты, поместить изменения в хранилище конфигурации, получить изменения из него, подключить базу к хранилищу.

Nikolay-Shirokov/cc-1c-skills · 56 tokens

db-list

Управление реестром баз данных 1С (.v8-project.json). Используй когда нужно работать с реестром баз — список баз, зарегистрировать базу в реестре, какие базы есть.

Nikolay-Shirokov/cc-1c-skills · 46 tokens

db-cfe-admin

Управление расширениями конфигурации в информационной базе 1С. Используй когда нужно узнать какие расширения подключены к базе, выполнить проверку применимости или синтаксическую проверку, изменить безопасный режим или активность, удалить расширение из базы.

Nikolay-Shirokov/cc-1c-skills · 60 tokens

db-load-dt

Загрузка информационной базы 1С из DT-файла — полная перезапись базы (конфигурация + данные). Используй когда нужно загрузить архив информационной базы, восстановить базу, загрузить dt.

Nikolay-Shirokov/cc-1c-skills · 52 tokens

db-load-git

Загрузка изменений из Git в базу 1С. Используй когда нужно загрузить изменения из гита, обновить базу из репозитория, partial load из коммита.

Nikolay-Shirokov/cc-1c-skills · 43 tokens

db-load-xml

Загрузка конфигурации 1С из XML-файлов. Используй когда нужно загрузить конфигурацию из файлов, XML, исходников, LoadConfigFromFiles.

Nikolay-Shirokov/cc-1c-skills · 40 tokens