db-run

Launches 1C:Enterprise databases from development workflows via CLI parameters.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill db-run
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: db-run
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/db-run
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill db-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Запуск 1С:Предприятие призван обеспечить автоматизацию начала работы с базой: открытие клиента, запуск рабочей сессии и подготовку среды без ручных действий.

Core Features & Use Cases

  • Запуск информационной базы в режиме пользовательского запуска 1С:Предприятие.
  • Поддержка локальных баз (файл) и серверных баз (с указанием сервера и имени базы).
  • Фоновый запуск без ожидания завершения процесса и отключение всплывающих окон startup dialogs.

Quick Start

Run db-run with a database parameter to start 1C:Enterprise.

Frequently Asked Questions about db-run

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

FAQPage Schema
How do I automate launching 1C:Enterprise databases from a development workflow?▼

You can automate the 1C:Enterprise startup by running a script that launches databases in the background with startup dialogs disabled. It opens the client and prepares the working session without manual actions.

Can I launch both local file-based and server-based 1C databases?▼

Yes, you can launch both local file-based and server-based 1C databases. Local bases use the -InfoBasePath parameter, while server deployments require specifying -InfoBaseServer and -InfoBaseRef.

What is the best way to start a 1C:Enterprise user session without interactive prompts?▼

The best way to start a 1C:Enterprise session without prompts is using an automated background launch. This method disables startup dialogs and prevents the system from waiting for interactive user input.

Does the 1C:Enterprise automated launch run in the background?▼

Yes, the 1C:Enterprise automated launch runs in the background. It initiates the database client without waiting for the process to complete, allowing your development workflow to continue uninterrupted.

Do I need Python or PowerShell to automate 1C base startup?▼

Python or PowerShell scripts can be used to trigger the automated 1C base startup. The skill utilizes script components to execute the launch commands and prepare the environment automatically.