What problem does it solve? Deleting a metadata object in a 1C:Enterprise configuration is risky: other objects may reference it, vendor support locks may block changes, and partial edits can corrupt the source tree. This Skill performs safe removal through the Unica MCP server with a typed dry-run plan before any change is published. ## Core Features & Use Cases - Reference analysis: Runs with dryRun enabled by default to inspect dependencies, diagnostics, and a typed removal plan before applying anything. - Guarded forced removal: Applying a removal when references exist requires triple confirmation (force: true, confirm: true, dryRun: false), preventing accidental destructive changes. - Atomic publication with vendor guard: Vendor support checks run before publication, and changes are published atomically rather than by editing service files directly. - Use Case: You need to delete an obsolete catalog Catalog.Устаревший from a source set. First call unica.meta.remove with dryRun: true to review the removeObject effect and any references, then apply with dryRun: false once the plan is clean. ## Quick Start Ask the assistant to remove the metadata object Catalog.Устаревший from the main source set using the meta-remove skill, starting with a dry run to review references.