form-info

Parse 1C Form.xml files to summarize elements, properties, events, and data bindings.

413|90|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/comol/cursor_rules_1c --skill form-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: form-info
Source: https://github.com/comol/cursor_rules_1c/tree/main/.cursor/source/form-info
Command: npx skills add https://github.com/comol/cursor_rules_1c --skill form-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Анализ структуры управляемой формы 1С (Form.xml) — вывод компактной сводки, включая элементы, реквизиты, команды и события, чтобы быстро понять форму без чтения длинного XML.

Core Features & Use Cases

  • Краткая сводка: дерево элементов, набор реквизитов и их типов, список команд и обработчиков.
  • Навигация по формам: поддерживает крупные формы, предоставляет сводку перед правками.
  • Use Case: Аналитик загружает Form.xml проекта и получает компактное резюме для планирования изменений.

Quick Start

Запустите /form-info <PathToForm.xml> для вывода сводки формы.

Frequently Asked Questions about form-info

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

FAQPage Schema
How do I view the structure of a 1C managed form without reading the entire XML?

To view a 1C managed form structure, you can parse its Form.xml to generate a compact overview. This summary displays elements, properties, commands, and data bindings as a concise tree, helping you understand the form quickly without reading the full XML.

What does a 1C Form.xml summary include for navigation and planning?

A 1C Form.xml summary includes a tree of elements, a set of attributes with their types, and a list of commands with event handlers. This provides a compact resume for planning changes before navigating large forms.

How do I extract form elements, events, and data bindings from 1C Form.xml?

You extract form elements, events, and data bindings by parsing the 1C Form.xml structure. The process identifies specific sections within the XML to produce a concise tree and attribute summary of the managed form.

Does the 1C form structure parser work with incomplete or missing XML sections?

Yes, the 1C form structure parser works with typical Form.xml layouts by gracefully handling missing sections. It applies robust defaults to ensure the summary generates reliably even when XML sections are incomplete.

What is the best way to analyze large 1C managed forms before making edits?

The best way to analyze large 1C managed forms is generating a compact structural summary first. Parsing the Form.xml provides a concise overview of elements and attributes, enabling safe navigation before applying edits.