What problem does it solve? Navigating a large 1C:Enterprise configuration to understand what a subsystem contains, where it sits in the hierarchy, and how its command interface is configured requires manually reading many XML files. This Skill reads the subsystem XML from a configuration dump and returns a compact, typed description of the structure. ## Core Features & Use Cases - Subsystem composition: Returns full object names in content, objects grouped by type in groups, and child subsystem names in children. - Hierarchy trees: A Subsystems directory returns the full registered tree; a registered subsystem XML returns a focused tree with the ancestor chain from the root plus all descendants. - Command interface and support status: Exposes includeInCommandInterface, useOneCommand, commandInterface placement data, and the support field from Ext/ParentConfigurations.bin as a guardrail before editing. - Use Case: Before running unica.subsystem.edit on the Sales subsystem, call this Skill to check its support status, review its current content, and see exactly where it sits in the configuration tree. ## Quick Start Ask the assistant to show the structure and command interface of the subsystem at src/Subsystems/Продажи.xml using the subsystem-info skill.