From 1c-skills
Analyzes the structure of a 1C configuration file (Configuration.xml) — properties, object counts, child objects, roles, and mobile features. Choose between overview, brief, or full mode with pagination.
How this skill is triggered — by the user, by Claude, or both
Slash command
/1c-skills:cf-info <ConfigPath> [-Mode overview|brief|full] [-Section home-page]<ConfigPath> [-Mode overview|brief|full] [-Section home-page]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Читает Configuration.xml из выгрузки конфигурации и выводит компактное описание структуры.
Читает Configuration.xml из выгрузки конфигурации и выводит компактное описание структуры.
| Параметр | Описание |
|---|---|
ConfigPath | Путь к Configuration.xml или каталогу выгрузки |
Mode | Режим: overview (default), brief, full |
Section | Drill-down по разделу (alias: Name). Сейчас: home-page |
Limit / Offset | Пагинация (по умолчанию 150 строк) |
OutFile | Записать результат в файл (UTF-8 BOM) |
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/cf-info.ps1" -ConfigPath "<путь>"
| Режим | Что показывает |
|---|---|
overview (default) | Заголовок + ключевые свойства + таблица счётчиков объектов по типам |
brief | Одна строка: Имя — "Синоним" vВерсия | N объектов | совместимость |
full | Все свойства по категориям + полный список ChildObjects + DefaultRoles + мобильные функциональности |
# Обзор пустой конфигурации
... -ConfigPath src
# Краткая сводка реальной конфигурации
... -ConfigPath src -Mode brief
# Полная информация
... -ConfigPath src -Mode full
# С пагинацией
... -ConfigPath src -Mode full -Limit 50 -Offset 100
# Drill-down: только начальная страница (раскладка форм с ролями)
... -ConfigPath src -Section home-page
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skills-pyAnalyzes 1C metadata object structure from XML exports — attributes, tabular sections, forms, movements, types. Use instead of reading raw XML when learning object structure or preparing queries and code.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.