1c-erf-build

Build ERF files from XML sources using the erf-build tool.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-erf-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-erf-build
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-erf-build
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-erf-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assembling external 1C reports (ERF) from XML sources can be tedious and error-prone without automation, slowing down delivery and testing.

Core Features & Use Cases

  • Automates ERF assembly from XML sources to produce ready-to-use external reports.
  • Automatically detects a 1C environment or creates a temporary base when a real environment is unavailable, enabling development and testing.
  • Use cases include generating a single report ERF from a root XML or batch-processing multiple reports with optional SrcDir and OutDir.

Quick Start

Run the erf-build tool with a ReportName and optional SrcDir and OutDir to generate the ERF file from XML sources.

Frequently Asked Questions about 1c-erf-build

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

FAQPage Schema
How do I automate ERF file assembly from XML sources for 1C external reports?

ERF file assembly from XML sources is automated by invoking the erf-build tool with a ReportName and optional SrcDir and OutDir to generate ready-to-use external 1C reports.

What is the process for generating 1C external reports from XML data?

Generating 1C external reports involves passing XML source data to the erf-build tool, which uses ReportName, SourceFile, and OutputFile parameters to assemble the final ERF file automatically.

Can I build ERF files without a real 1C environment installed?

Yes, you can build ERF files without a real 1C environment because the tool features automatic v8path detection and fallback behavior to create a temporary base when a real environment is unavailable.

How do I batch process multiple 1C reports from XML sources?

Batch process multiple 1C reports by running the erf-build tool with optional SrcDir and OutDir parameters, which allows generating multiple ERF files from root XML sources in a single operation.

Why does my ERF build fail when a 1C environment is unavailable?

An ERF build may fail if automatic v8path detection cannot locate a 1C environment, but the tool applies fallback behavior to create a temporary base, enabling development and testing without a real environment.