Borrowing it
Nothing to install: this file belongs to vgtitov/bsl-ai-toolkit. 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/vgtitov/bsl-ai-toolkit/main/.claude/skills/1c-dba/SKILL.mdgit clone --depth 1 https://github.com/vgtitov/bsl-ai-toolkitWrote 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/vgtitov/bsl-ai-toolkit/1c-dba)<a href="https://agentmods.dev/skills/vgtitov/bsl-ai-toolkit/1c-dba"><img src="https://agentmods.dev/badge/skills/vgtitov/bsl-ai-toolkit/1c-dba/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/vgtitov/bsl-ai-toolkit/1c-dba"><img src="https://agentmods.dev/badge/skills/vgtitov/bsl-ai-toolkit/1c-dba.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.00501 | $0.02841 |
| Opus 5 | $0.00251 | $0.01421 |
| Sonnet 5 | $0.00100 | $0.00568 |
| Haiku 4.5 | $0.00050 | $0.00284 |
Grade B, and why
1c-dba scanned grade B with 1 finding 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
(VACUUM FREEZE раз в месяц/квартал): что делают, как настроить `.conf` и `~/.pgpass` (chmod 0600). How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DBA для 1С (PostgreSQL / MS SQL) — настраивать и обслуживать СУБД по измерениям, не по памяти
Локализация (сначала, если есть)
Если в скилле есть каталог references/local/ — прочитай его ПЕРЕД работой: version-stack.md
(версии платформы/библиотек, режим совместимости, префиксы ТВОЕЙ компании) и остальные карты.
При противоречии локальное побеждает generic. Контракт — docs/SKILL_LOCALIZATION.md toolkit.
Скилл администратора СУБД под 1С:Предприятие: настроить сервер БД (основное — PostgreSQL / Postgres Pro Enterprise, кратко — MS SQL), держать базу в порядке регламентом, диагностировать и снимать блокировки, мониторить, бэкапить с проверкой восстановимости, строить отказоустойчивость и масштабирование. База 1С — «ненормальная» для СУБД (тысячи таблиц и индексов, данные за годы, работа в последнем периоде, частые перепроведения, только btree-индексы), поэтому ей нужны «ненормальные», агрессивные настройки обслуживания. Адаптируется под любой проект — версии и железо заполни под себя.
Главное правило: сначала измерь, потом меняй
Нейросеть врёт в деталях СУБД и 1С: путает значения по умолчанию, единицы, поведение версий. Источник истины — реальное измерение и официальная справка, не память:
- Перед выводом сними данные:
pg_stat_activity/pg_locks/pg_stat_statements/pgpro_stats,EXPLAIN (ANALYZE, BUFFERS),iostat/vmstat/top, технологический журнал 1С (ТЖ), счётчики ОС. Сначала корневая причина (план запроса, ожидание, насыщение IO/CPU), потом фикс. - Любую правку postgresql.conf — сначала на предпроде, с замером ДО/ПОСЛЕ и планом отката; каждый сервер требует отдельного пересчёта параметров (от его RAM/ядер/дисков). Меняешь — снимаешь бэкап конфига и базы.
- Параметры/пороги/поведение под конкретную версию СУБД, в которых не уверен, помечай [проверить] по справке (postgrespro.ru/docs под свою версию, ИТС), не выдавай за факт.
- Пароли/токены/перс-данные — НИКОГДА в чат и репозиторий (см. «Безопасность»).
What ships with it
10 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.
- references/backup-recovery.md 22 KB
- references/ha-and-scaling.md 25 KB
- references/maintenance.md 16 KB
- references/monitoring-and-locks.md 13 KB
- references/mssql-for-1c.md 9.0 KB
- references/postgres-tuning.md 30 KB
- scripts/pg_1c_daily_maintenance.conf 3.0 KB
- scripts/pg_1c_daily_maintenance.sh 34 KB runs code
- scripts/pg_periodic_freeze.sh 12 KB runs code
- scripts/pgpass-example.txt 3.1 KB
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 · 124 lines · 501 tokens per session scan B 079df56bbc99
1c-dba is a skill published in the GitHub repository vgtitov/bsl-ai-toolkit (21 stars, last pushed 2d ago), licensed MIT. It adds 501 tokens to every session and 2,841 once invoked, about $0.0025 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
1c-db-load-cf
A tool that imports a CF file into a 1C information base. A CF file is a binary package containing a 1C configuration.
1c-db-dump-cf
A tool that exports the configuration of a 1C information base to a CF file. A CF file contains the configuration, but not the database's business data.
1c-db-dump-dt
A tool that exports an entire 1C information base to a DT backup file. The file includes the configuration, data, users, and settings.
1c-query-validate
A checker for 1C query text against an exported configuration index. It verifies that referenced tables, register tables, tabular parts, and fields exist.
kd2-rules
A skill for creating and editing data-exchange rules in the 1C Data Conversion 2.0 application through an HTTP toolkit. It exports the resulting rules as XML for use in another 1C configuration.
1c-db-create
A tool for creating a new 1C information base, either as a local file-based database or on a server. It can also create one from a template.