What problem does it solve? Creating new metadata objects in 1C:Enterprise configurations normally requires manual XML editing and multi-step setup. This Skill creates a metadata object and optionally configures it in a single atomic typed operation via the Unica MCP server, with preview-before-apply semantics. ## Core Features & Use Cases - Atomic object creation: Create a metadata object of a supported kind (Catalog, EventSubscription, etc.) in a named source set with one unica.meta.add call. - Inline configuration: Pass typed operations (setProperties, add attributes, editRelations) so the object is fully configured in the same transaction as its creation. - Event subscription wiring: Define typed event sources via editRelations with relation: "source" and set Event and Handler properties in the same call. - Dry-run preview: Calls default to preview mode returning semantic effects; changes are only applied when dryRun: false is explicitly passed. - Use Case: Create a new catalog with a required UUID attribute, or create an event subscription on Catalog.Номенклатура for BeforeWrite with a handler in a common module, all validated before publication. ## Quick Start Ask the assistant to create a new 1C metadata object, for example: create a catalog named НовыйСправочник in the main source set with a required UUID attribute, previewing the change first.