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.
curl -O https://raw.githubusercontent.com/Dimkox/adaptive-grok-build-pro/main/.agents/skills/bitrix-development/SKILL.mdgit clone --depth 1 https://github.com/Dimkox/adaptive-grok-build-proWrote 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.
[](https://agentmods.dev/skills/dimkox/adaptive-grok-build-pro/bitrix-development)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
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.
- 6d ago First seen · 39 lines · 42 tokens per session scan A fc5fcfc017a6
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.
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…
create-powergrid-plugin
Create a complete PowerGrid plugin from scratch, including PHP class, Column macro, Blade view, Alpine.js component, and registration.
laravel-patterns
Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.
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”.
llamaindex-development
Expert guidance for LlamaIndex development including RAG applications, vector stores, document processing, query engines, and building production AI applications.
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…