1c-erf-dump

Convert 1C:Enterprise ERF reports to structured XML source directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers to extract and convert ERF reports from 1C:Enterprise into XML sources, making it possible to inspect, diff, and restore source code from reports.

Core Features & Use Cases

  • ERF to XML conversion: convert reports to structured XML directories.
  • Support for EPF/ERF dumps tied to a v8 path and base configuration.
  • Quick project recovery and code review from existing ERF files.

Quick Start

Run the epf-dump.ps1 script with an ERF file to produce XML sources in the src directory.

Frequently Asked Questions about 1c-erf-dump

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

FAQPage Schema
How do I decompile 1C ERF reports into XML source files?

You can decompile ERF reports into XML sources by running the epf-dump.ps1 PowerShell script. This process extracts the 1C:Enterprise report files and organizes them into structured XML directories for inspection and diffing.

What is the best way to extract source code from 1C ERF files for project recovery?

The best way to extract source code from 1C ERF files is using an ERF to XML conversion process. This method restores source code from existing reports into structured XML directories, enabling quick project recovery and auditing.

Do I need a specific 1C:Enterprise environment to dump EPF and ERF files?

Yes, dumping EPF and ERF files requires a configured 1C:Enterprise environment. You must provide a v8 path and a base configuration to successfully extract and decompile the report sources.

Can I use PowerShell to convert 1C:Enterprise ERF reports for diffing?

Yes, you can use PowerShell to convert 1C:Enterprise ERF reports for diffing. The epf-dump.ps1 script processes the ERF files and outputs structured XML sources, making it possible to inspect and compare code changes.

Why do I need a base configuration and v8 path for ERF to XML conversion?

You need a base configuration and v8 path because the ERF to XML conversion relies on the 1C:Enterprise environment to process the dump. These prerequisites allow the PowerShell script to properly extract and decompile the report sources.