1c-batch

Automate 1C:Enterprise 8 batch operations for building, parsing, and loading files.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-batch-jefest9988
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-batch
Source: https://github.com/Jefest9988/1c-ai-development-kit/tree/main/.cursor/skills/1c-batch
Command: npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-batch-jefest9988

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates repetitive tasks within the 1C:Enterprise platform, such as building and parsing external processing files, managing configurations and extensions, and launching the application or configurator, thereby reducing manual effort and potential errors.

Core Features & Use Cases

  • External Processing Management: Build .epf/.erf files from XML or parse them into XML.
  • Configuration & Extension Handling: Load and dump entire configurations or specific files into XML, and manage 1C extensions.
  • Application Launching: Directly launch 1C:Enterprise with or without a specific processing file, or open the configurator.
  • Use Case: After making changes to a module in your 1C configuration, you can use this Skill to quickly load those changes back into the database without manually opening the configurator.

Quick Start

Use the 1c-batch skill to build the external processing file 'MyProcessing.epf' from the XML source located at 'src/epf/MyProcessing.xml'.

Frequently Asked Questions about 1c-batch

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

FAQPage Schema
How do I automate 1C:Enterprise batch operations for external processing files?

You can automate 1C:Enterprise batch operations by using scripts to build .epf/.erf files from XML sources or parse them back into XML, reducing manual effort in external processing management. This handles building and parsing automatically.

What is the best way to load configuration changes into a 1C database without opening the configurator?

The best way to load configuration changes without manual interaction is to automate the 1C:Enterprise batch process. This approach directly loads configuration updates or extensions into the database from XML files, bypassing the need to open the configurator UI.

Do I need a specific configuration file to manage 1C extensions via batch operations?

Yes, you need a configured .1c-devbase.bat file. This file provides the necessary database connection parameters required to execute batch operations for loading and unloading 1C extensions and configurations.

Can I launch the 1C:Enterprise application directly from a batch script?

Yes, you can launch the 1C:Enterprise application or open the configurator directly through batch automation. This allows you to start the application with or without specifying a particular external processing file.

How do I dump a 1C configuration or extension into XML format?

You can dump 1C configurations or specific files into XML format using batch operations. This process extracts the configuration structure into XML, enabling version control and external processing management.