/erf-init - Создание нового отчета
SkillAI & modelsYour AI can create an empty external report for 1C, generating the XML source files that make up its starting structure. Once added, it handles the setup for a new report so you begin from ready-made sources. It comes from github.com/desko77/claude-code-skills-1c.
Available today. Use it from your connected AI after setup.
No other account needed.
Add the skill, then ask your AI to create an empty external report for 1C when you need one.
Then ask your AI: use the /erf-init - Создание нового отчета skill
What your AI can do with it
- Create a new empty external report for 1C
- Generate the XML source files for the new report
- Set up the starting file structure of a report
- Start new reports without writing the initial XML by hand
What this skill tells your AI
The instructions your AI receives, as published by desko77/claude-code-skills-1c 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
- 61
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-erf-init- Source
- github.com/desko77/claude-code-skills-1c