What is form-compile?
Compilation of a managed 1C form from compact JSON definition. Use when you need to create a form from scratch based on element description Source: arman-kudaibergenov/1c-ai-development-kit.
Compilation of a managed 1C form from compact JSON definition. Use when you need to create a form from scratch based on element description
Quickly install form-compile AI skill to your development environment via command line
Source: arman-kudaibergenov/1c-ai-development-kit.
Принимает компактное JSON-определение формы (20–50 строк) и генерирует полный корректный Form.xml (100–500+ строк) с namespace-декларациями, автогенерированными companion-элементами, последовательными ID.
При проектировании формы с нуля (5+ элементов или нечёткие требования) — вызовите /form-patterns для загрузки справочника: архетипы, конвенции именования, продвинутые паттерны. Для простых форм (1–3 поля, пользователь описал что нужно) — не нужно.
| JsonPath | да | Путь к JSON-определению формы | | OutputPath | да | Путь к выходному файлу Form.xml |
Compilation of a managed 1C form from compact JSON definition. Use when you need to create a form from scratch based on element description 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-compileBrowse more skills from arman-kudaibergenov/1c-ai-development-kit
Compilation of a managed 1C form from compact JSON definition. Use when you need to create a form from scratch based on element description 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-compile 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