What problem does it solve?
This Skill solves the problem of understanding a 1C managed form (Form.xml) by automatically summarizing its structure so you can quickly find elements, attributes, commands, and event handlers without reading thousands of XML lines.
Core Features & Use Cases
- Form.xml structure analysis: Builds a compact tree of the form’s UI elements, including key container types and their hierarchy.
- Domain-level inventory: Extracts elements bindings (DataPath or command names), visibility/enabled/read-only flags, and events per element.
- Full context for module changes: Extracts form-level properties, commands, attributes (with types and special cases like DynamicList/ValueTable), and parameters with type information to support module development, debugging, and review.
Quick Start
Ask the tool to analyze the form file by running: powershell.exe -NoProfile -File .claude/skills/form-info/scripts/form-info.ps1 -FormPath "<путь к Form.xml>".