What is db-dump-cf?
Export 1C configuration to CF file. Use when the user asks to export the configuration to CF, save the configuration, create a CF backup. Source: arman-kudaibergenov/1c-ai-development-kit.
Export 1C configuration to CF file. Use when the user asks to export the configuration to CF, save the configuration, create a CF backup.
Quickly install db-dump-cf AI skill to your development environment via command line
Source: arman-kudaibergenov/1c-ai-development-kit.
Прочитай .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.
| -V8Path | нет | Каталог bin платформы (или полный путь к 1cv8.exe) | | -InfoBasePath | | Файловая база | | -InfoBaseServer | | Сервер 1С (для серверной базы) | | -InfoBaseRef | | Имя базы на сервере | | -UserName | нет | Имя пользователя | | -Password | нет | Пароль | | -OutputFile | да | Путь к выходному CF-файлу |
Export 1C configuration to CF file. Use when the user asks to export the configuration to CF, save the configuration, create a CF backup. Source: arman-kudaibergenov/1c-ai-development-kit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/arman-kudaibergenov/1c-ai-development-kit --skill db-dump-cfBrowse more skills from arman-kudaibergenov/1c-ai-development-kit
Export 1C configuration to CF file. Use when the user asks to export the configuration to CF, save the configuration, create a CF backup. Source: arman-kudaibergenov/1c-ai-development-kit.
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-cf Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/arman-kudaibergenov/1c-ai-development-kit