/form-info - Компактная сводка формы
SkillAI & modelsThis skill lets your AI read and understand the structure of 1C managed forms by analyzing their Form.xml files. Once added, your AI can break down a form's elements, attributes, commands, and events, giving you a clear picture of a form before you write or change its module code.
Available today. Use it from your connected AI after setup.
No other account needed.
Add the skill and give your AI a Form.xml file to analyze. Ask it to explain the form's structure or to help you write or review its form module.
Then ask your AI: use the /form-info - Компактная сводка формы skill
What your AI can do with it
- Map out a form's elements, attributes, commands, and events
- Explain how an existing 1C form is structured
- Analyze the event handlers defined for a form
- Help write form module code that matches the form's actual structure
- Answer questions about what a specific form contains
What this skill tells your AI
The instructions your AI receives, as published by desko77/claude-code-skills-1c 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
- 61
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-form-info- Source
- github.com/desko77/claude-code-skills-1c