erf-dump

Parse ERF/EPF report files into XML source trees.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parses ERF/EPF report files and exposes their XML sources for inspection, modification, or recovery of 1C reports from ERF data.

Core Features & Use Cases

  • Decompile ERF/EPF reports into structured XML sources (organized hierarchies under a configurable output directory).
  • Resolve necessary context by reading the project configuration and connecting to the configured information base when required.
  • Produce a project-ready directory structure with nested Ext/ and Forms data for each report.

Quick Start

Run /erf-dump <ErfFile> [OutDir] to extract the XML sources from the ERF file.

Frequently Asked Questions about erf-dump

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

FAQPage Schema
How do I decompile ERF reports into XML source code?

To decompile ERF reports into XML source code, you can use a tool that parses ERF files and extracts hierarchical XML sources into a specified output directory.

Can I recover source code from an EPF file in a 1C information base?

Yes, you can recover source code from an EPF file by connecting to the configured 1C information base and parsing the report file to expose its structured XML sources.

How do I extract XML sources from ERF files using command line parameters?

You can extract XML sources from ERF files by passing an input file and an output directory as parameters, with optional arguments to specify the 1C information base path or server.

What is the process for turning 1C ERF report files into a project-ready directory structure?

Turning 1C ERF report files into a project-ready structure involves parsing the report and generating nested directories containing Ext and Forms data for inspection.

Does parsing ERF reports require a connection to a 1C information base server?

Parsing ERF reports may require a connection to a 1C information base server to resolve necessary context, depending on the project configuration and the optional parameters supplied.