mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-30 00:16:56 +03:00
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:
co-authored by
Claude Opus 4.6
parent
e3daaf233d
commit
d34cbf7272
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: epf-add-form
|
name: epf-add-form
|
||||||
description: Добавить управляемую форму к внешней обработке 1С
|
description: Добавить управляемую форму к внешней обработке 1С
|
||||||
|
argument-hint: <ProcessorName> <FormName> [Synonym]
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: epf-add-template
|
name: epf-add-template
|
||||||
description: Добавить макет к внешней обработке 1С
|
description: Добавить макет к внешней обработке 1С
|
||||||
|
argument-hint: <ProcessorName> <TemplateName> <TemplateType>
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: epf-build
|
name: epf-build
|
||||||
description: Собрать внешнюю обработку 1С (EPF) из XML-исходников
|
description: Собрать внешнюю обработку 1С (EPF) из XML-исходников
|
||||||
|
argument-hint: <ProcessorName>
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: epf-dump
|
name: epf-dump
|
||||||
description: Разобрать EPF-файл обработки 1С в XML-исходники
|
description: Разобрать EPF-файл обработки 1С в XML-исходники
|
||||||
|
argument-hint: <EpfFile>
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: epf-init
|
name: epf-init
|
||||||
description: Создать пустую внешнюю обработку 1С (scaffold XML-исходников)
|
description: Создать пустую внешнюю обработку 1С (scaffold XML-исходников)
|
||||||
|
argument-hint: <Name> [Synonym]
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: epf-remove-form
|
name: epf-remove-form
|
||||||
description: Удалить форму из внешней обработки 1С
|
description: Удалить форму из внешней обработки 1С
|
||||||
|
argument-hint: <ProcessorName> <FormName>
|
||||||
|
disable-model-invocation: true
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: epf-remove-template
|
name: epf-remove-template
|
||||||
description: Удалить макет из внешней обработки 1С
|
description: Удалить макет из внешней обработки 1С
|
||||||
|
argument-hint: <ProcessorName> <TemplateName>
|
||||||
|
disable-model-invocation: true
|
||||||
allowed-tools:
|
allowed-tools:
|
||||||
- Bash
|
- Bash
|
||||||
- Read
|
- Read
|
||||||
|
|||||||
Reference in New Issue
Block a user