db-run

Launch 1C:Enterprise databases in user mode from a user command.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill db-run-msrv-tech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: db-run
Source: https://github.com/msrv-tech/skills/tree/main/db-run
Command: npx skills add https://github.com/msrv-tech/skills --skill db-run-msrv-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Launches a 1C: Enterprise database in user mode when a user asks to start the application, open a base, or run the enterprise.

Core Features & Use Cases

  • Launches 1C:Enterprise in user mode for a specified base (file-based or server-based).
  • Resolves connection parameters by reading the root .v8-project.json or inferring from the current Git branch mapping.
  • Supports optional execution of external actions via -Execute, -C, and -URL while launching in the background.

Quick Start

Запустите базу командой /db-run dev

Frequently Asked Questions about db-run

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

FAQPage Schema
How do I launch a 1C:Enterprise database in user mode?▼

You can launch a 1C:Enterprise database in user mode by running a command like /db-run dev, which resolves connection sources from the root .v8-project.json file or current Git branch mapping to start the base.

Can I run external actions or scripts when starting a 1C database?▼

Yes, you can execute external actions when starting a 1C database by passing optional parameters like -Execute, -C, or -URL to trigger specific scripts while the enterprise launches in the background.

How does the database launcher resolve connection parameters for file or server bases?▼

The database launcher resolves connection parameters by reading the root .v8-project.json configuration file or inferring the connection source from the current Git branch mapping to support both file-based and server-based 1C databases.

Does the 1C database launcher support background process initiation?▼

Yes, the 1C database launcher supports background process initiation, allowing quick startup of 1C:Enterprise bases without blocking your current session while reading v8-path resolution and branch-based defaults.

What is the best way to automate 1C:Enterprise startup based on my current Git branch?▼

The best way to automate 1C:Enterprise startup based on your Git branch is using a command-driven script that infers connection parameters from the current branch mapping and launches the corresponding database in the background.