/erf-init - Создание нового отчета
SkillDev toolsYour AI can create an empty external report for 1C. Once added, it generates the XML source files that make up a new report, so you start from a ready-made structure instead of writing the files yourself. Useful whenever you begin work on a new 1C report.
Available today. Use it from your connected AI after setup.
No other account needed.
Add the skill, then ask your AI to create a new empty external report. You will receive the XML source files ready to build on.
Then ask your AI: use the /erf-init - Создание нового отчета skill
What your AI can do with it
- Create a blank external report for 1C
- Generate the XML source files a new report needs
- Set up the starting file structure for report work
- Start new reports without hand-writing the initial files
What this skill tells your AI
The instructions your AI receives, as published by desko77/cursor-1c-skills in skills/1c-erf-init/SKILL.md and read by ahel’s review.
Генерирует минимальный набор XML-исходников для внешнего отчета 1С: корневой файл метаданных и каталог отчета.
Usage
/erf-init <Name> [Synonym] [SrcDir] [--with-skd]
| Параметр | Обязательный | По умолчанию | Описание |
|---|---|---|---|
| Name | да | - | Имя отчета (латиница/кириллица) |
| Synonym | нет | = Name | Синоним (отображаемое имя) |
| SrcDir | нет | src | Каталог исходников относительно CWD |
| --WithSKD | нет | - | Создать пустую СКД и привязать к MainDataCompositionSchema |
Команда
powershell.exe -NoProfile -File skills/1c-erf-init/scripts/init.ps1 -Name "<Name>" [-Synonym "<Synonym>"] [-SrcDir "<SrcDir>"] [-WithSKD]
Дальнейшие шаги
- Добавить форму:
/form-add - Добавить макет:
/template-add - Добавить справку:
/help-add - Собрать ERF:
/erf-build
Signals
- GitHub stars
- 57
- Forks
- 13
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-erf-init-desko77- Source
- github.com/desko77/cursor-1c-skills