adaptive-grok-build-pro: Skill for Claude Code

.agents/skills/bitrix-development/SKILL.md

bitrix-development is a skill for Claude Code, Codex from Dimkox/adaptive-grok-build-pro. It costs 42 tokens per session (325 once invoked), scanned A, original, MIT.

A set of coding guidelines for 1C-Bitrix and Bitrix24 projects, which are PHP-based business and customer-management platforms.

In plain words
What is it for?
Use it when building or reviewing Bitrix modules, components, CRM or REST integrations, database-related code, scheduled tasks, caching, permissions, or installation updates.
Why use it?
It helps keep custom changes separate from the platform’s built-in files and makes effects on data, events, caching, permissions, and integrations easier to check.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is Dimkox/adaptive-grok-build-pro's own configuration. It tells Claude Code and Codex how to work on adaptive-grok-build-pro itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything adaptive-grok-build-pro configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Dimkox/adaptive-grok-build-pro. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Dimkox/adaptive-grok-build-pro/main/.agents/skills/bitrix-development/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Dimkox/adaptive-grok-build-pro

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bitrix-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/dimkox/adaptive-grok-build-pro/bitrix-development.svg)](https://agentmods.dev/skills/dimkox/adaptive-grok-build-pro/bitrix-development)
Your own site
<a href="https://agentmods.dev/skills/dimkox/adaptive-grok-build-pro/bitrix-development"><img src="https://agentmods.dev/badge/skills/dimkox/adaptive-grok-build-pro/bitrix-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 325 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.1 $0.00042 $0.00325
Opus 5 $0.00021 $0.00162
Sonnet 5 $0.00008 $0.00065
Haiku 4.5 $0.00004 $0.00032

Measured 6d ago against content hash fc5fcfc017a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

bitrix-development 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 6d 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.

.agents/skills/bitrix-development/SKILL.md · 39 lines

What it actually says

Bitrix Development Pack

Read references/architecture.md, references/modules.md, references/events-agents-cache.md, and references/testing-review.md as relevant.

Default architecture

  • Put custom code under local/.
  • Prefer D7 APIs for new code.
  • Keep Bitrix-facing adapters thin; domain logic should be testable without a full page request.
  • Use services, repositories, value objects, and explicit DTOs where they reduce global/static coupling.
  • Keep component classes thin and templates presentation-only.

Mandatory impact scan

Identify affected:

  • custom module or component;
  • events and handler registration;
  • Bitrix agents/cron/queues;
  • ORM tables, migrations, highload blocks, iblocks, CRM entities;
  • managed/tag/composite cache;
  • permissions and current-user assumptions;
  • localization and multisite behavior;
  • install/update/uninstall path;
  • REST/webhook/external integration contracts.

Forbidden default

Do not edit bitrix/modules, bitrix/components, or bitrix/js. Implement an extension under local/. A protected-path approval is only for a documented temporary exception with update risk and rollback.

Completion

Run the bitrix quality profile and dispatch bitrix_reviewer. Core safety, lifecycle symmetry, cache behavior, permissions, and update compatibility are release-blocking concerns.

Files

What ships with it

4 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. 6d ago First seen · 39 lines · 42 tokens per session scan A fc5fcfc017a6

Subscribe to this mod's changes

bitrix-development is a skill published in the GitHub repository Dimkox/adaptive-grok-build-pro (2 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 325 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

laravel-specialist

Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers…

Jeffallan/claude-skills · 86 tokens

create-powergrid-plugin

Create a complete PowerGrid plugin from scratch, including PHP class, Column macro, Blade view, Alpine.js component, and registration.

Power-Components/livewire-powergrid · 31 tokens

laravel-patterns

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

hashgraph-online/awesome-codex-plugins · 32 tokens

owl-admin-devtools-generator

Use this skill for Owl Admin development tools, code generator, dynamic API templates, relationships, visual pages, generated CRUD code, app/ApiTemplates, Support/Apis, Support/CodeGenerator, Controllers/DevTools, or questions about “代码生成器”, “动态 API”, “API 模板”, “关系管理”, “可视化页面”, and “生成 CRUD”.

slowlyo/owl-admin · 82 tokens

llamaindex-development

Expert guidance for LlamaIndex development including RAG applications, vector stores, document processing, query engines, and building production AI applications.

Mindrally/skills · 32 tokens

craftcms

Craft CMS 5 plugin and module development — extending Craft with PHP. Covers elements, element queries, services, models, records, controllers, migrations, queue jobs, console commands, field types, native fields, events, behaviors, Twig extensions, widgets, filesystems, permissions, project config, GraphQL, testing…

michtio/craftcms-claude-skills · 327 tokens