db-load-xml

Load 1C configurations from XML sources into a target infobase.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill db-load-xml-msrv-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-load-xml
Source: https://github.com/msrv-tech/skills/tree/main/db-load-xml
Command: npx skills add https://github.com/msrv-tech/skills --skill db-load-xml-msrv-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires 1cv8.exe, and includes scripts (resource) components.

What problem does it solve?

Загрузка конфигурации 1С из XML-файлов. Используй когда пользователь просит загрузить конфигурацию из XML-исходников, файлов или исходников, с загрузкой через LoadConfigFromFiles.

Core Features & Use Cases

  • Полная загрузка конфигурации (Full) — замена текущей конфигурации в базе данных.
  • Частичная загрузка по списку файлов (Partial) — загрузка только выбранных XML-файлов и модулей.
  • Автоопределение параметров подключения и выбор базы из .v8-project.json или через параметры подключения.
  • Поддержка загрузки расширений и форматов (Hierarchical/Plain) и опций обновления конфигурации базы после загрузки.

Quick Start

Run the db-load-xml skill with a ConfigDir pointing to the XML sources to load into the target infobase.

Frequently Asked Questions about db-load-xml

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

FAQPage Schema
How do I load a 1C configuration from XML files into an infobase?

Loading a 1C configuration from XML files requires specifying the source directory and target infobase. The skill resolves connection parameters automatically from the project file or explicit credentials.

Can I load only specific XML files instead of the full 1C configuration?

Partial 1C configuration loads are supported by using the Files or ListFile options. This imports only the selected XML files and modules rather than replacing the full configuration.

Does the skill support loading 1C configuration extensions from XML sources?

Yes, loading 1C configuration extensions from XML sources is supported. You can use the Extension command-line option to specify the target extension during the XML import process.

How does the skill determine which 1C infobase to connect to?

The skill automatically resolves 1C infobase connection parameters from the .v8-project.json project file. You can also provide explicit credentials to connect to the target database.

Do I need 1cv8.exe to load configurations from XML files?

Yes, 1cv8.exe is a required dependency for loading 1C configurations from XML files. The skill depends on this executable to execute the LoadConfigFromFiles operation against the target infobase.

Can I update the 1C database configuration after loading from XML files?

Yes, you can update the 1C database configuration after loading from XML files by enabling the UpdateDB option. This applies the loaded configuration changes directly to the database structure.