epf-bsp-add-command

Add new commands to 1C BSP processing scripts with registration and execution code.

140|16|Updated May 2, 2026
One-click install
npx skills add https://github.com/IngvarConsulting/unica --skill epf-bsp-add-command-ingvarconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epf-bsp-add-command
Source: https://github.com/IngvarConsulting/unica/tree/main/plugins/unica/skills/epf-bsp-add-command
Command: npx skills add https://github.com/IngvarConsulting/unica --skill epf-bsp-add-command-ingvarconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of adding and managing custom commands within 1C BSP обработки, reducing manual coding effort and errors.

Core Features & Use Cases

  • Automated Command Insertion: Inserts command registration code into СведенияОВнешнейОбработке() seamlessly.
  • Handler Code Generation: Generates boilerplate server-side and client-side command execution procedures.
  • Use Case: When a developer needs to quickly add a new command to a BSP обработка and ensure proper registration and handling without manual boilerplate coding.

Quick Start

Use the epf-bsp-add-command skill to add a new command named "ЗаказПокупателя" to the "МояОбработка" for server execution.

Frequently Asked Questions about epf-bsp-add-command

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new command to an existing 1C BSP processing script?

To add a new command to 1C BSP processing scripts, this Skill inserts the command registration code into СведенияОВнешнейОбработке() and generates the necessary server-side and client-side execution procedures automatically.

What is the best way to automate command registration in 1C BSP обработки?

Automating command registration in 1C BSP обработки is achieved by using this Skill to seamlessly insert registration code and generate boilerplate handler procedures, reducing manual coding effort and errors.

Does this command registration approach handle both client-side and server-side execution procedures in 1C?

Yes, 1C command handling through this Skill generates boilerplate code for both server-side and server-side command execution procedures, ensuring proper registration and handling without manual setup.

Can I use this to quickly add a command for server execution in a BSP обработка?

Yes, you can add a command for server execution in a BSP обработка by specifying the command name and target processing, and the Skill will handle the code insertion for registration and execution.

Why does manually adding commands to 1C BSP обработки lead to errors?

Manually adding commands to 1C BSP обработки leads to errors because it requires writing boilerplate code for registration and execution procedures, which this Skill automates to ensure accuracy and consistency.