db-create

Create 1C:Enterprise 8.3 information bases for file or server deployment.

33|8|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill db-create-dach-coin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-create
Source: https://github.com/Dach-Coin/claude_rules_1c/tree/main/.claude/skills/db-create
Command: npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill db-create-dach-coin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the manual setup work required to create a new 1C:Enterprise 8.3 information base when you need a fresh database (file-based or server-based) for development or testing.

Core Features & Use Cases

  • Creates a new 1C information base: supports both file databases (by path) and server databases (by server + name/ref).
  • Optional template-based initialization: creates the base from a provided template file to preload configuration.
  • Optional project list registration: can add the created base to the repository’s .v8-project.json list (via parameters forwarded to the platform command).

Quick Start

Tell the AI to create a new file-based 1C database at C:\Bases\NewDB interactively by running the db-create skill.

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:Enterprise information base from the command line?

To create a 1C:Enterprise information base, this Skill executes the platform's 1cv8.exe with the CREATEINFOBASE command, supporting both file-based and server-based deployment workflows for fresh development or test databases.

Can I initialize a 1C database from a template file?

Yes, template-based initialization is supported when creating a 1C:Enterprise information base. The Skill validates the provided template file and input requirements before executing the platform command to preload your configuration.

Does this Skill support both file-based and server-based 1C database provisioning?

File-based and server-based 1C database provisioning are both supported. The Skill targets file databases by path and server databases by specifying the Srvr and Ref parameters required by the 1C:Enterprise platform.

How do I add a newly created database to a project-managed base list?

You can register the created 1C:Enterprise information base in the repository's project-managed base list. The Skill forwards parameters to the platform command to append the new database to the .v8-project.json file.

What are the limitations of automating 1C database creation with scripts?

The Skill automates 1C:Enterprise database creation using scripts but requires validating template and input requirements beforehand. It relies on the 1cv8.exe platform executable, meaning the 1C:Enterprise platform must be installed locally.