epf-build

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

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill epf-build-mmmmmm786mngb-jpg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epf-build
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/epf-build
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill epf-build-mmmmmm786mngb-jpg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the process of building external data processors (EPF) or ERF from XML sources for 1C, saving time and reducing manual configuration.

Core Features & Use Cases

  • Build EPF/ERF from XML sources using a dedicated toolchain.
  • Support both file-based and server infobases, with automatic temporary stub databases when a real database isn’t provided.
  • Configure source and output paths, and integrate with 1C platform (1cv8) for reliable builds.

Quick Start

Run the epf-build script with a SourceFile path and an OutputFile path to generate the EPF/ERF.

Frequently Asked Questions about epf-build

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

FAQPage Schema
How do I build 1C external data processors from XML sources?

You can build EPF/ERF from XML sources by providing a SourceFile path and an OutputFile path to the build script, which uses the 1C platform (1cv8) to generate the external data processor.

Does building EPF from XML work with server infobases?

Yes, building EPF/ERF from XML works with both file-based and server infobases. You can optionally provide InfoBasePath or InfoBaseServer and InfoBaseRef parameters to target your specific 1C environment.

Do I need a real 1C infobase to compile an ERF file from XML?

No, you do not need a real infobase to compile an ERF file from XML. The build process automatically creates temporary stub databases when a real infobase is not provided.

What is needed to automate 1C EPF builds from XML sources?

Automating 1C EPF builds from XML requires the 1C platform (1cv8), a SourceFile XML input, and an OutputFile path. It also supports a V8Path fallback for flexible platform executable resolution.

Why does my 1C external data processor build from XML fail without V8Path?

Your 1C external data processor build from XML may fail without V8Path if the 1C platform (1cv8) cannot be found automatically. V8Path provides flexible resolution behavior to locate the 1C platform executable.