Files
cc-1c-skills/.claude/skills/interface-edit/SKILL.md
T
Nick Shirokov 544893b781 fix(skills): use forward slashes in script paths per best practices
Bash on Windows strips backslashes in unquoted paths, causing
"file not found" errors. Forward slashes work cross-platform.
Also fix pwsh → powershell.exe in epf-init and epf-add-form.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 20:01:30 +03:00

782 B

name, description, argument-hint, allowed-tools
name description argument-hint allowed-tools
interface-edit Настройка командного интерфейса подсистемы 1С. Используй когда нужно скрыть или показать команды, разместить в группах, настроить порядок <CIPath> <Operation> <Value>
Bash
Read
Write
Glob

/interface-edit — редактирование CommandInterface.xml

Операции: hide, show, place, order, subsystem-order, group-order. Подробнее: .claude/skills/interface-edit/reference.md

powershell.exe -NoProfile -File '.claude/skills/interface-edit/scripts/interface-edit.ps1' -CIPath '<path>' -Operation hide -Value '<cmd>'