What problem does it solve? Creating print-form layouts (MXL tabular documents) for 1C:Enterprise by hand-editing Template.xml is error-prone: palettes, indexes, merges, and namespaces must all be consistent. This Skill lets you describe the layout in a compact JSON DSL and generates a correct Template.xml automatically. ## Core Features & Use Cases - JSON-to-MXL compilation: Converts a JSON definition of areas, rows, cells, fonts, and styles into a valid 1C Template.xml via the unica.mxl.compile MCP tool. - Automatic layout calculation: Supports page formats like A4-landscape and proportional "Nx" column widths so dimensions are computed automatically. - Validation workflow: Pairs with unica.mxl.validate and unica.mxl.info to verify the generated template structure. - Use Case: You need a sales report print form. Write a JSON definition with header, data, and totals areas, then compile it into src/Reports/.../Ext/Template.xml ready for the 1C configuration. ## Quick Start Ask the assistant to compile your JSON layout definition into a 1C MXL template by providing the JSON file path and the desired Template.xml output path.