What problem does it solve?
This Skill converts a compiled 1C external data processor or report stored in EPF/ERF format into XML-based source code, so you can inspect, refactor, and reuse the logic without relying on the original authoring environment.
Core Features & Use Cases
- EPF/ERF → XML source dump: Performs platform-assisted decompilation/dump of processing and reports into a directory of XML sources.
- Requires a connected 1C database: Validates that you provided connection info because reference types can be irreversibly lost in an empty database.
- Supports client or server infobase: Works with both filesystem infobases and server infobases, and lets you choose hierarchical or plain dump format.
- Use case: You receive an EPF file from a third party, need to review business logic and modify it safely, then start from dumped XML sources in your repository.
Quick Start
Ask the AI to run epf-dump on your file using the connected infobase, for example: “Dump build/MyProcessing.epf to src using the infobase defined in .v8-project.json.”