From 1c-skills
Validates 1C CommandInterface.xml files for structural errors including root element, allowed sections, order, command link format, and duplicates. Use after subsystem interface configuration.
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skillsThis skill uses the workspace's default tool permissions.
---
Validates structural correctness of 1C subsystem XML files from configuration exports. Use after creating or modifying subsystems; supports detailed output and error limits.
Validates Fluxwing uxscii components and screens against JSON schemas via interactive menu options or direct Node.js script calls. Use to check project files like ./fluxwing/components/*.uxm.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Проверяет XML командного интерфейса на структурные ошибки: корневой элемент, допустимые секции, порядок, формат ссылок на команды, дубликаты.
| Параметр | Обяз. | Умолч. | Описание |
|---|---|---|---|
| CIPath | да | — | Путь к CommandInterface.xml |
| Detailed | нет | — | Подробный вывод (все проверки, включая успешные) |
| MaxErrors | нет | 30 | Остановиться после N ошибок |
| OutFile | нет | — | Записать результат в файл (UTF-8 BOM) |
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/interface-validate.ps1" -CIPath "Subsystems/Продажи"
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/interface-validate.ps1" -CIPath "Subsystems/Продажи/Ext/CommandInterface.xml"