What problem does it solve? Working with 1C managed forms means dealing with Form.xml files that can span tens of thousands of lines, making manual inspection, structural validation, and safe editing slow and error-prone. This Skill provides a governed toolkit for analyzing form dumps, checking structural correctness, and compiling or patching Form.xml only under an explicit assisted artifact mode. ## Core Features & Use Cases - Form analysis (info): Reads an exported Form.xml and outputs a compact summary of the element tree, attributes, commands, and events, replacing thousands of XML lines with 50-100 lines of context. - Structural validation (validate): Checks ID uniqueness, companion elements, DataPath references, command bindings, and event handlers, returning a pass/fail report after Configurator export. - Design patterns reference (patterns): Provides form archetypes (document, list, catalog, wizard), naming conventions, and layout principles for designing forms in Configurator or BSL. - Compile and edit (assisted mode only): Builds Form.xml from a JSON DSL or applies JSON patches to an existing form, always followed by validation; raw orchestrator writes to Form.xml are forbidden. - Use Case: After changing a document form in the 1C Configurator and exporting to src/, run the validate sub-skill to confirm structural integrity, then use info to review the resulting element tree before committing. ## Quick Start Ask the assistant to run the 1c-forms validate sub-skill on your exported Form.xml file to check it for structural errors.