What problem does it solve?
This Skill removes the need for manual, error-prone loading of 1C configurations by automating importing configuration sources from XML files into an infobase, including both full and partial updates.
Core Features & Use Cases
- Full vs Partial loading: replace the entire configuration from an XML directory or load only selected objects for faster iteration.
- Database-aware routing: resolves the target infobase using
.v8-project.json by provided params, by database name, or by matching the current Git branch.
- Selective file lists for Partial mode: supports
-Files (comma-separated relative paths) or -ListFile (UTF-8 BOM, one relative path per line).
- Optional extension loading: load a specific extension by name or load all extensions.
- Post-load safety workflow: warns that full load replaces the whole configuration and can optionally trigger
/UpdateDBCfg.
Quick Start
Use db-load-xml to fully load configuration from an XML directory into your target infobase by telling the AI: load my 1C configuration from XML located in src/config into database dev using full mode.