
from 1c-batch78
Batch tooling for 1C:Enterprise — build/dump EPF/ERF, load/dump configurations and extensions, and run the enterprise or designer via packaged scripts.
This skill provides batch automation for common 1C:Enterprise tasks. It bundles scripts to build and unpack external procedures (EPF/ERF) to/from XML, export and import configuration files, manage extensions, and launch the enterprise or designer. The instructions assume running the provided scripts from the project root and describe command-line parameters and usage patterns.
Use this skill when you need repeatable, scriptable operations against 1C artifacts: assembling or disassembling processing modules, running incremental or full configuration exports/imports, updating extensions, or automating runtime launches for testing. Ideal for CI, bulk edits, or developers working on 1C modules.
.claude/skills/1c-batch/scripts/ with build-epf, dump-epf, load-config, dump-config, load-extension, dump-extension, run-enterprise, run-designer helpers.Best for agents that can run shell/batch scripts or invoke project scripts (Claude-style agents, local automation runners). The skill intentionally instructs agents to run scripts rather than reading them.
1c-batch provides Windows batch scripts for 1C:Enterprise build/dump/load operations on EPF/ERF files, configurations, and extensions. All 8 scripts are .bat files that could not run on Linux. Scripts are well-structured with consistent error handling and usage messages, but platform-limited. Password passed as CLI arg (/P flag) could leak via process listing on Windows.
1C:Enterprise platform (Windows-only).1c-devbase.bat config fileNiche Russian enterprise tool. Scripts are clean and well-documented (Russian). No security issues beyond minor credential exposure via CLI args. All scripts require 1C:Enterprise platform installed on Windows.