epf-dump

Convert 1C EPF/ERF files into XML sources for versioning and code review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Этот Skill преобразует EPF/ERF файлы обработки 1С в XML-исходники, что упрощает ревизию и версионирование кода.

Core Features & Use Cases

  • Разбор внешних обработок и отчетов 1С в структурированные XML-источники.
  • Поддержка локальных EPF/ERF файлов и подключения к серверной инфобазе через указание v8path и параметров базы.
  • Применение: разработчик хочет просмотреть содержимое обработки или отчета для сравнения изменений и аудита.

Quick Start

Provide an EPF/ERF file path and an output directory to dump sources using the epf-dump skill.

Frequently Asked Questions about epf-dump

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

FAQPage Schema
How do I convert 1C EPF files to XML for version control?

To convert 1C EPF files to XML for version control, you parse the external data processor using a valid 1C v8 path and a loaded information base. This dumps the EPF into structured XML sources, enabling code review and versioning.

What is the best way to extract source code from 1C ERF reports?

The best way to extract source code from 1C ERF reports is to use a source extraction process that dumps the ERF file into XML. You provide the ERF file path and an output directory to generate the XML sources for auditing.

Can I dump 1C external data processors from a server-based infobase?

Yes, you can dump 1C external data processors from a server-based infobase. By specifying the v8path and the database parameters, the extraction process connects to the server to produce the XML output.

Do I need a loaded information base to parse EPF files into XML?

Yes, a loaded information base is required to parse EPF files into XML. Along with a valid 1C v8 path and the target EPF or ERF file, the information base provides the environment needed to generate the XML output.

Why should I extract 1C EPF and ERF files into XML sources?

You should extract 1C EPF and ERF files into XML sources to simplify code review and enable versioning. Converting these binary external data processors and reports into structured XML allows developers to compare changes and audit contents effectively.