From 1c-skills
Validates 1C configuration XML files for structural errors after creation or modification. Checks XML well-formedness, properties, enums, and object directories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/1c-skills:cf-validate <ConfigPath> [-Detailed] [-MaxErrors 30]<ConfigPath> [-Detailed] [-MaxErrors 30]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 на структурные ошибки: XML well-formedness, InternalInfo, свойства, enum-значения, ChildObjects, DefaultLanguage, файлы языков, каталоги объектов.
Проверяет Configuration.xml на структурные ошибки: XML well-formedness, InternalInfo, свойства, enum-значения, ChildObjects, DefaultLanguage, файлы языков, каталоги объектов.
| Параметр | Обяз. | Умолч. | Описание |
|---|---|---|---|
| ConfigPath | да | — | Путь к Configuration.xml или каталогу выгрузки |
| Detailed | нет | — | Подробный вывод (все проверки, включая успешные) |
| MaxErrors | нет | 30 | Остановиться после N ошибок |
| OutFile | нет | — | Записать результат в файл (UTF-8 BOM) |
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/cf-validate.ps1" -ConfigPath "upload/cfempty"
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/cf-validate.ps1" -ConfigPath "upload/cfempty/Configuration.xml"
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skills-pyValidates 1C configuration metadata XML files for structural errors. Supports batch processing of multiple paths via pipe separation.
Validates application configurations by scanning JSON, YAML, TOML, env files; creates schemas, tests for security issues, consistency, and errors across environments.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.