db-list

Manage the 1C project database registry stored in .v8-project.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Этот навык управляет реестром баз данных проекта 1С (.v8-project.json). Он позволяет просматривать, добавлять и удалять базы, а также видеть их детали, чтобы держать реестр в порядке.

Core Features & Use Cases

  • Просмотр списка баз из .v8-project.json для понимания текущей инфраструктуры проекта.
  • Добавление новой базы с указанием id, имени, типа и параметров подключения.
  • Удаление или просмотр детализированной информации о существующих базах, что упрощает внедрение и управление.

Quick Start

Используйте db-list для просмотра и управления регистрацией баз в файле .v8-project.json.

Frequently Asked Questions about db-list

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

FAQPage Schema
How do I manage 1C databases registered in a .v8-project.json file?

To manage 1C databases in a .v8-project.json file, you can interactively list, add, show details, or remove database connections. This keeps your project registry organized across multiple 1C projects and branches by parsing and returning structured JSON data.

What is the best way to view all database connections in a 1C project?

Viewing database connections in a 1C project involves parsing the .v8-project.json structure to return a structured list of registered databases. This allows you to understand the current infrastructure and keep all project connections tidy.

How do I add a new database to my 1C v8-project configuration?

Adding a database to your 1C v8-project configuration requires specifying the database id, name, type, and connection parameters. The skill registers these details into the .v8-project.json registry to maintain organized project connections.

Does this database registry tool support removing connections across multiple 1C branches?

Yes, the database registry tool supports removing connections across multiple 1C projects and branches. It interactively manages the .v8-project.json file, allowing you to safely remove databases and keep project connections organized.

What structured data format does the 1C database registry parser return for tooling?

The 1C database registry parser returns structured JSON data for tooling. By parsing the .v8-project.json structure, it provides interactive operations and structured outputs suitable for integrating with other software engineering workflows.