What problem does it solve? Modifying 1C:Enterprise subsystem definitions by hand-editing XML is error-prone and tedious. This Skill performs targeted edits to a subsystem's XML file through the unica MCP tool, so you can add or remove metadata objects, manage child subsystems, and change properties without touching raw XML. ## Core Features & Use Cases - Content management: Add or remove objects (catalogs, documents, reports) from a subsystem's Content section, individually or in batches. - Child subsystem management: Add or remove nested subsystems in the ChildObjects section. - Property editing: Change subsystem properties such as Synonym, IncludeInCommandInterface, and UseOneCommand. - Safe mutations: Changes run as a dry run by default and only apply when you explicitly pass dryRun: false; built-in validation checks correctness for platform 8.3.27 before committing. - Use Case: You need to expose the "Номенклатура" catalog under the "Продажи" subsystem. Invoke the skill with SubsystemPath pointing at the subsystem, Operation "add-content", and Value "Catalog.Номенклатура" to update the XML in one call. ## Quick Start Ask the assistant to add the catalog "Номенклатура" to the "Продажи" subsystem in your 1C configuration using the subsystem-edit skill with dry run disabled.