1c-db-load-git

Load changed 1C configuration files from a Git repository 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-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-db-load-git
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-db-load-git
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-load-git

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the process of detecting and loading only changed 1C configuration files from a Git repository into a 1C database, reducing manual synchronization.

Core Features & Use Cases

  • Detects changed configuration files using Git and maps them to the corresponding XML objects to load.
  • Performs partial configuration loads to update the database from repository changes without full rebuilds.
  • Use Case: When a developer commits changes to a 1C project, run this skill to apply only the touched objects to the target database.

Quick Start

Use the skill to load Git changes into your 1C infobase with a single command.

Frequently Asked Questions about 1c-db-load-git

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

FAQPage Schema
How do I load only changed 1C configuration files from a Git repository into a database?

To load changed 1C configuration files from Git, this skill detects modified XML objects and performs a partial configuration load into the target infobase, updating the database without requiring a full rebuild.

What change scopes are supported when applying Git changes to a 1C infobase?

When applying Git changes to a 1C infobase, you can select from multiple change scopes including All, Staged, Unstaged, and Commit, allowing precise control over which repository modifications are loaded into the database.

What do I need to set up before loading Git changes into a 1C database?

Loading Git changes into a 1C database requires Git installed, a runnable runner like PowerShell or Python, a valid config directory containing XML objects, and either a local infobase path or a server reference.

Can I update a 1C database from repository changes without doing a full configuration rebuild?

Yes, you can update a 1C database from repository changes without a full rebuild by using partial configuration loads that map and apply only the touched XML objects directly to the target infobase.

Why automate loading Git changes into a 1C database instead of synchronizing manually?

Automating the load of Git changes into a 1C database reduces manual synchronization efforts by detecting changed configuration files and mapping them to the corresponding XML objects for targeted database updates.