๐Ÿท๏ธ
Data

Bitrix Catalog

by bxmaximum

Bitrix Catalog is a Data skill for Claude Code, published by bxmaximum in bitrix-framework-skills.

19 stars3 forkson bxmaximum/bitrix-framework-skillsAdded 2026/08/11+12% in starsRepository updated 2026/07/20
1c-bitrixagent-skillsai-skillsbitrixbitrix-frameworkbitrix24bxmaxcursorcursor-agentd7llmnpxphpskills-cli
Install in seconds
Install Bitrix Catalog
Copy Bitrix Catalog into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/bxmaximum/bitrix-framework-skills/tree/main/skills/bitrix-catalog ~/.claude/skills/bitrix-catalog

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/bxmaximum/bitrix-framework-skills.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/bitrix-catalog/SKILL.md in bxmaximum/bitrix-framework-skills
Installs to
~/.claude/skills/bitrix-catalog
Collection
One of 25 skills cataloged from this repository
Category
Data โ€” 668 skills

What Bitrix Catalog does

Covers the Bitrix Trade Catalog module for managing products, SKUs, prices, inventory, and discounts. Ideal for building e-commerce features requiring price and stock integration within the Bitrix Framework.

Bitrix Catalog is cataloged under Data on DirSkills. Bitrix Catalog comes from a repository tagged 1c-bitrix, agent-skills, ai-skills, bitrix and bitrix-framework.

Documentation

README

Trade Catalog Module

Baseline: main 23.0+. Features newer than baseline are marked Since.

Catalog attaches commerce data to iblock elements. Requires iblock + catalog. Cart/orders live in sale โ€” see skill bitrix-sale.

\Bitrix\Main\Loader::includeModule('iblock');
\Bitrix\Main\Loader::includeModule('catalog');

Product ID = iblock element ID. Trade row: b_catalog_product (ProductTable). Prices: b_catalog_price (PriceTable). Catalogโ†”iblock link: b_catalog_iblock (CatalogIblockTable / CCatalog).

Linking an Iblock to Catalog

Register the product iblock as a catalog:

\CCatalog::Add([
    'IBLOCK_ID' => $productIblockId,
    'YANDEX_EXPORT' => 'N',
    'SUBSCRIPTION' => 'N',
]);

Read binding via ORM:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bitrix Catalog

  • What else does bxmaximum publish alongside Bitrix Catalog?

    Bitrix Catalog is one of 25 skills that DirSkills catalogs from bxmaximum/bitrix-framework-skills, the repository it ships in. Its siblings there include Bitrix Background Jobs, Bitrix Business Processes and Bitrix CMS Basics. Each one is a separate skill with its own page in this directory, installs the same way Bitrix Catalog does, and is maintained by bxmaximum in that same repository. The rest of the collection is listed on the bxmaximum/bitrix-framework-skills page.

  • How does Bitrix Catalog compare to other Data skills?

    Bitrix Catalog ranks #651 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bitrix Catalog against them. Open each page to compare what they document and how they install.

More from bxmaximum/bitrix-framework-skills

Bitrix Catalog is one of 25 skills cataloged on DirSkills from bxmaximum/bitrix-framework-skills.

See all 25 skills โ†’