erf-build

Build external ERF reports from XML sources using .v8-project.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds external ERF reports from XML sources, enabling users to compile or generate ERF files from report source data when needed.

Core Features & Use Cases

  • ERF Generation: compile an ERF file from XML sources for distribution or archival.
  • Report Assembly: assemble individual report XML into a packaged ERF along with metadata.
  • Use Case: When a user needs a finished ERF for a 1C deployment from XML-based report definitions.

Quick Start

Run the erf-build command with the report name to compile the report from XML sources into an ERF file.

Frequently Asked Questions about erf-build

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

FAQPage Schema
How do I compile an ERF file from XML report sources for 1C?

To compile an ERF file from XML report sources, this Skill reads .v8-project.json to locate the v8path and generates the packaged ERF file needed for 1C deployment. It automates the assembly of individual report XML definitions into a finished ERF.

Do I need a 1C base to generate ERF reports from XML definitions?

You do not always need an existing 1C base to generate ERF reports. The Skill optionally uses provided connection parameters and can automatically create a temporary base for ERF generation when needed.

When do I need to build external ERF reports from XML sources?

You need to build external ERF reports from XML sources when you require a compiled ERF file for 1C distribution or archival. This process packages report XML definitions and metadata into a deployable ERF format.

How does the .v8-project.json file work with the ERF build process?

The .v8-project.json file works with the ERF build process by providing the v8path configuration. The Skill reads this file to locate the necessary 1C executable path for compiling XML report definitions into an ERF file.

Can I use connection parameters to automate ERF generation across different 1C bases?

You can use provided connection parameters to automate ERF generation across different 1C bases. When connection details are supplied, the Skill applies them to the build process, otherwise it creates a temporary base for the ERF compilation.

What are the limitations of building ERF files from XML report definitions?

A limitation of building ERF files from XML report definitions is the dependency on locating the v8path via .v8-project.json. If the configuration file is missing or connection parameters are not provided, the Skill must create a temporary base to proceed.