📦
DevOps

Bitrix Modules

by bxmaximum

Bitrix Modules is a DevOps 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 Modules
Copy Bitrix Modules 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-modules ~/.claude/skills/bitrix-modules

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

What Bitrix Modules does

Covers creation and maintenance of custom Bitrix modules in /local/modules/, including CModule class, installation/uninstallation, event and agent registration, module options, and scaffold generation with make:module.

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

Documentation

README

Bitrix Modules

Identifier and Namespace

  • Identifier: <vendor>.<module> (lowercase, no _, no digit at start).
  • Installer class: <vendor>_<module> (dot → _).
  • Namespace: \<Vendor>\<Module>\... (dot → \, CamelCase) for partner modules with a dot in the id.
  • One-word module id (no partner prefix), e.g. mymodule: installer class mymodule, PSR-4 namespace \Bitrix\Mymodule (Loader uses Bitrix\ + ucfirst($moduleName)), not \Mymodule.

Quick Creation

php bitrix/bitrix.php make:module vendor.module

Since main 25.900. On older versions, scaffold files manually.

make:module creates a minimal skeleton only:

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

Frequently asked about Bitrix Modules

  • What else does bxmaximum publish alongside Bitrix Modules?

    Bitrix Modules 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 Modules 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 Modules compare to other DevOps skills?

    Bitrix Modules ranks #781 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. 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 Modules against them. Open each page to compare what they document and how they install.

More from bxmaximum/bitrix-framework-skills

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

See all 25 skills