What problem does it solve? Locating implementations, callers, event handlers, and execution flow inside large 1C:Enterprise configurations is slow with plain text search, because BSL code is spread across modules, forms, and metadata objects. This Skill routes code exploration through the Unica MCP index so you can find definitions, outlines, and call relationships without reading entire modules. ## Core Features & Use Cases - Indexed code search: Use unica.code.search with semantic, symbol, and lexical roles to find text, query fragments, captions, and identifiers across a source set. - Definition and outline lookup: Resolve exact procedure or function definitions with unica.code.definition and preview large modules with unica.code.outline before reading them. - Call graph analysis: Query unica.code.graph for callers, callees, neighbors, and impact analysis of a method or metadata node. - Metadata context: Inspect object structure, roles, event subscriptions, and functional options with unica.meta.info and map the workspace with unica.project.map. - Use Case: You need to understand how document posting works in a configuration. Resolve ОбработкаПроведения via unica.code.definition, then ask unica.code.graph for its callers to trace the full posting flow. ## Quick Start Ask the assistant to find where the ОбработкаПроведения procedure is defined and which modules call it in the current 1C workspace.