db-run

Launch 1C:Enterprise infobases with automatic platform resolution and startup parameters.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-run-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-run
Source: https://github.com/Alex1980Alex/1C-Framework/tree/main/external/cc-1c-skills/.claude/skills/db-run
Command: npx skills add https://github.com/Alex1980Alex/1C-Framework --skill db-run-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of manually starting 1C:Enterprise bases by resolving the right platform, choosing the correct database target, and launching the client with the needed parameters.

Core Features & Use Cases

  • Smart platform discovery: Finds the 1cv8 executable from the project file or installed platform folders.
  • Flexible base selection: Opens either a file-based base or a server-based base, with optional username, password, URL, and startup parameters.
  • Safe launch behavior: Starts 1C in the background, validates inputs, and falls back gracefully when unsupported report files are passed.
  • Use case: A developer can quickly start a test infobase on the current Git branch, run a processing file, or open a specific navigation link without assembling launch arguments by hand.

Quick Start

Ask the assistant to launch the appropriate 1C:Enterprise database for the current project, using the project settings or the database name you provide.

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 infobase from the command line without manual configuration?

To launch a 1C:Enterprise infobase, you can use automated scripts that resolve the 1cv8 executable from project files or installed folders, apply connection parameters, and start the client in the background.

Does PowerShell automation support starting both file-based and server-based 1C databases?

Yes, PowerShell automation supports launching both file-based and server-based 1C databases by resolving the correct platform executable and applying parameterized startup configurations for each specific database target.

What is the best way to open a 1C processing file or navigation link during development?

The best way to open a 1C processing file or navigation link is using an automated launch script that passes startup parameters directly to the 1C:Enterprise client, eliminating the need to assemble arguments manually.

Can I pass username and password credentials when launching a 1C infobase?

Yes, you can pass optional username and password credentials when launching a 1C infobase, as the automation validates connection inputs and supports user credentials alongside specified launch flags.

Why does my 1C:Enterprise database launch fail when passing unsupported report files?

Your 1C:Enterprise database launch may fail with unsupported report files because the automation validates connection inputs and is designed to fall back gracefully when unsupported report files are passed.

Do I need to wait for the 1C client to fully load before continuing my script execution?

No, you do not need to wait for the 1C client to fully load, as the automation starts 1C:Enterprise in the background and executes the process without waiting for completion, allowing immediate script continuation.