🧱
Frontend

Bitrix CMS Basics

by bxmaximum

Bitrix CMS Basics is a Frontend 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 CMS Basics
Copy Bitrix CMS Basics 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-cms-basics ~/.claude/skills/bitrix-cms-basics

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-cms-basics/SKILL.md in bxmaximum/bitrix-framework-skills
Installs to
~/.claude/skills/bitrix-cms-basics
Collection
One of 25 skills cataloged from this repository
Category
Frontend567 skills

What Bitrix CMS Basics does

Covers Bitrix CMS fundamentals: sites, templates, menus, page templates, include areas, breadcrumbs, user groups, user fields, and the admin panel. Useful for site structure and content management tasks.

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

Documentation

README

CMS Basics

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

Site management layer above the framework — sites, templates, menus, content areas. Landing sites / Sites24: skill bitrix-landing.

Sites (Multisite)

ORM tablet: \Bitrix\Main\SiteTable → table b_lang (main/lib/SiteTable.php). Legacy: CSite.

Key fields: LID (primary, e.g. s1), NAME, DIR, DOC_ROOT, SERVER_NAME, SITE_NAME, LANGUAGE_ID, CULTURE_ID, ACTIVE, DEF.

$site = \Bitrix\Main\SiteTable::getRow([
    'filter' => ['=LID' => SITE_ID],
    'select' => ['LID', 'DIR', 'SERVER_NAME', 'DOC_ROOT', 'LANGUAGE_ID'],
]);

$docRoot = \Bitrix\Main\SiteTable::getDocumentRoot(SITE_ID);

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

Frequently asked about Bitrix CMS Basics

  • What else does bxmaximum publish alongside Bitrix CMS Basics?

    Bitrix CMS Basics 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 Caching. Each one is a separate skill with its own page in this directory, installs the same way Bitrix CMS Basics 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 CMS Basics compare to other Frontend skills?

    Bitrix CMS Basics ranks #557 by stars among the 567 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. 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 CMS Basics against them. Open each page to compare what they document and how they install.

More from bxmaximum/bitrix-framework-skills

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

See all 25 skills