From 1c-skills
Validates 1C configuration extension (CFE) structure: XML format, properties, composition, borrowed objects. Use after creating or modifying an extension.
How this skill is triggered — by the user, by Claude, or both
Slash command
/1c-skills:cfe-validate <ExtensionPath> [-Detailed] [-MaxErrors 30]<ExtensionPath> [-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
Проверяет структурную корректность расширения: XML-формат, свойства, состав, заимствованные объекты. Аналог `/cf-validate`, но для расширений.
Проверяет структурную корректность расширения: XML-формат, свойства, состав, заимствованные объекты. Аналог /cf-validate, но для расширений.
| Параметр | Обяз. | Умолч. | Описание |
|---|---|---|---|
| ExtensionPath | да | — | Путь к каталогу или Configuration.xml расширения |
| Detailed | нет | — | Подробный вывод (все проверки, включая успешные) |
| MaxErrors | нет | 30 | Остановиться после N ошибок |
| OutFile | нет | — | Записать результат в файл |
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/cfe-validate.ps1" -ExtensionPath "src"
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/cfe-validate.ps1" -ExtensionPath "src/Configuration.xml"
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.
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.