db-run

Launch 1C:Enterprise information bases with optional epf processing and parameters.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill db-run-arman-kudaibergenov
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: db-run
Source: https://github.com/Arman-Kudaibergenov/1c-ai-development-kit/tree/main/.claude/skills/db-run
Command: npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill db-run-arman-kudaibergenov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually finding the right 1C:Enterprise platform executable and launching the correct information base with the proper connection parameters.

Core Features & Use Cases

  • Launch by local or server connection: Starts 1C:Enterprise for either a file database (/F) or a server base (/S) depending on what you provide.
  • Optional startup automation: Supports launching an external processing file (/Execute) and passing launch parameters (/C), plus opening a navigation link (/URL) after startup.
  • Git-aware default database selection: Reads .v8-project.json to map database selection rules using branch and databases[].branches, falling back to default when needed.
  • Guidance for missing/invalid setup: Detects missing v8path/platform and unregistered bases and instructs follow-up via db-list add.

Quick Start

Ask your AI assistant to run 1C:Enterprise for the database named dev: /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 from the command line?▼

You can launch a 1C:Enterprise database by instructing your AI assistant to run the database, which triggers a PowerShell script. This script locates 1cv8.exe, resolves the correct v8path, and starts the specified information base in the background without waiting for completion.

Can I start a 1C server base and a local file database using the same method?▼

Yes, you can start both a 1C server base and a local file database using the same method. The Skill determines the connection type from your input and applies the appropriate /S parameter for server bases or /F parameter for local file bases.

How do I automatically run an external processing file when 1C:Enterprise starts?▼

To automatically run an external processing file when 1C:Enterprise starts, the Skill supports the /Execute parameter. It can also pass custom launch parameters using /C and open a specific navigation link via /URL immediately after startup.

How does 1C:Enterprise select the default database in a Git branch?▼

1C:Enterprise default database selection in a Git branch works by reading the .v8-project.json configuration file. The Skill maps database selection rules using the branch name and databases[].branches data, falling back to the default configuration when a specific branch match is not found.

What should I do if the 1C platform executable path is missing or unregistered?▼

If the 1C platform executable path is missing or the base is unregistered, the Skill detects this invalid setup and provides guidance. It instructs you to follow up with the db-list add command to properly register the missing v8path and database mappings.