bitrix

A specialist guide for 1C-Bitrix, a Russian content-management system and online-store platform. It examines the installed project, its standard modules, and local customisations before suggesting work.

In plain words
What is it for?
Use it on Bitrix projects involving content blocks, users, custom modules, pages, search, forms, or online-store functions such as products, stock, carts, orders, payments, and delivery.
Why use it?
It helps avoid recommendations that do not match the actual Bitrix installation or its project-specific changes. It separates general site features from confirmed online-store features.

Skill for Claude CodeCodex

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/poliklot/bitrix-agent-skill/bitrix
Any agent
npx skills add Poliklot/bitrix-agent-skill --skill bitrix
Clone the repo
git clone --depth 1 https://github.com/Poliklot/bitrix-agent-skill

Made for: Claude Code, Codex.

Per session 267 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,986 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00267 $0.04986
Opus 5 $0.00133 $0.02493
Sonnet 5 $0.00053 $0.00997
Haiku 4.5 $0.00027 $0.00499

Measured 3d ago against content hash 1e60397a73e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 2 executable files (allow-update.ps1, allow-update.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

bitrix/SKILL.md · 205 lines

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 как сохранённый снимок проекта.

Текущая фаза

В текущей фазе есть два подтверждённых маршрута:

  1. 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/*-оверрайды.
  2. 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 с catalog 25.550.0, sale 26.0.0, currency 26.0.0, bitrix.eshop 25.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.

Read the full file on GitHub · 205 lines

Files

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.

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. 3d ago First seen · 205 lines · 267 tokens per session scan A 1e60397a73e3

Subscribe to this mod's changes

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.

Related

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…

vrtalex/bitrix24-skill · 214 tokens

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…

bxmaximum/bitrix-framework-skills · 122 tokens

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…

bxmaximum/bitrix-framework-skills · 122 tokens

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…

bxmaximum/bitrix-framework-skills · 129 tokens

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…

bxmaximum/bitrix-framework-skills · 155 tokens

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…

bxmaximum/bitrix-framework-skills · 122 tokens