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/form_module_rulesgit 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.00471 |
| Opus 5 | $0.00000 | $0.00235 |
| Sonnet 5 | $0.00000 | $0.00094 |
| Haiku 4.5 | $0.00000 | $0.00047 |
Grade A, and why
form_module_rules 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.
What it actually says
Правила работы с модулями форм 1С
Клиент-серверное взаимодействие
Базовое правило и примеры - см. anti_patterns.md раздел "Избыточные клиент-серверные вызовы" (#6) и "&НаСервере вместо &НаСервереБезКонтекста" (#7).
Специфика форм:
- Не вызывать серверные методы в циклах на клиенте.
События формы
Обработчики событий формы, их назначение и типовые ошибки - см. forms_events.md.
Директивы компиляции
| Директива | Контекст | Когда использовать |
|---|---|---|
&НаКлиенте |
Клиентское выполнение | Взаимодействие с UI, обработка ввода |
&НаСервере |
Серверное с контекстом формы | Когда нужно изменять реквизиты/элементы формы |
&НаСервереБезКонтекста |
Серверное без контекста формы | Предпочтительно для операций с данными, когда контекст формы не нужен (снижает объем передаваемых данных) |
&НаКлиентеНаСервереБезКонтекста |
Клиент и сервер без контекста | Общие утилитарные функции |
- Предпочитать
&НаСервереБезКонтекста- см. anti_patterns #7.
Асинхронное программирование
Асинхронные методы (Асинх/Ждать/Обещание) - см. async-methods-1c.md.
Данные формы
- Использовать
ДанныеФормыВЗначение()/ЗначениеВДанныеФормы()для конвертации между данными формы и объектами. - Помнить: реквизиты формы - это НЕ то же самое, что реквизиты объекта. Это представления, специфичные для формы.
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 · 39 lines · 0 tokens per session scan A ac453f400f77
form_module_rules is a cursor rule published in the GitHub repository Desko77/cursor-1c-skills (53 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 471 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
133-java-data-oriented-programming
Java rules to apply data oriented programming style.
122-java-integration-testing
Java Integration testing guidelines.
112-java-type-design
Type Design Thinking in Java.
114-java-secure-coding
Java Secure coding guidelines.
phased-implementation
Cursor rule "phased-implementation" from alkoleft/platform-context-exporter, covering phased implementation for level 4 tasks, 🔍 phased implementation overview, 📋 implementation phasing principles, 📋 standard implementation phases and phase 1: foundation phase.
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.