What problem does it solve? Modifying a vendor-supplied 1C:Enterprise configuration requires explicitly changing support states, and editing Ext/ParentConfigurations.bin by hand is error-prone. This Skill routes all support-state changes through the unica.support.edit MCP tool with safe dry-run defaults. ## Core Features & Use Cases - Global capability toggle: Turn configuration editing on or off with the Capability parameter while keeping vendor objects locked. - Per-object rules: Set an individual object to editable, off-support, or locked using the Set parameter. - Safe mutation flow: Mutations default to dryRun: true; real changes require explicit user confirmation, with unica.cf.info / unica.meta.info checks before and after. - Use Case: You need to customize one vendor catalog without losing support on the rest of the configuration — enable editing globally, then set only Catalogs/Items.xml to editable. ## Quick Start Ask the assistant to enable editing for the configuration in src/configuration and set the Items catalog to editable using the unica support edit tool, confirming the change so it runs without dry run.