What problem does it solve? Exported 1C managed form files (Form.xml) can span tens of thousands of XML lines, making it impractical to understand a form's structure before modifying it in Configurator or creating elements programmatically in BSL. This Skill condenses that XML into a compact, readable summary. ## Core Features & Use Cases - Element Tree Summary: Renders the UI element hierarchy with type abbreviations, data bindings, visibility flags, and event handlers while skipping visual noise like tooltips and context menus. - Attributes, Parameters, and Commands: Lists typed form attributes (including ValueTable columns and DynamicList main tables), key parameters, and commands with handlers and shortcuts. - Pagination Protection: Limits output to 150 lines by default with -Offset and -Limit parameters for navigating very large forms. - Use Case: Before editing a document form in Configurator, run the script on its Form.xml to see the full element tree, attribute types, and event handlers in under 100 lines instead of reading 28,000 lines of raw XML. ## Quick Start Ask the assistant to run the 1c-form-info script against the exported Form.xml file of the form you want to inspect, providing the file path.