1c-form-info

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

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-form-info-jefest9988
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-form-info
Source: https://github.com/Jefest9988/1c-ai-development-kit/tree/main/.cursor/skills/1c-forms/info
Command: npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-form-info-jefest9988

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly understand the structure of complex 1C managed forms without sifting through thousands of lines of XML.

Core Features & Use Cases

  • Form Structure Analysis: Parses Form.xml to provide a concise summary of elements, attributes, commands, and events.
  • Navigation Aid: Quickly locate specific elements or understand data bindings within large forms.
  • Use Case: Before modifying a complex form, use this Skill to get a high-level overview of its layout and identify where to insert new elements or find existing handlers.

Quick Start

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

Frequently Asked Questions about 1c-form-info

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

FAQPage Schema
How do I analyze 1C managed form XML structure quickly?

You can analyze 1C managed form XML structure by running a PowerShell script that parses the file and filters verbose properties, yielding a concise summary of elements, attributes, commands, and events for quick layout comprehension.

Do I need PowerShell to parse 1C form XML files?

Yes, PowerShell is required to execute the provided parsing script that processes 1C form XML files and outputs the filtered structural summary.

What does 1C form structure analysis show about elements and events?

1C form structure analysis reveals extracted elements, attributes, commands, and events from the XML, summarizing the layout so you can locate specific components and understand data bindings within large forms.

How do I navigate a complex 1C form before modification?

To navigate a complex 1C form before modification, use structure analysis to get a high-level overview that identifies where to insert new elements or find existing handlers without sifting through thousands of XML lines.

Are verbose properties filtered out when parsing 1C form XML?

Yes, verbose properties are filtered out when parsing 1C form XML. The script removes noisy details to ensure the resulting structure summary focuses only on core elements, attributes, commands, and events.