1c-batch

Automate batch operations on the 1C:Enterprise platform via Windows batch scripts.

108|13|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/vladimir-kharin/1c-batch --skill 1c-batch-vladimir-kharin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 1c-batch
Source: https://github.com/vladimir-kharin/1c-batch/tree/main/src/1c-batch
Command: npx skills add https://github.com/vladimir-kharin/1c-batch --skill 1c-batch-vladimir-kharin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill automates the repetitive batch operations on the 1C:Enterprise platform, reducing manual steps and errors.

Core Features & Use Cases

  • Build and parse external processing XML (.epf/.erf) into XML and back.
  • Load and export configurations and extensions to/from XML for databases and deployments.
  • Launch 1C:Enterprise or Designer to run tasks automatically.

Quick Start

Use the 1c-batch skill to automate building an EPF from XML by running .claude/skills/1c-batch/scripts/build-epf.bat src/epf/МояОбработка.xml build/МояОбработка.epf.

Frequently Asked Questions about 1c-batch

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

FAQPage Schema
How do I automate batch operations on the 1C:Enterprise platform?▼

You can automate batch 1C operations using Windows batch scripts to build and parse XML-based processing, load and export configurations, and launch the enterprise or designer in automated workflows.

Can I build and parse external processing files like EPF and ERF into XML?▼

Yes, you can build and parse external processing XML files like EPF and ERF back into XML using dedicated batch scripts that handle the conversion deterministically.

How do I load and export 1C configurations and extensions to XML for databases?▼

You can load and export 1C configurations and extensions to and from XML for databases and deployments by running specific batch scripts that automate the transfer process.

Do I need Windows batch scripts and a specific project structure to automate 1C tasks?▼

Yes, automating 1C tasks requires Windows batch scripts and a project structure containing a scripts directory to execute deterministic operational workflows.

What is the best way to launch 1C:Enterprise or Designer to run tasks automatically?▼

The best way to launch 1C:Enterprise or Designer automatically is through batch scripts that trigger the platforms to execute tasks within an automated workflow.

Why use batch scripts for 1C configuration loading and exporting?▼

Batch scripts automate repetitive 1C configuration loading and exporting operations, reducing manual steps and errors while ensuring deterministic task execution.