·db-dump-xml

Dumping 1C configuration to XML files. Use when the user asks to dump the configuration to files, XML, source files, DumpConfigToFiles.

0Installs·0Trend·@arman-kudaibergenov

Installation

$npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill db-dump-xml

How to Install db-dump-xml

Quickly install db-dump-xml AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill db-dump-xml
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: arman-kudaibergenov/1c-ai-development-kit.

SKILL.md

View raw

Выгружает конфигурацию информационной базы в XML-файлы (исходники). Поддерживает полную, инкрементальную, частичную выгрузку и обновление ConfigDumpInfo.

Прочитай .v8-project.json из корня проекта. Возьми v8path (путь к платформе) и разреши базу:

Если v8path не задан — автоопределение: Get-ChildItem "C:\Program Files\1cv8\\bin\1cv8.exe" | Sort -Desc | Select -First 1 Если файла нет — предложи /db-list add. Если использованная база не зарегистрирована — после выполнения предложи добавить через /db-list add.

Dumping 1C configuration to XML files. Use when the user asks to dump the configuration to files, XML, source files, DumpConfigToFiles. Source: arman-kudaibergenov/1c-ai-development-kit.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill db-dump-xml
Category
</>Dev Tools
Verified
First Seen
2026-03-13
Updated
2026-03-13

Browse more skills from arman-kudaibergenov/1c-ai-development-kit

Quick answers

What is db-dump-xml?

Dumping 1C configuration to XML files. Use when the user asks to dump the configuration to files, XML, source files, DumpConfigToFiles. Source: arman-kudaibergenov/1c-ai-development-kit.

How do I install db-dump-xml?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill db-dump-xml Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/arman-kudaibergenov/1c-ai-development-kit