What problem does it solve? Manually authoring 1C:Enterprise subsystem metadata requires writing verbose XML files, building the correct directory structure, and registering the object in Configuration.xml or a parent subsystem. This Skill automates that entire process from a compact JSON definition. ## Core Features & Use Cases - JSON-to-XML compilation: Converts a JSON subsystem definition (name, synonym, content, picture, command interface flags) into valid 1C XML sources and file structure. - Automatic parent registration: Registers the new subsystem in Configuration.xml or nests it under an existing parent subsystem XML. - Built-in validation and safety: Runs mandatory 8.3.27 correctness validation before committing, supports dry-run mode by default, and enforces vendor support guards for locked objects. - Use Case: You need to add a "Sales" section containing catalogs and reports to your configuration. Provide a JSON definition with the name and content list, and the Skill generates the XML, folder structure, and registration in one MCP call. ## Quick Start Ask the assistant to create a 1C subsystem named "Продажи" containing Catalog.Номенклатура in your configuration source directory using the subsystem-compile skill.