1c-db-load-xml

Load 1C configurations from XML sources into an infobase.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-load-xml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-db-load-xml
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-db-load-xml
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-load-xml

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates loading of 1C configurations from XML sources into an infobase, simplifying deployment from XML sources or source directories.

Core Features & Use Cases

  • Full and Partial loading modes via 1C Designer, using LoadConfigFromFiles for XML sources.
  • Detects connection settings from .v8-project.json and supports both local infobases and server bases.
  • Use Case: Deploy a new configuration from an XML directory, or refresh selected files during development.

Quick Start

Run /db-load-xml <configDir> [database] to load the XML sources into the selected 1C infobase.

Frequently Asked Questions about 1c-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?

To load a 1C configuration from XML files, specify the configuration directory and database to automate the LoadConfigFromFiles process via 1C Designer, reading settings from .v8-project.json.

What is the difference between Full and Partial loading modes for 1C XML configurations?

Full loading mode deploys an entire configuration from an XML directory, while Partial mode refreshes only selected files during development to apply incremental changes to the infobase.

Can I automatically detect connection settings when loading a 1C configuration from XML?

Yes, the loading process detects connection settings directly from the .v8-project.json file, supporting both local infobases and server bases without manual configuration entry.

Does loading a 1C configuration from XML sources update the database automatically?

Yes, the loading process can perform a post-load database update automatically after deploying the XML configuration files into the target 1C infobase to ensure schema consistency.

When should I use partial XML configuration loading for 1C infobases?

You should use partial XML configuration loading during active development workflows when you need to quickly refresh selected configuration files and apply changes to the 1C infobase without a full deployment.