meta-edit
49Skill Claude CodeCodex
A tool for editing an existing 1C metadata object by its logical address. 1C metadata defines application objects such as documents, directories, and settings.
Skill Claude CodeCodex
A tool for editing an existing 1C metadata object by its logical address. 1C metadata defines application objects such as documents, directories, and settings.
Skill Claude CodeCodex
A tool for reading the typed local structure and validation information of a 1C metadata object. 1C metadata describes the objects that make up a 1C application.
Skill Claude CodeCodex
A tool for safely removing a 1C metadata object by its logical address. 1C metadata defines application objects such as documents, directories, and settings.
Skill Claude CodeCodex
A guide for designing 1C metadata—the definitions of application objects such as directories, documents, enumerations, constants, and characteristic plans.
Skill Claude CodeCodex
A guide for deciding where 1C code belongs: in an object module, manager module, or common module. It also covers the execution context and related module settings.
Skill Claude CodeCodex
A tool for compiling a JSON description into an MXL tabular document, the 1C format used for printable spreadsheet-like layouts.
Skill Claude CodeCodex
A tool for converting an MXL tabular document—the 1C format for printable spreadsheet-like layouts—into a JSON description. JSON is a text format that is easier to read and edit.
Skill Claude CodeCodex
A tool for examining the structure of an MXL tabular document, the 1C format used for printable spreadsheet-like layouts. It shows layout areas, settings, and column sets.
Skill Claude CodeCodex
A checker for MXL tabular documents, the 1C format used for printable spreadsheet-like layouts. It tests whether a layout is correctly formed.
Skill Claude CodeCodex
A reference skill for event handlers in 1C, where handlers run before or after actions such as saving, copying, filling, or deleting an object. It covers the handlers’ roles and important parameters.
Skill Claude CodeCodex
A reference skill for protecting 1C objects when several users may edit them at the same time. It explains pessimistic and optimistic locking, which are two ways to manage concurrent changes.
Skill Claude CodeCodex
A reference skill for the 1C platform and BSL, the programming language used to build 1C business applications. It helps clarify the platform’s object model, APIs, versions, and compatibility.