Kirill Novozhilov
Community@bxmaximum
Agent Skills by Kirill Novozhilov
Showing 23 vetted skills indexed across 1 GitHub repositories.
bitrix-datetime
Normalize Bitrix date and time across server and user time zones.
bitrix-localization
Standardize Bitrix translation loading across PHP and JavaScript with Loc::loadMessages.
bitrix-validation
Validate Bitrix DTOs and controllers using PHP 8 attributes and ValidationService.
bitrix-controllers
Automate Bitrix D7 controller development with parameter binding and ActionFilter security.
bitrix-result-and-errors
Standardize Bitrix API results, errors, and error collections across services.
bitrix-database
Access Bitrix databases directly for migrations and bulk operations.
bitrix-http-client
Standardize external HTTP requests in Bitrix projects with configurable options.
bitrix-request-response
Automate Bitrix HTTP handling with Context-based requests and standardized response classes.
bitrix-components
Guide Bitrix component development with file structure, caching, and SEF routing.
bitrix-service-locator
Resolve Bitrix services via PSR-11 ServiceLocator with has() and get().
bitrix-events
Publish and handle Bitrix events across modern and legacy APIs.
bitrix-iblocks
Model and query Bitrix iblock data using ORM and classic API.
bitrix-background-jobs
Orchestrate Bitrix background tasks across CAgent, addBackgroundJob, and Messenger queues.
bitrix-project-structure
Organize Bitrix project structure and PSR-4 autoloading rules.
bitrix-security
Enforce CSRF, SSRF, SQL injection, XSS, and access controls in Bitrix applications.
bitrix-logger
Implement PSR-3 logging for Bitrix modules with configurable backends.
Bitrix AI Challenge — модуль «Избранное»
Implement a Bitrix Wishlist module with ORM storage and encrypted guest cookies.
bitrix-routing
Configure Bitrix RoutingConfigurator routes in web.php and api.php files.
bitrix-orm
Automate Bitrix D7 ORM data modeling with DataManager and Table classes.
bitrix-caching
Implement multi-layer caching strategies for Bitrix applications.
bitrix-modules
Automate Bitrix module creation and maintenance with CModule and make:module.
bitrix-sessions
Implement Bitrix session handling via Application::getInstance()->getSession() with multi-backend storage.
bitrix-console-commands
Automate Bitrix CLI command management and registration in .settings.php.