What problem does it solve? Adding a new managed form to a 1C:Enterprise configuration object normally requires manually creating metadata XML, Form.xml, and Module.bsl files and registering the form in the object's root XML. This Skill automates that scaffolding through the unica MCP server, reducing errors in form registration and default-form assignment. ## Core Features & Use Cases - Form scaffolding: Generates the metadata XML, Form.xml, and Module.bsl for a new managed form and registers it in the parent object's root XML. - Purpose-aware creation: Supports Object, List, Choice, and Record form purposes with the correct main attribute and default-form property for each object type (Document, Catalog, InformationRegister, and more). - Default form control: The SetDefault parameter assigns the new form as the object's default, leaves existing defaults untouched, or auto-assigns only empty slots. - Use Case: You need a list form for the Контрагенты catalog. Invoke the skill with ObjectPath pointing to the catalog XML, FormName "ФормаСписка", and Purpose "List" to create and register the form in one step. ## Quick Start Ask the assistant to add a managed form named ФормаДокумента with Object purpose to the document at Documents/АвансовыйОтчет.xml using the unica.form.add tool.