From 1c-skills
Scaffolds minimal XML source files for a new 1C external processing (EPF): root metadata file and directory structure. Use /epf-init <Name> [Synonym] [SrcDir] to start EPF development from scratch.
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skillsThis skill uses the workspace's default tool permissions.
---
Compiles 1C external processing (EPF/ERF) from XML sources using PowerShell. Supports file/server databases or temporary bases with metadata stubs. Use for building 1C modules.
Creates ABAP programs (Report/CRUD/ALV/Batch) with Main+Include structure, OOP or procedural paradigms, and full agent-driven coding/QA pipeline. For new executable REPORTs from scratch.
Generates new API endpoints, UI components, backend modules, shared packages, and database collections following existing codebase patterns.
Share bugs, ideas, or general feedback.
Генерирует минимальный набор XML-исходников для внешней обработки 1С: корневой файл метаданных и каталог обработки.
/epf-init <Name> [Synonym] [SrcDir]
| Параметр | Обязательный | По умолчанию | Описание |
|---|---|---|---|
| Name | да | — | Имя обработки (латиница/кириллица) |
| Synonym | нет | = Name | Синоним (отображаемое имя) |
| SrcDir | нет | src | Каталог исходников относительно CWD |
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/init.ps1" -Name "<Name>" [-Synonym "<Synonym>"] [-SrcDir "<SrcDir>"]
/form-add/template-add/help-add/epf-build