epf-bsp-init

Generate BSP-compatible registration functions in 1C processing modules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating 1C object processing modules into BSP, enabling registration and management within the subsystem.

Core Features & Use Cases

  • Module Registration: Automates the creation of СведенияОВнешнейОбработке() functions in 1C modules for BSP compatibility.
  • Code Injection: Inserts necessary registration code into ObjectModule.bsl files within specified source directories.
  • Use Case: A developer needs to enable external processing features for a 1C object by creating the registration procedure through simple commands.

Quick Start

Use the epf-bsp-init skill to add BSP registration to a 1C processing object named "MyProcessing" for a печатная форма.

Frequently Asked Questions about epf-bsp-init

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

FAQPage Schema
How do I add BSP registration code to a 1C processing module?

The epf-bsp-init skill automates BSP registration by scanning source directories, editing code, and inserting the СведенияОВнешнейОбработке() function into ObjectModule.bsl files. This generates the necessary procedural boilerplate for external processing registration.

What is the function of СведенияОВнешнейОбработке in 1C BSP integration?

The СведенияОВнешнейОбработке() function provides the registration details required for integrating 1C object processing modules into the BSP subsystem. It enables external processing features and allows the object to be managed within the BSP framework.

Can I use code automation to register a 1C печатная форма with BSP?

Yes, you can use the epf-bsp-init skill to automate code insertion for registering a 1C печатная форма. It handles the creation of the necessary registration procedure through simple commands, ensuring BSP compatibility for the processing object.

Do I need dependencies to automate 1C module registration for BSP?

No, you do not need external dependencies to automate 1C module registration for BSP. The skill operates independently using scripts to scan specific source files and insert the required boilerplate code for process registration.