db-create

Create file-based or server-based 1C information bases from templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creates and initializes new 1C information bases without manual platform command-line work, reducing setup errors and saving time during environment provisioning.

Core Features & Use Cases

  • Supports both file-based and server-based creation of 1C information bases.
  • Can initialize a base from a template and optionally register it in the project list.
  • Includes platform discovery, input validation, and log output for reliable automation.
  • Use case: set up a new development or test infobase from a standard configuration and immediately add it to the local project inventory.

Quick Start

Ask the assistant to create a new 1C information base at the path or server you specify, using a template and adding it to the project list if needed.

Frequently Asked Questions about db-create

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

FAQPage Schema
How do I create a new 1C information base from a template automatically?

You can create a 1C information base by specifying a local path or server target and a template file, and the Skill handles platform discovery, target validation, and optional project list registration automatically.

What is the difference between file-based and server-based 1C infobase creation?

File-based 1C infobase creation initializes the database at a local path, while server-based creation sets it up on a designated server, with both methods supporting template-driven initialization and project list registration.

Can I use PowerShell and Python to automate 1C database creation?

Yes, you can automate 1C database creation using Python and PowerShell scripts, which handle 1cv8.exe resolution from project settings or installed platform paths to initialize the infobase.

Do I need 1cv8.exe installed to create a 1C information base?

Yes, you need 1cv8.exe accessible to create a 1C information base, as the Skill resolves the executable from project settings or installed platform paths to perform the initialization and generate execution logs.

What limitations exist when initializing a 1C infobase via command line?

Limitations of 1C infobase initialization via command line include the strict requirement for resolving 1cv8.exe and the necessity of valid target paths and template files to prevent setup errors during environment provisioning.