/epf-init - Создание новой обработки
SkillFiles & storageThis skill lets your AI create an empty external processing for the 1C platform by generating its XML source files. Once it is added, your AI can set up the starting file structure for a new processing on request, so you begin from a ready blank instead of an empty folder.
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 1C external processing. It will generate the XML source files for that processing.
Then ask your AI: use the /epf-init - Создание новой обработки skill
What your AI can do with it
- Create an empty external processing for 1C
- Generate the XML source files the processing is made of
- Set up the initial file structure for a new processing
- Produce another blank processing whenever you start the next one
What this skill tells your AI
The instructions your AI receives, as published by desko77/claude-code-skills-1c 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
- 61
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-epf-scaffold- Source
- github.com/desko77/claude-code-skills-1c