Add argument-hint to all skills, disable auto-invocation for remove skills

- argument-hint: shows expected parameters when typing /command
- disable-model-invocation on epf-remove-form and epf-remove-template
  prevents Claude from invoking destructive operations autonomously

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-02-07 20:02:25 +03:00
parent e3daaf233d
commit d34cbf7272
7 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
---
name: epf-add-form
description: Добавить управляемую форму к внешней обработке 1С
argument-hint: <ProcessorName> <FormName> [Synonym]
allowed-tools:
- Bash
- Read
+1
View File
@@ -1,6 +1,7 @@
---
name: epf-add-template
description: Добавить макет к внешней обработке 1С
argument-hint: <ProcessorName> <TemplateName> <TemplateType>
allowed-tools:
- Bash
- Read
+1
View File
@@ -1,6 +1,7 @@
---
name: epf-build
description: Собрать внешнюю обработку 1С (EPF) из XML-исходников
argument-hint: <ProcessorName>
allowed-tools:
- Bash
- Read
+1
View File
@@ -1,6 +1,7 @@
---
name: epf-dump
description: Разобрать EPF-файл обработки 1С в XML-исходники
argument-hint: <EpfFile>
allowed-tools:
- Bash
- Read
+1
View File
@@ -1,6 +1,7 @@
---
name: epf-init
description: Создать пустую внешнюю обработку 1С (scaffold XML-исходников)
argument-hint: <Name> [Synonym]
allowed-tools:
- Bash
- Read
+2
View File
@@ -1,6 +1,8 @@
---
name: epf-remove-form
description: Удалить форму из внешней обработки 1С
argument-hint: <ProcessorName> <FormName>
disable-model-invocation: true
allowed-tools:
- Bash
- Read
@@ -1,6 +1,8 @@
---
name: epf-remove-template
description: Удалить макет из внешней обработки 1С
argument-hint: <ProcessorName> <TemplateName>
disable-model-invocation: true
allowed-tools:
- Bash
- Read