What is form-edit?
Adding elements, attributes, and commands to an existing managed form in 1C. Use when you need to make targeted modifications to a ready-made form Source: arman-kudaibergenov/1c-ai-development-kit.
Adding elements, attributes, and commands to an existing managed form in 1C. Use when you need to make targeted modifications to a ready-made form
Quickly install form-edit AI skill to your development environment via command line
Source: arman-kudaibergenov/1c-ai-development-kit.
Добавляет элементы, реквизиты и/или команды в существующий Form.xml. Автоматически выделяет ID из правильного пула, генерирует companion-элементы (ContextMenu, ExtendedTooltip, и др.) и обработчики событий.
| FormPath | да | Путь к существующему Form.xml | | JsonPath | да | Путь к JSON с описанием добавлений |
| into | корневой ChildItems | Имя группы/таблицы/страницы, куда вставлять | | after | в конец | Имя элемента, после которого вставлять |
Adding elements, attributes, and commands to an existing managed form in 1C. Use when you need to make targeted modifications to a ready-made form Source: arman-kudaibergenov/1c-ai-development-kit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill form-editBrowse more skills from arman-kudaibergenov/1c-ai-development-kit
Adding elements, attributes, and commands to an existing managed form in 1C. Use when you need to make targeted modifications to a ready-made form Source: arman-kudaibergenov/1c-ai-development-kit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill form-edit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/arman-kudaibergenov/1c-ai-development-kit