db-dump-xml

Dump 1C configuration metadata into XML files via DumpConfigToFiles.

33|8|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill db-dump-xml-dach-coin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-dump-xml
Source: https://github.com/Dach-Coin/claude_rules_1c/tree/main/.claude/skills/db-dump-xml
Command: npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill db-dump-xml-dach-coin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the manual, error-prone process of exporting a 1C configuration by automatically dumping it into XML (source files) in the exact mode the user requests.

Core Features & Use Cases

  • Full dump: export the entire configuration into XML files for fresh syncs, migrations, or review.
  • Incremental dump (Changes): export only changed objects using ConfigDumpInfo.xml to speed up iterative development and reviews.
  • Partial dump (Objects): export only specified metadata objects (e.g., a single directory or document) when targeted review is needed.
  • ConfigDumpInfo update: update ConfigDumpInfo.xml without dumping files, useful for keeping incremental state aligned.
  • Local or server infobase support: supports both file-based infobases and server-based infobases via metadata credentials.

Quick Start

Ask the Skill to export the configuration of your development database “dev” into XML files under “src/config” using full mode.

Frequently Asked Questions about db-dump-xml

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

FAQPage Schema
How do I export 1C configuration metadata to XML files?

You can dump 1C configuration metadata to XML files by executing DumpConfigToFiles via 1cv8.exe. The Skill resolves connection data and automates the export process for versioning and review workflows.

Can I export only changed 1C metadata objects instead of a full dump?

Yes, you can perform an incremental dump to export only changed objects. This mode leverages ConfigDumpInfo.xml to identify updates, speeding up iterative development and targeted code reviews.

Does 1C XML configuration export work with server-based infobases?

Yes, 1C configuration dump supports both file-based and server-based infobases. You must provide explicit metadata credentials or use .v8-project.json rules to resolve the server connection data.

How do I export specific 1C metadata objects like a single directory?

You can execute a partial dump by providing an optional object list. This exports only specified 1C metadata objects, such as a single directory or document, for targeted review without a full export.

How do I update ConfigDumpInfo.xml without dumping files?

You can update ConfigDumpInfo.xml without dumping source files by selecting the ConfigDumpInfo update mode. This keeps your incremental state aligned without triggering a full or partial XML file export.