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.
npx skills add AzeevAN/mcp-1c --skill bsl-change-reviewgit clone --depth 1 https://github.com/AzeevAN/mcp-1cWrote 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/azeevan/mcp-1c/bsl-change-review)<a href="https://agentmods.dev/skills/azeevan/mcp-1c/bsl-change-review"><img src="https://agentmods.dev/badge/skills/azeevan/mcp-1c/bsl-change-review/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/azeevan/mcp-1c/bsl-change-review"><img src="https://agentmods.dev/badge/skills/azeevan/mcp-1c/bsl-change-review.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.00085 | $0.02218 |
| Opus 5.5 | $0.00034 | $0.00887 |
| Sonnet 5 | $0.00017 | $0.00444 |
| Haiku 4.5 | $0.00009 | $0.00222 |
Grade A, and why
bsl-change-review 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BSL change review и ручная реализация
Версия skill: 0.3.0-candidate
Совместимость: mcp-1c 3.3.0+; нужен доступ к коду процедур. Проверка API
платформы требует синтаксической справки mcp-1c.
Статус: экспериментальный candidate. Наличие каталога не означает, что skill принят: пользу подтверждает отдельное слепое baseline/candidate-сравнение.
Результат и границы
Подготовь один из двух результатов по точному текущему коду:
review— визуальное ревью с unified diff;manual-implementation— инструкция ручного внесения с копируемыми блоками.
В обоих режимах укажи точный адрес изменения, источник текущего кода, причины, риски, выполненные и невыполненные проверки. Отделяй доказанные факты от предположений и ничего не применяй без отдельного разрешения пользователя.
Skill подходит для процедуры, функции, формы, реквизитов или небольшого связанного набора объектов. Он работает с локальными исходниками и только с read-only MCP. Он не предназначен для автоматического изменения конфигурации, полного архитектурного проектирования, публикации кода конкретного внедрения или передачи полного локального файла удалённому MCP ради построения diff.
Выбор режима и обязательное чтение
У skill ровно 2 режима. Выбери режим до чтения подробной инструкции.
review
Выбирай для просьб показать изменения, разницу или diff, сравнить «сейчас и будет», оценить изменение или провести ревью.
Русские алиасы: «покажи изменения», «сделай ревью», «покажи разницу», «покажи дифф», «сравни текущий и новый код».
После выбора обязательно прочитай
references/review.md. Не читай инструкцию второго
режима, если она не нужна для отдельного результата пользователя.
manual-implementation
Выбирай для пошаговой инструкции, готового кода для копирования, пакета ручного переноса в Конфигуратор или бинарной формы/модуля, недоступных локальному patch.
Русские алиасы: «подготовь инструкцию», «сделай инструкцию для ручного внесения», «подготовь код для копирования», «покажи, что найти и на что заменить», «подготовь пакет ручной реализации», «подготовь изменения для Конфигуратора», «форма бинарная, подготовь ручное изменение».
What ships with it
2 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.
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.
- 2d ago First seen · 198 lines · 85 tokens per session scan A dfc113eadf03
bsl-change-review is a skill published in the GitHub repository AzeevAN/mcp-1c (8 stars, last pushed 2d ago), licensed Apache-2.0. It adds 85 tokens to every session and 2,218 once invoked, about $0.0003 per session on Opus 5.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-09-24.
Other skills, from other repositories
1c-naparnik
A connection to 1C:Naparnik, a service for analyzing BSL code and searching 1C documentation and standards. BSL is the programming language used by the 1C:Enterprise platform.
bsp
A guide for developing and reviewing business software in 1C with its Standard Subsystems Library, a collection of shared building blocks for common tasks.
xml-structure-review
A checker for XML metadata files used by 1C, a business software platform. It verifies objects, forms, layouts, roles, configuration membership, and permissions in extension roles.
bsl-code-review
A code-review check for BSL, the programming language used by the 1C business-software platform. It looks for static-analysis warnings, performance anti-patterns, naming issues, API signature errors, and missing shared modules.
bsl-architecture-review
An architecture review for 1C code, focused on how modules divide responsibilities and depend on one another. It applies design principles such as SOLID and GRASP, adapted to 1C.
1c-naparnik
A set of tools for analyzing and editing BSL, the programming language used by 1C, plus searching 1C platform documentation and the ITS knowledge base. ITS is 1C's technical information system.