What problem does it solve?
This skill solves the problem of manually creating and wiring 1C:Enterprise 8.3 configuration metadata objects (catalogs, documents, registers, enums, modules, etc.) by letting you describe the object once in a JSON DSL and then generating the required XML, modules, and Configuration.xml registration automatically.
Core Features & Use Cases
- Metadata object generation from JSON DSL: Produces the full set of artifacts for a given metadata object definition (including XML and generated parts in the export directory).
- Batch compilation: Accepts either a single JSON object or an array of multiple objects in one input and compiles them together.
- Structured DSL for 1C types and shapes: Supports shorthands for attributes/dimensions/resources/tabular sections and validates object
type and name, including synonyms and enum-value aliases.
Quick Start
Ask the AI to: compile a 1C metadata Catalog object from the provided JSON DSL into my Configuration export directory at the specified OutputDir.