db-create

Create file-based or server-based 1C information bases on Windows.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill db-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-create
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/db-create
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill db-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Создает информационные базы 1С (файловую или серверную) быстро и без ручного ввода, упрощая настройку проекта.

Core Features & Use Cases

  • Создание файловой базы по указанному пути.
  • Создание серверной базы по серверу и имени базы.
  • Автоматическая регистрация в .v8-project.json после создания (при желании).

Quick Start

Выполните /db-create с путём к базе или сервером и именем базы.

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 1C information base automatically on Windows?

To create a 1C information base automatically, use a script that validates inputs and executes the 1C platform commands on Windows. It supports both file-based and server-based databases, logging outputs and returning an exit code for verification.

Can I create a server-based 1C database using a template?

Yes, you can create a server-based 1C database using templates. The process accepts the server address and database name as inputs, applying the template during creation and optionally registering the result in the .v8-project.json file.

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

File-based 1C database creation requires a specified file path, while server-based creation requires a server address and database name. Both methods validate inputs, support templates, log outputs, and return an exit code upon completion.

Does 1C database automation work without manual input?

1C database automation works without manual input by validating provided parameters and executing creation commands directly. It eliminates manual setup by handling both file and server environments, finishing with logged outputs and an exit code.

Why does my automated 1C information base creation fail to register?

Automated 1C information base creation registration fails if the optional registration step is bypassed. Ensure the process is configured to update the .v8-project.json file after creating the file-based or server-based database to maintain project configuration.