1c-db-create

Create file-based or server-based 1C information bases and register them in .v8-project.json.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-db-create
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-db-create
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-db-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Создаёт новую информационную базу 1С (файловую или серверную) и предлагает зарегистрировать в v8-project.json.

Core Features & Use Cases

  • Поддерживает создание файловых и серверных баз
  • Возможность использования шаблонов конфигурации через UseTemplate
  • Опциональное добавление базы в список через /db-list

Quick Start

Run the db-create.ps1 PowerShell script with the required parameters to create a new 1C information base.

Frequently Asked Questions about 1c-db-create

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

FAQPage Schema
How do I create a 1C information base using PowerShell automation?

You create a 1C information base by running the db-create.ps1 PowerShell script with required parameters. The script enforces input requirements and outputs a log with an exit status to confirm successful creation.

Can I create both file-based and server-based 1C information bases?

Yes, the 1C information base creation workflow supports both file-based and server-based bases, allowing you to specify the target type during the automated setup process.

How do I apply a configuration template when creating a 1C information base?

You can apply a configuration template during 1C information base creation by using the UseTemplate parameter. The script validates provided templates before applying them to the new base.

What is the best way to catalog a newly created 1C information base?

The best way to catalog a newly created 1C information base is registering it in the v8-project.json file. The script offers this registration automatically and can optionally add the base via /db-list.

Does the 1C information base creation script require any external dependencies?

No, the 1C information base creation script requires no external dependencies. It operates standalone using PowerShell scripts, needing only valid input parameters and optional configuration templates.

Why does my 1C information base creation fail when providing invalid templates?

1C information base creation fails with invalid templates because the script validates all provided templates before execution. Check the output log and exit status to identify the specific validation error encountered.