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

SkillAI & models

This skill lets your AI look inside a 1C configuration and explain its structure. Once added, your AI can give you a clear overview of a configuration: which objects it contains, how many of each, and what their settings are.

Available today. Use it from your connected AI after setup.

Add the skill, then ask your AI to review a 1C configuration you want to understand, such as what objects it has and how they are configured.

Then ask your AI: use the /cf-info - Структура конфигурации 1С skill

What your AI can do with it

  • List the objects included in a 1C configuration
  • Count how many objects a configuration contains
  • Show the properties of configuration objects
  • Summarize a configuration's structure as an overview

What this skill tells your AI

The instructions your AI receives, as published by desko77/claude-code-skills-1c 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
61
Forks
14
Last commit
Sep 2026

Others that do the same job

Advanced
Catalog kind
skill
Gateway key
x-1c-cf-info
Source
github.com/desko77/claude-code-skills-1c