What problem does it solve? Choosing the wrong host module in a 1C:Enterprise configuration leads to broken client-server boundaries, unsafe server calls, and violations of development standards. This Skill decides where each piece of code belongs and configures the module correctly. ## Core Features & Use Cases - Module kind selection: Applies the std486 decision model to choose between object module, manager module, and common module based on instance state and metadata ownership. - Context and flag configuration: Picks exactly one of the four valid common module contexts (Server, ВызовСервера, Клиент, КлиентСервер) with matching postfix naming and Вызов сервера exposure rules. - Standards-backed review: Checks cached modules, presentation handlers, and first-launch/update handlers against standards 455-746 and АПК diagnostics using Unica MCP tools. - Use Case: When adding a pricing calculation to a catalog, the Skill maps the subsystem with unica.project.map, checks callers with unica.code.graph, creates a server common module with the correct postfix via unica.meta.add, and verifies the result with unica.code.diagnostics. ## Quick Start Ask the assistant to decide where a new 1C procedure should live and to create the module with the correct context flags and postfix.