cf-info
Анализ структуры конфигурации 1С — свойства, состав, счётчики объектов. Используй для обзора конфигурации — какие объекты есть, сколько их, какие настройки
npx skills add majiayu000/claude-skill-registry --skill cf-info --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /cf-info — Структура конфигурации 1С Читает Configuration.xml из выгрузки конфигурации и выводит компактное описание структуры. ## Параметры и команда | Параметр | Описание | |----------|----------| | `ConfigPath` | Путь к Configuration.xml или каталогу выгрузки | | `Mode` | Режим: `overview` (default), `brief`, `full` | | `Limit` / `Offset` | Пагинация (по умолчанию 150 строк) | | `OutFile` | Записать результат в файл (UTF-8 BOM) | ```powershell powershell.exe -NoProfile -File .claude/skills/cf-info/scripts/cf-info.ps1 -ConfigPath "<путь>" ``` ## Три режима | Режим | Что показывает | |---|---| | `overview` *(default)* | Заголовок + ключевые свойства + таблица счётчиков объектов по типам | | `brief` | Одна строка: Имя — "Синоним" vВерсия \| N объектов \| совместимость | | `full` | Все свойства по категориям + полный список ChildObjects + DefaultRoles + мобильные функциональности | ## Примеры ```powershell # Обзор пустой конфигурации ... -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
- Параметры и команда
- Три режима
- Примеры
What does the cf-info skill do?
Анализ структуры конфигурации 1С — свойства, состав, счётчики объектов. Используй для обзора конфигурации — какие объекты есть, сколько их, какие настройки
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill cf-info --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
