This skill extracts and decompiles 1C ERF/EPF report files into XML source files for inspection or versioning. It provides a wrapper around native scripts (PowerShell) that run the platform's dump utilities and handles connection parameters for file-based or server-based 1C information bases.
Use when a user provides an ERF/EPF report file and needs the original XML source code or project structure (for auditing, migration, or debugging). It is suitable for both local file-based info-bases and remote server-based databases when connection details are available.
scripts/epf-dump.ps1 to perform the dump (has_scripts=true)./erf-dump <ErfFile> [OutDir]), required connection params (InfoBasePath or InfoBaseServer+Ref), and script parameters (V8Path, InputFile, OutputDir, Format). Examples show file-based and server-based commands.Agents that can run shell or PowerShell commands and access filesystem: Claude Code, Copilot/Code assistants, and any agent with Bash/PowerShell execution capability.
This skill has not been reviewed by our automated audit pipeline yet.