·db-load-git

Загрузка изменений из Git в базу 1С. Используй когда пользователь просит загрузить изменения из гита, обновить базу из репозитория, partial load из коммита

8Installs·0Trend·@arman-kudaibergenov

Installation

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

How to Install db-load-git

Quickly install db-load-git 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-load-git
  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

Определяет изменённые файлы конфигурации по данным Git и выполняет частичную загрузку в информационную базу.

Прочитай .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.

Загрузка изменений из Git в базу 1С. Используй когда пользователь просит загрузить изменения из гита, обновить базу из репозитория, partial load из коммита 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-load-git
Category
</>Dev Tools
Verified
First Seen
2026-03-13
Updated
2026-03-15

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

Quick answers

What is db-load-git?

Загрузка изменений из Git в базу 1С. Используй когда пользователь просит загрузить изменения из гита, обновить базу из репозитория, partial load из коммита Source: arman-kudaibergenov/1c-ai-development-kit.

How do I install db-load-git?

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-load-git 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