·cfe-patch-method
</>

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

7Installs·0Trend·@arman-kudaibergenov

Installation

$npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill cfe-patch-method

How to Install cfe-patch-method

Quickly install cfe-patch-method AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill cfe-patch-method
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: arman-kudaibergenov/1c-ai-development-kit.

SKILL.md

View raw

Генерирует .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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill cfe-patch-method
Category
</>Dev Tools
Verified
First Seen
2026-03-13
Updated
2026-03-13

Browse more skills from arman-kudaibergenov/1c-ai-development-kit

Quick answers

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.

How do I install cfe-patch-method?

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

Where is the source repository?

https://github.com/arman-kudaibergenov/1c-ai-development-kit