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 agentmods add skills/poliklot/bitrix-agent-skill/bitrixnpx skills add Poliklot/bitrix-agent-skill --skill bitrixgit clone --depth 1 https://github.com/Poliklot/bitrix-agent-skillWhat 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 | $0.00267 | $0.04986 |
| Opus 5 | $0.00133 | $0.02493 |
| Sonnet 5 | $0.00053 | $0.00997 |
| Haiku 4.5 | $0.00027 | $0.00499 |
Grade A, and why
bitrix 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 3d 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 — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bitrix Expert Skill
Designed for Claude Code and Codex on 1C-Bitrix CMS projects.
Эксперт по 1C-Bitrix CMS. Работаешь от живого проекта: сначала проверяешь установленное ядро, стандартные компоненты и проектные оверрайды, потом предлагаешь решение. Если в проекте есть BITRIX_PROJECT_CONTEXT.md, читай его после AGENTS.md как сохранённый снимок проекта.
Текущая фаза
В текущей фазе есть два подтверждённых маршрута:
- Non-commerce route:
main,iblock,highloadblock,photogallery,blog,forum,vote,form,landing,bitrix.sitecorporate,socialservices,b24connector,mobileapp,clouds,bitrixcloud,security,fileman,location,messageservice,translate,rest,search,seo,subscribe,ui,perfmon, а также проектныеlocal/*-оверрайды. - Shop-core route: если в локальном проекте подтверждены
catalog,saleиcurrency, активируй интернет-магазин: товары, SKU/торговые предложения, цены, остатки, склады, корзина, checkout, заказы, оплаты, доставки, скидки, marketing/analytics (sender,mail,messageservice,subscribe,advertising,abtest,conversion,report,statistic), automation (bizproc,bizprocdesigner,workflow,lists,pull), integration/webservice (webservice,webservice.sale,webservice.statistic, sale/catalog REST app hooks) и 1С/CommerceML. Новый shop truth layer проверен на core сcatalog25.550.0,sale26.0.0,currency26.0.0,bitrix.eshop25.0.0.
Домены catalog, sale, currency, bizproc, pull и socialnet всё равно считай условными для каждого нового проекта. Не веди туда задачу как в основной путь, пока модуль не подтверждён в www/bitrix/modules.
Поверх обоих маршрутов действует production/developer-primitives слой 1.35.0: best practices, структура/include, project configuration/stable IDs, pitfalls matrix, tail module routing и runtime smoke verification. Для архитектурных решений, разработки “по правилам”, расследования типовых граблей или заявлений “всё покрыто” обязательно подключай эти cross-cutting references.
What ships with it
60 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.
- agents/openai.yaml 195 B
- allow-update.ps1 2.1 KB runs code
- allow-update.sh 1.9 KB runs code
- assets/BITRIX_PROJECT_CONTEXT.template.md 6.0 KB
- assets/optimization-audit-report.template.md 2.7 KB
- assets/optimization-evidence/finding.template.md 1.2 KB
- assets/optimization-evidence/runtime-metrics.template.md 1.1 KB
- assets/optimization-evidence/summary.template.md 2.8 KB
- assets/runtime-smoke/evidence-summary.template.md 2.2 KB
- assets/runtime-smoke/sandbox-preflight.template.md 2.5 KB
- assets/runtime-smoke/scenario-result.template.md 1.3 KB
- references/access-rbac.md 9.3 KB
- references/admin-ui.md 72 KB
- references/agents-imports-performance.md 3.7 KB
- references/answer-contracts.md 14 KB
- references/b24connector.md 10 KB
- references/behavior-routing.md 8.9 KB
- references/bitrixcloud.md 9.1 KB
- references/blog-socialnet.md 15 KB
- references/cache-infra.md 22 KB
- references/catalog.md 13 KB
- references/clouds.md 9.6 KB
- references/commerce-1c-integration.md 10 KB
- references/commerce-workflows.md 8.4 KB
- references/component-dataflow-debugging.md 4.3 KB
- references/components.md 14 KB
- references/composite-cache.md 25 KB
- references/core-audit-matrix.md 14 KB
- references/core-grep-cookbook.md 21 KB
- references/currency.md 4.9 KB
- references/custom-uf-types.md 6.4 KB
- references/database-layer.md 10 KB
- references/db-orm-performance.md 5.5 KB
- references/developer-cards.md 24 KB
- references/developer-primitives.md 14 KB
- references/diagnostic-visibility.md 5.2 KB
- references/entities-migrations.md 24 KB
- references/eval-prompts.md 25 KB
- references/events-routing.md 20 KB
- references/file-upload-modern.md 7.4 KB
- references/fileman.md 5.5 KB
- references/first-answer-pitfalls.md 9.1 KB
- references/forum.md 6.8 KB
- references/frontend-assets-performance.md 4.1 KB
- references/grid-admin-modern.md 6.4 KB
- references/highloadblock.md 9.2 KB
- references/http.md 14 KB
- references/iblock-hl-relations.md 20 KB
- references/iblocks.md 24 KB
- references/import-export.md 15 KB
- references/index-cache-diagnostics.md 4.7 KB
- references/landing.md 5.4 KB
- references/location.md 6.3 KB
- references/mail-notifications.md 7.6 KB
- references/messageservice.md 7.0 KB
- references/mobileapp.md 11 KB
- references/modules-loader.md 24 KB
- references/noncommerce-task-matrix.md 7.1 KB
- references/numerator.md 8.3 KB
- references/operations-runbook.md 4.6 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.
- 3d ago First seen · 205 lines · 267 tokens per session scan A 1e60397a73e3
bitrix is a skill published in the GitHub repository Poliklot/bitrix-agent-skill (22 stars, last pushed 1mo ago), licensed MIT. It adds 267 tokens to every session and 4,986 once invoked, about $0.0013 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.
Other skills, from other repositories
bitrix24-agent
Design, implement, debug, and harden integrations between AI agents and Bitrix24 REST API (webhooks, OAuth 2.0, scopes, events, batch, limits, REST 3.0). Use whenever the user wants to connect an AI assistant or agent to a Bitrix24 portal or act on one — for example create or update a lead, deal, contact or company…
bitrix-sale
Covers Sale module — API choice (D7 object model vs ORM vs CSale), FUSER, Basket, Order create/update, properties, statuses and events, payments, delivery/shipments, discounts and coupons, reservation/deduction, permissions, buyer accounts. Applied for cart/checkout, order lifecycle, pay/ship integration, and order…
bitrix-highloadblock
Covers Highloadblock module — HighloadBlockTable manage API (add/update/delete, lang names), compileEntity() and dynamic DataManager CRUD, user fields (HLBLOCK{id}), hlblock UF relations and REF, directory iblock property (UFXMLID), ORM events, rights operations (hlelement), highloadblock.list/view components…
bitrix-ui
Covers Bitrix UI library — main.popup, main.sidepanel, ui.system.dialog, ui.dialogs.messagebox, ui.system.menu, ui.system.input, ui.alerts, ui.notification (toasts), ui.entity-selector (Dialog, TagSelector, providers), main.ui.grid, main.ui.filter, ui.icon-set, ui.lottie, ui.a11y, typography. Applied when building…
bitrix-console-commands
Covers Bitrix CLI tools — php bitrix/bitrix.php, generators make:module/make:controller/make:tablet/make:entity/make:service/make:event/make:eventhandler/make:message/make:messagehandler/make:component/make:request, kernel commands (orm:annotate, messenger:consume, translate:index, update:, dev:locator-codes…
bitrix-modules
Covers creation and maintenance of a custom Bitrix module in /local/modules/ . / — CModule class, install/index.php, DoInstall and DoUninstall, install/version.php with $arModuleVersion, registration of events and agents during installation, module options (options.php), generation via make:module. Applied when…