What problem does it solve? Registering a new command in a 1C:Enterprise BSP external processing requires editing the СведенияОВнешнейОбработке function and writing matching client or server handlers by hand, which is repetitive and error-prone. This Skill inserts the command registration block and generates the correct handler template automatically. ## Core Features & Use Cases - Command Registration: Inserts a НоваяКоманда block into СведенияОВнешнейОбработке with the correct ТипКоманды based on free-form user input or the processing kind. - Handler Generation: Creates or extends ВыполнитьКоманду and Печать procedures in the object module or form module, adding ИначеЕсли branches instead of duplicating existing procedures. - Use Case: A developer needs to add a server-side command "Заказ покупателя" to an existing BSP processing; the Skill detects the processing kind, registers the command with ТипКомандыВызовСерверногоМетода, and appends a handler branch to the existing ВыполнитьКоманду procedure. ## Quick Start Ask the assistant to add a command named ЗаказПокупателя with server-side execution to the processing МояОбработка using the epf-bsp-add-command skill.