From 1c-skills
Validates 1C configuration metadata XML files for structural errors. Supports batch processing of multiple paths via pipe separation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/1c-skills:meta-validate <ObjectPath> [-Detailed] [-MaxErrors 30] — pipe-separated paths for batch<ObjectPath> [-Detailed] [-MaxErrors 30] — pipe-separated paths for batchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Проверяет XML объекта метаданных из выгрузки конфигурации на структурные ошибки.
Проверяет XML объекта метаданных из выгрузки конфигурации на структурные ошибки.
| Параметр | Обяз. | Умолч. | Описание |
|---|---|---|---|
| ObjectPath | да | — | Путь к XML-файлу или каталогу. Через | для batch |
| Detailed | нет | — | Подробный вывод (все проверки, включая успешные) |
| MaxErrors | нет | 30 | Остановиться после N ошибок (per object) |
| OutFile | нет | — | Записать результат в файл (UTF-8 BOM) |
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/meta-validate.ps1" -ObjectPath "Catalogs/Номенклатура/Номенклатура.xml"
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/meta-validate.ps1" -ObjectPath "Catalogs/Банки|Documents/Заказ"
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skills-pyValidates 1C configuration XML files for structural errors after creation or modification. Checks XML well-formedness, properties, enums, and object directories.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.