epf-bsp-init
25Skill Claude CodeCodex
A 1C external-processing setup step that adds the function needed to register a processing tool in the BSP “Additional reports and processing” section. BSP is a standard 1C library.
Skill Claude CodeCodex
A 1C external-processing setup step that adds the function needed to register a processing tool in the BSP “Additional reports and processing” section. BSP is a standard 1C library.
Skill Claude CodeCodex
A command for building a 1C external processing or report file from its XML source files. EPF and ERF are file formats for add-on processing and reports in 1C.
Skill Claude CodeCodex
A tool for unpacking a 1C EPF or ERF file into XML source files. EPF and ERF are packaged 1C files used for external processing and reports.
Skill Claude CodeCodex
A starter structure for a new 1C external processing. External processing is a 1C tool stored separately from the main application.
Skill Claude CodeCodex
A command for checking whether the XML source of a 1C external processing or report has the required structure and files.
Skill Claude CodeCodex
A build tool that turns the XML source files of a 1C external report into an ERF file. ERF is the packaged report file that 1C can open or use.
Skill Claude CodeCodex
A tool for unpacking a 1C ERF report file into XML source files. ERF is a 1C report format, and the tool requires access to a matching information base to preserve reference types.
Skill Claude CodeCodex
A scaffolding tool for creating the empty source files of an external 1C report. 1C is business software widely used for accounting, inventory, and company operations; an external report is a report kept outside the main 1C configuration.
Skill Claude CodeCodex
A validator for 1C external reports, which are report files added to the 1C business software platform.
Skill Claude CodeCodex
A tool for adding an empty managed form to a 1C object such as a document, catalogue, or information register. A managed form is the screen users use to view or edit that object in 1C.
Skill Claude CodeCodex
A form generator for managed 1C applications. It creates Form.xml from a JSON description or from an object's 1C metadata, such as a catalogue or document.
Skill Claude CodeCodex
A converter for managed 1C forms that turns a Form.xml file into a JSON draft understood by the related form compiler. 1C is business software that uses structured forms for data-entry screens.
Skill Claude CodeCodex
A tool for modifying an existing managed form in 1C by adding screen elements, fields, commands, and event handlers. Event handlers are code routines that run when something happens, such as a field changing.
Skill Claude CodeCodex
A summary tool for a managed 1C form, reading its Form.xml file and showing the element tree, fields with their types, commands, and events.
Skill Claude CodeCodex
A reference guide for arranging managed forms in the 1C platform. It describes common layouts, naming conventions, events, properties, and advanced patterns for different form types.
Skill Claude CodeCodex
A command for removing a form from a 1C configuration object. 1C is a business application platform where forms are the screens used to view or edit data.
Skill Claude CodeCodex
A validator for managed 1C forms that checks a Form.xml file for structural errors, invalid links, duplicate IDs, and missing related elements.
Skill Claude CodeCodex
A helper that adds built-in HTML help to a 1C object, such as a report, catalogue, document, or data processor.
Skill Claude CodeCodex
An image overlay that draws numbered vertical and horizontal lines over a PNG or JPG image.
Skill Claude CodeCodex
An editor for the command interface of a 1C subsystem, the part that controls which commands users see and where they appear.
Skill Claude CodeCodex
A validator for 1C command-interface XML files. 1C is an enterprise software platform, and its command interface defines the commands shown in an application’s interface.
Skill Claude CodeCodex
A generator for 1C metadata objects, such as catalogs, documents, registers, reports, and modules. It reads a JSON definition and creates the XML and code files expected in a 1C configuration export.
Skill Claude CodeCodex
A 1C tool that converts an XML metadata object into a compact JSON draft for the meta-compile format. Metadata objects include items such as catalogs, documents, and registers that define a 1C configuration.
Skill Claude CodeCodex
A command for making focused changes to existing 1C metadata. Metadata describes objects such as fields, table sections, dimensions, resources, and their properties.