Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/desko77/cursor-1c-skills/forms_generationgit clone --depth 1 https://github.com/Desko77/cursor-1c-skillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00900 |
| Opus 5 | $0.00000 | $0.00450 |
| Sonnet 5 | $0.00000 | $0.00180 |
| Haiku 4.5 | $0.00000 | $0.00090 |
Grade A, and why
forms_generation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Генерация и модификация форм 1С
Основной путь - EDT MCP (ai-edt). Сервер 1c-forms-mcp в этом стеке отключен: на EDT-проектах он генерирует формы хуже и с ошибками. Использовать только как fallback для конфигураций без EDT (формат Конфигуратора), предварительно включив сервер вручную.
Формы в EDT-проекте (Form.form) - через EDT MCP
Файл формы в EDT - Form.form (не Form.xml). Работать инструментами ai-edt (см. скил ai-edt-tools, references/metadata-forms-constructors.md).
Создание формы
edit_metadata operation=create_form(createForm) - создает форму с базовыми свойствами (иначе форма не открывается). ДляCommonFormавтоматически создается форма-обертка.edit_metadataform-операции - наполнение:addField,addGroup,addButton,addTable,addDecoration, командный интерфейс, события формы.get_form_structure- проверить дерево элементов (JSON),includeCommandInterface=trueдля командного интерфейса.get_form_screenshot- визуальный контроль (PNG из WYSIWYG), параметрactivePageдля страниц.- Валидация результата строго по порядку:
revalidate_objectsпо форме и владельцу, затемget_project_errorsс фильтром по ним (без перевалидации ошибки останутся от прошлого состояния).
Модификация формы
get_form_structure- обзор текущих элементов.get_form_screenshot- текущее состояние.edit_form/edit_metadataform-операции - добавить (addField/addGroup/addButton/addTable) или удалить (removeItem) элементы.get_form_screenshot refresh=true- проверить результат.
Требования к XML Form.form (extInfo, дефолты полей, привязка handlers) - edt-form-xml-requirements.md.
Именование form-команд и кнопок (конвенция EDT)
Именовать form-команду ПО ДЕЙСТВИЮ, чисто, без машинных суффиксов:
- команда:
ПечатьСкладскихНакладных(НЕПечатьСкладскихНакладныхCommand); - обработчик команды: то же имя
ПечатьСкладскихНакладных(НЕ...Команда); - кнопка:
add_button name=ПечатьСкладскихНакладных- плагин 3.1.x сам создает одноименную команду (item и command в разных пространствах имен, одноименность допустима). Раньше плагин клеил<name>Command/<commandName>Команда- устарело, не воспроизводить вручную.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 44 lines · 0 tokens per session scan A 377e983c418a
forms_generation is a cursor rule published in the GitHub repository Desko77/cursor-1c-skills (53 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 900 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
121-java-unit-testing
Java Unit testing guidelines.
architectural-planning
Cursor rule "architectural-planning" from alkoleft/platform-context-exporter, covering architectural planning for level 4 tasks, 🔍 architectural planning overview, 📋 architectural planning principles, 📋 architectural requirements analysis and functional requirements analysis.
reflection-comprehensive
Cursor rule "reflection-comprehensive" from alkoleft/platform-context-exporter, covering comprehensive reflection for level 4 tasks, 🔍 comprehensive reflection overview, 📋 reflection template structure, 1. system overview and system overview.
workflow-level4
Cursor rule "workflow-level4" from alkoleft/platform-context-exporter, covering comprehensive workflow for level 4 tasks, 🔍 level 4 workflow overview, 🔄 level transition handling, 📋 workflow phases and phase 1: initialization.
creative-phase-uiux
UI/UX Design Guidelines and Process for the Creative Phase.
optimization-integration
Cursor rule "optimization-integration" from alkoleft/platform-context-exporter, covering memory bank optimization integration, 🔄 optimization integration flow, 📋 optimization component registry, 🔄 optimization initialization sequence and 🔍 optimization configuration.