Borrowing objects from a 1C configuration into an extension (CFE). Use when you need to intercept a method, modify a form, or add a property to an existing configuration object.
Заимствует объекты из основной конфигурации в расширение. Создаёт XML-файлы с ObjectBelonging=Adopted и ExtendedConfigurationObject, добавляет запись в ChildObjects расширения.
Расширение должно быть создано (/cfe-init) и содержать валидный Configuration.xml.
| Параметр | Описание |
|----------|----------|
| ExtensionPath | Путь к каталогу расширения (обязат.) |
| ConfigPath | Путь к конфигурации-источнику (обязат.) |
| Object | Что заимствовать (обязат.), batch через ;; |
Catalog.Контрагенты — справочникCommonModule.РаботаСФайлами — общий модульDocument.РеализацияТоваров — документEnum.ВидыОплат — перечислениеCatalog.X ;; CommonModule.Y ;; Enum.Z — несколько объектов
Поддерживаются все 44 типа объектов конфигурации.powershell.exe -NoProfile -File .claude/skills/cfe-borrow/scripts/cfe-borrow.ps1 -ExtensionPath src -ConfigPath C:\cfsrc\erp -Object "Catalog.Контрагенты"
# Заимствовать один объект
... -ExtensionPath src -ConfigPath C:\cfsrc\erp -Object "Catalog.Контрагенты"
# Несколько объектов за раз
... -ExtensionPath src -ConfigPath C:\cfsrc\erp -Object "Catalog.Контрагенты ;; CommonModule.ОбщийМодуль ;; Enum.ВидыОплат"
/cfe-validate <ExtensionPath>
npx skills add Arman-Kudaibergenov/cfe-borrow下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer