/cf-info - Структура конфигурации 1С
SkillDev toolsAnalysis of 1C configuration structure - properties, composition, object counters. Use for a configuration overview - what objects exist, how many there are, and what settings they have
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /cf-info - Структура конфигурации 1С skill
What this skill tells your AI
The instructions your AI receives, as published by desko77/cursor-1c-skills in skills/1c-cf-info/SKILL.md and read by ahel’s review.
Читает Configuration.xml из выгрузки конфигурации и выводит компактное описание структуры.
Параметры и команда
| Параметр | Описание |
|---|---|
ConfigPath | Путь к Configuration.xml или каталогу выгрузки |
Mode | Режим: overview (default), brief, full |
Limit / Offset | Пагинация (по умолчанию 150 строк) |
OutFile | Записать результат в файл (UTF-8 BOM) |
powershell.exe -NoProfile -File skills/1c-cf-info/scripts/cf-info.ps1 -ConfigPath "<путь>"
Три режима
| Режим | Что показывает |
|---|---|
overview (default) | Заголовок + ключевые свойства + таблица счетчиков объектов по типам |
brief | Одна строка: Имя - "Синоним" vВерсия | N объектов | совместимость |
full | Все свойства по категориям + полный список ChildObjects + DefaultRoles + мобильные функциональности |
Примеры
# Обзор пустой конфигурации
... -ConfigPath upload/cfempty
# Краткая сводка реальной конфигурации
... -ConfigPath upload/acc_8.3.24 -Mode brief
# Полная информация
... -ConfigPath upload/acc_8.3.24 -Mode full
# С пагинацией
... -ConfigPath upload/acc_8.3.24 -Mode full -Limit 50 -Offset 100
Signals
- GitHub stars
- 57
- Forks
- 13
- Last commit
- Sep 2026
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-cf-info-desko77- Source
- github.com/desko77/cursor-1c-skills