form-info

Parse Form.xml files to summarize 1C managed form elements, attributes, events, and commands.

511|99|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Nikolay-Shirokov/cc-1c-skills --skill form-info-nikolay-shirokov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: form-info
Source: https://github.com/Nikolay-Shirokov/cc-1c-skills/tree/main/.claude/skills/form-info
Command: npx skills add https://github.com/Nikolay-Shirokov/cc-1c-skills --skill form-info-nikolay-shirokov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the understanding and modification of complex 1C managed forms by providing a concise summary of their structure, reducing the need to sift through thousands of lines of XML.

Core Features & Use Cases

  • Form Structure Analysis: Quickly view form elements, attributes, parameters, and commands.
  • Event and Handler Identification: Easily find event handlers attached to form elements.
  • Use Case: Before modifying a large 1C form, use this Skill to get a quick overview of its components, identify the relevant UI elements and their data bindings, and understand the event handlers.

Quick Start

Analyze the structure of the managed form located at the path 'Documents.SalesOrder.Form.xml'.

Frequently Asked Questions about form-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze 1C managed form structure without reading raw XML?

To analyze 1C managed form structure, you can parse Form.xml files to extract a summarized view of elements, attributes, events, and commands, avoiding manual XML inspection and facilitating rapid comprehension.

Can I identify event handlers in a 1C Form.xml file?

Yes, you can identify event handlers in a 1C Form.xml file by parsing the XML structure to extract and present event names alongside their attached form elements and UI components.

What is the best way to get an overview of elements and commands in 1C managed forms?

The best way to get an overview of 1C managed forms is using a parsing script to summarize form elements, attributes, parameters, and commands directly from the Form.xml definition.

Do I need any specific dependencies to parse 1C Form.xml files?

No specific dependencies are required to parse 1C Form.xml files, as the analysis relies entirely on standard scripts to extract form elements, attributes, and events from the XML structure.

How do I find data bindings for UI elements in a 1C managed form?

To find data bindings for UI elements in a 1C managed form, parse the Form.xml file to extract a summarized view of form elements and their attributes, revealing the underlying data links.