/form-info - Компактная сводка формы
SkillDev tools1c-form-info is a skill that lets your AI read the structure of a 1C managed form from its Form.xml file. Once added, your AI can map out a form's elements, attributes, commands, and events, so you get the full picture when writing form module code or reviewing existing handlers.
Available today. Use it from your connected AI after setup.
No other account needed.
Add the skill, then point your AI at the Form.xml file of the form you are working on and ask it to walk through the structure before you write or edit any module code.
Then ask your AI: use the /form-info - Компактная сводка формы skill
What your AI can do with it
- Read and explain the structure of a 1C managed form from its Form.xml file
- List a form's elements, attributes, commands, and events
- Show how elements and events connect to their handlers
- Analyze existing handlers before you change or extend them
- Ground new form module code in the actual form structure
What this skill tells your AI
The instructions your AI receives, as published by desko77/cursor-1c-skills in skills/1c-form-info/SKILL.md and read by ahel’s review.
Читает Form.xml и выводит дерево элементов, реквизиты с типами, команды, события. Заменяет чтение тысяч строк XML.
Команда
powershell.exe -NoProfile -File skills/1c-form-info/scripts/form-info.ps1 -FormPath "<путь к Form.xml>"
Параметры
| Параметр | Обязательный | Описание |
|---|---|---|
| FormPath | да | Путь к файлу Form.xml |
| Expand | нет | Раскрыть свернутую секцию по имени или title, * - все |
| Limit | нет | Макс. строк (по умолчанию 150) |
| Offset | нет | Пропустить N строк (пагинация) |
Вывод самодокументирован. [Group:AH]/[Group:AV] = AlwaysHorizontal/AlwaysVertical.
Signals
- GitHub stars
- 57
- Forks
- 13
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-form-info-desko77- Source
- github.com/desko77/cursor-1c-skills