epf-bsp-add-command

Add BSP commands to processing descriptions and generate server or client handler code.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill epf-bsp-add-command-mmmmmm786mngb-jpg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epf-bsp-add-command
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/epf-bsp-add-command
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill epf-bsp-add-command-mmmmmm786mngb-jpg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates adding a BSP command to the processing description and generates the corresponding handler code.

Core Features & Use Cases

  • Adds a new command to the processing description and registers command metadata.
  • Generates server-side and client-side handlers, placing them in the appropriate modules.
  • Use when extending BSP processing workflows to support new user actions via commands.

Quick Start

Configure the command with /epf-bsp-add-command using the processor name, identifier, and optional type and presentation.

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 BSP processing in 1C?

To add a BSP command in 1C, this Skill automates inserting the command into the processing description and generates the corresponding server-side or client-side handler code based on your processing type.

How does auto-generating BSP command handlers work for 1C client-server modules?

Auto-generating BSP command handlers works by analyzing existing 1C code to determine the processing type, then creating server-side procedures or client-side module handlers and inserting the command before returning registration parameters.

Can I use this to register both server and client BSP command variants?

Yes, you can register both server and client BSP command variants. The Skill generates appropriate handlers for each variant and places them in the correct modules within your 1C additional processing workflow.

What is the best way to automate BSP workflow command registration without manual coding?

The best way to automate BSP workflow command registration is by using this Skill to configure the processor name, identifier, and optional type, which then auto-generates the necessary handler code and metadata automatically.

Do I need to analyze existing 1C code before adding a BSP command?

You do not need to manually analyze existing 1C code before adding a BSP command. The Skill automatically analyzes the code to determine the processing type and inserts the new command correctly within the registration parameters.