/epf-init - Создание новой обработки
SkillFiles & storageYour AI can create the starting files for an empty external processing for the 1C:Enterprise platform. Once this skill is added, it generates the XML source files that make up the processing, so a new one begins from a ready skeleton instead of being assembled by hand.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the skill, ask your AI to create a new empty external processing and it will generate the XML source files. You can then fill in the generated files as you develop the processing.
Then ask your AI: use the /epf-init - Создание новой обработки skill
What your AI can do with it
- Create an empty external processing for 1C:Enterprise
- Generate the XML source files that make up that processing
- Begin each new external processing from a ready-made skeleton
- Set up the source structure of a new processing without manual file work
What this skill tells your AI
The instructions your AI receives, as published by desko77/cursor-1c-skills in skills/1c-epf-scaffold/SKILL.md and read by ahel’s review.
Генерирует минимальный набор XML-исходников для внешней обработки 1С: корневой файл метаданных и каталог обработки.
Usage
/epf-init <Name> [Synonym] [SrcDir]
| Параметр | Обязательный | По умолчанию | Описание |
|---|---|---|---|
| Name | да | - | Имя обработки (латиница/кириллица) |
| Synonym | нет | = Name | Синоним (отображаемое имя) |
| SrcDir | нет | src | Каталог исходников относительно CWD |
Команда
powershell.exe -NoProfile -File skills/1c-epf-scaffold/scripts/init.ps1 -Name "<Name>" [-Synonym "<Synonym>"] [-SrcDir "<SrcDir>"]
Дальнейшие шаги
- Добавить форму:
/epf-add-form - Добавить макет:
/template-add - Добавить справку:
/help-add - Собрать EPF:
/epf-build
Signals
- GitHub stars
- 57
- Forks
- 13
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-epf-scaffold-desko77- Source
- github.com/desko77/cursor-1c-skills