epf-build

Build EPF/ERF files from XML sources using the 1C platform.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill epf-build-msrv-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epf-build
Source: https://github.com/msrv-tech/skills/tree/main/epf-build
Command: npx skills add https://github.com/msrv-tech/skills --skill epf-build-msrv-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Этот Skill автоматизирует сбор внешних обработок 1C (EPF/ERF) из XML-исходников, снижая трудоёмкость упаковки и сборки.

Core Features & Use Cases

  • Сборка EPF/ERF из XML-исходников через платформу 1С.
  • Автоматическое создание временной инфобазы, если база не указана, для локального тестирования.
  • Подходит для подготовки готовых EPF/ERF файлов для оффлайн или серверного развёртывания.

Quick Start

Invoke epf-build with a ProcessorName and optional SrcDir and OutDir to generate the EPF/ERF from your XML sources.

Frequently Asked Questions about epf-build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build EPF files from XML sources automatically?

To build EPF files from XML sources automatically, you need a tool that invokes the 1C platform to compile external data processors. This Skill automates that packaging process, requiring only a SourceFile path and an OutputFile path to generate the final EPF or ERF binary.

Can I assemble 1C external data processors without specifying an infobase?

Yes, you can assemble 1C external data processors without specifying an infobase. If InfoBasePath or InfoBaseServer-InfoBaseRef are omitted, the Skill automatically creates a temporary infobase locally to facilitate the EPF/ERF compilation.

What is the best way to compile ERF files from XML for server deployment?

Compiling ERF files from XML for server deployment is best handled by automated build scripts that use the 1C platform. This Skill generates ready-to-deploy external data processor files by packaging XML inputs into compiled ERF outputs.

Do I need a local 1C infobase to package EPF/ERF from XML?

You do not need an existing local 1C infobase to package EPF/ERF from XML. While you can provide an InfoBasePath for targeted testing, the build process will automatically provision a temporary infobase if one is not specified.

Why does my 1C XML to EPF build require specific file paths?

Your 1C XML to EPF build requires specific file paths because the 1C platform needs explicit SourceFile and OutputFile parameters to read the XML representation and write the compiled external data processor binary.

When do I need to compile 1C external data processors from XML sources?

You need to compile 1C external data processors from XML sources when transitioning from version-controlled text formats to deployable EPF/ERF binaries. This is essential for preparing offline or server-ready 1C data processor files.