What problem does it solve? Writing a 1C:Enterprise Data Composition Schema (СКД) Template.xml by hand is verbose and error-prone. This Skill compiles a compact JSON DSL into a complete DataCompositionSchema XML, covering data sets, fields, parameters, filters, settings variants, and output templates. ## Core Features & Use Cases - JSON-to-XML compilation: Converts a JSON definition into a valid Template.xml via the unica.dcs.compile MCP tool, accepting either a file path or an inline JSON string. - Rich DSL shorthand: Supports shorthand syntax for fields, calculated fields, totals, parameters (including @autoDates), filters, grouping structures, and settings variants, plus object forms for advanced cases like conditional appearance and template drilldown. - Output templates: Defines tabular output layouts with rows, cell merging, built-in styles, and custom styles from dcs-styles.json files. - Use Case: A 1C developer needs a sales report schema with period parameters, grouping by organization, and totals. They write a short JSON definition and compile it directly into a ready-to-use Template.xml, then verify it with unica.dcs.validate and unica.dcs.info. ## Quick Start Ask the assistant to compile your JSON data composition schema definition into a Template.xml file at the desired output path using the dcs-compile skill.