db-list

db-list is a skill for Claude Code from timoshinoleg-eng/1c-ai-workbench. It costs 46 tokens per session (1,495 once invoked), scanned A, a copy of 1c-db-list, MIT.

A project database registry stored in `.v8-project.json` for a 1C project. It records connection details, aliases, and which Git branches use each database.

In plain words
What is it for?
Listing, adding, removing, and inspecting registered 1C databases.
Why use it?
It keeps development and test databases in one place, so commands can find the right database without repeatedly entering connection details.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the 1c-skills plugin — 71 skills, 2 hooks shipped together

Good fit Listing, adding, removing, and inspecting registered 1C databases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/timoshinoleg-eng/1c-ai-workbench/db-list
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add timoshinoleg-eng/1c-ai-workbench --skill db-list
Clone the repo
git clone --depth 1 https://github.com/timoshinoleg-eng/1c-ai-workbench

Made for: Claude Code.

Or install 1c-skills, the plugin that ships this one along with the rest of its 71 skills, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for db-list

README.md
[![agentmods](https://agentmods.dev/badge/skills/timoshinoleg-eng/1c-ai-workbench/db-list/github.svg)](https://agentmods.dev/skills/timoshinoleg-eng/1c-ai-workbench/db-list)
Your own site
<a href="https://agentmods.dev/skills/timoshinoleg-eng/1c-ai-workbench/db-list"><img src="https://agentmods.dev/badge/skills/timoshinoleg-eng/1c-ai-workbench/db-list/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for db-list

Your own site · 80×15
<a href="https://agentmods.dev/skills/timoshinoleg-eng/1c-ai-workbench/db-list"><img src="https://agentmods.dev/badge/skills/timoshinoleg-eng/1c-ai-workbench/db-list.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,495 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 97% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.01495
Opus 5 $0.00023 $0.00747
Sonnet 5 $0.00009 $0.00299
Haiku 4.5 $0.00005 $0.00150

Measured 11d ago against content hash 939c570fc8f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

db-list scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

97% identical to 1c-db-list — 42 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

tools/cc-1c-skills/.claude/skills/db-list/SKILL.md · 159 lines

How it starts

The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/db-list — Управление реестром баз данных

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

Usage

/db-list                    — показать список баз
/db-list add                — добавить базу (интерактивно)
/db-list remove <id>        — удалить базу из реестра
/db-list show <id|alias>    — подробности по базе

Формат .v8-project.json

Файл размещается в корне проекта (рядом с .git/).

{
  "v8path": "C:\\Program Files\\1cv8\\8.3.25.1257\\bin",
  "databases": [
    {
      "id": "dev",
      "name": "Разработка",
      "type": "file",
      "path": "C:\\Bases\\MyApp_Dev",
      "user": "Admin",
      "password": "",
      "aliases": ["dev", "разработка"],
      "branches": ["dev", "develop", "feature/*"],
      "configSrc": "C:\\WS\\myapp\\cfsrc"
    },
    {
      "id": "test",
      "name": "Тестовая",
      "type": "server",
      "server": "srv01",
      "ref": "MyApp_Test",
      "user": "Admin",
      "password": "123",
      "aliases": ["test", "тест"]
    }
  ],
  "default": "dev"
}

Поля корневого объекта

Поле Тип Описание
v8path string Каталог bin платформы 1С. Необязательный — если не задан, автоопределение
databases array Массив баз данных
default string id базы по умолчанию

Поля объекта базы данных

Поле Тип Обязательное Описание
id string да Уникальный идентификатор (латиница, без пробелов)
name string да Человекочитаемое имя
type "file" / "server" да Тип подключения
path string для file Путь к каталогу файловой базы
server string для server Адрес сервера 1С
ref string для server Имя базы на сервере
user string нет Имя пользователя 1С
password string нет Пароль
aliases string[] нет Альтернативные имена для быстрого доступа
branches string[] нет Git-ветки или glob-паттерны (release/*, feature/*), привязанные к этой базе
configSrc string нет Каталог XML-выгрузки конфигурации

Read the full file on GitHub · 159 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 159 lines · 46 tokens per session scan A 939c570fc8f3

Subscribe to this mod's changes

db-list is a skill published in the GitHub repository timoshinoleg-eng/1c-ai-workbench (0 stars, last pushed 23d ago), licensed MIT. It adds 46 tokens to every session and 1,495 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to 1c-db-list, differing in 42 lines, and is treated as a copy.