What problem does it solve? Writing 1C managed form layouts (Form.xml) by hand is verbose and error-prone. This Skill compiles a concise JSON DSL into a valid Form.xml for an existing form, but only in the controlled "assisted" artifact mode, preventing unsafe raw XML edits. ## Core Features & Use Cases - JSON DSL to Form.xml compilation: Converts a declarative JSON form description into the Ext/Form.xml file of an already-existing form in the metadata. - Strict safety gates: Forbids -FromObject, form-add, ChildObjects edits, and creation of new metadata objects; halts if the form does not already exist in the configuration. - Preset-driven layouts: Supports layout presets (e.g. erp-standard) with deep-merge overrides at project level for documents, catalogs, registers, and charts of accounts. - Use Case: During a 1C change request, after the form was created manually in Configurator, run the compile script with a JSON DSL to populate the form layout, then pass the result to the 1c-forms/validate step. ## Quick Start Ask the assistant to compile the prepared JSON DSL into the existing form's Form.xml using the 1c-forms compile script with the erp-standard preset.