1c-platform-tools-infobase

Automate 1C information base management via extension commands with env.json parameters.

178|16|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-infobase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-platform-tools-infobase
Source: https://github.com/yellow-hammer/vscode-1c-platform-tools/tree/main/resources/skills/1c-platform-tools-infobase
Command: npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-infobase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Операции с информационными базами 1С через команды расширения требуют точности и повторяемости. Этот навык-помощник автоматизирует выполнение ключевых процедур: создание пустой базы, обновление конфигурации, экспорт/импорт данных в dt и управление внешними ресурсами, снижая ручной труд и риск ошибок.

Core Features & Use Cases

  • Создание пустой информационной базы: 1c-platform-tools.infobase.createEmpty.
  • Обновление конфигурации и базы: 1c-platform-tools.infobase.updateInfobase.
  • Экспорт/импорт в dt: 1c-platform-tools.infobase.dumpToDt и 1c-platform-tools.infobase.loadFromDt.
  • Запрет внешних ресурсов: 1c-platform-tools.infobase.blockExternalResources.
  • Инициализация данных и постобработка: 1c-platform-tools.infobase.initialize и 1c-platform-tools.infobase.updateDatabase.

Quick Start

Run a single command to initialize a base quickly: 1c-platform-tools.infobase.createEmpty using env.json parameters.

Frequently Asked Questions about 1c-platform-tools-infobase

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

FAQPage Schema
How do I automate creating an empty 1C infobase and updating its configuration?

You can automate creating an empty 1C infobase and updating its configuration by running extension commands like createEmpty and updateInfobase using env.json parameters within a vanessa-based workflow.

What is the best way to export and import 1C infobase data to dt files?

The best way to export and import 1C infobase data to dt files is using the dumpToDt and loadFromDt extension commands, which automate data serialization and reduce manual transfer errors.

Can I block external resources across multiple 1C projects automatically?

Yes, you can block external resources across multiple 1C projects automatically by executing the blockExternalResources command, ensuring consistent security policies without manual configuration.

Do I need a vanessa-based workflow to manage 1C infobases with extension commands?

Yes, a vanessa-based workflow is required to manage 1C infobases with extension commands, along with configured env.json parameters to define the environment for operations like initialize and updateDatabase.

How does initializing a 1C infobase work with post-processing?

Initializing a 1C infobase with post-processing works by running the initialize command followed by updateDatabase, automating data setup and applying configuration updates in sequence.