What is cfe-patch-method?
Method interceptor generation in 1C extension (CFE). Use when you need to intercept a method of a borrowed object — insert code before, after, or instead of the original Source: arman-kudaibergenov/1c-ai-development-kit.
Method interceptor generation in 1C extension (CFE). Use when you need to intercept a method of a borrowed object — insert code before, after, or instead of the original
Quickly install cfe-patch-method AI skill to your development environment via command line
Source: arman-kudaibergenov/1c-ai-development-kit.
Генерирует .bsl файл с декоратором перехвата для заимствованного объекта расширения. Создаёт файл или дописывает в существующий.
Объект должен быть заимствован в расширение (/cfe-borrow). Скрипт читает NamePrefix из Configuration.xml расширения для формирования имени процедуры.
| ExtensionPath | Путь к расширению (обязат.) | — | | ModulePath | Путь к модулю (обязат.) | — | | MethodName | Имя перехватываемого метода (обязат.) | — | | InterceptorType | Before / After / ModificationAndControl (обязат.) | — | | Context | Директива контекста | НаСервере | | IsFunction | Метод — функция (добавит Возврат) | false |
Method interceptor generation in 1C extension (CFE). Use when you need to intercept a method of a borrowed object — insert code before, after, or instead of the original Source: arman-kudaibergenov/1c-ai-development-kit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill cfe-patch-methodBrowse more skills from arman-kudaibergenov/1c-ai-development-kit
Method interceptor generation in 1C extension (CFE). Use when you need to intercept a method of a borrowed object — insert code before, after, or instead of the original Source: arman-kudaibergenov/1c-ai-development-kit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill cfe-patch-method Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/arman-kudaibergenov/1c-ai-development-kit