/cf-info - Структура конфигурации 1С

SkillDev tools

Analysis 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.

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