What problem does it solve? After creating or modifying a 1C:Enterprise Data Composition Schema (СКД), developers need to verify that the Template.xml is structurally correct before deployment. This Skill checks the schema for format errors, broken references, and duplicate names, catching defects early in the development cycle. ## Core Features & Use Cases - Structural validation of СКД templates: Checks Template.xml files for format errors, broken links, and duplicate names via the unica.dcs.validate MCP tool. - Flexible target selection: Accepts either a file path (TemplatePath) or a logical selector (sourceSet + metadataPath), with exactly one selector enforced per call. - Configurable output: Supports detailed reporting of all checks and a MaxErrors limit to stop after a defined number of failures. - Use Case: After editing a report's data composition schema in a 1C configuration project, run validation against the template directory to confirm no broken field references or duplicate names were introduced before committing. ## Quick Start Validate the data composition schema template at src/МойОтчёт/Templates/ОсновнаяСхема and show me any structural errors found.