mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-08-02 17:57:45 +03:00
Improve usage examples with real-world scenarios
README: replace abstract examples with realistic scenarios — processor with form for data manipulation, BSP print form with spreadsheet template, incremental additions. Emphasize natural language over slash commands. epf-add-template SKILL.md: add Russian name mapping for template types (табличный документ, текстовый документ). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
34e88d2914
commit
4bc86decf8
@@ -37,12 +37,14 @@ pwsh -NoProfile -File .claude/skills/epf-add-template/scripts/add-template.ps1 -
|
||||
|
||||
## Маппинг типов
|
||||
|
||||
| Type | TemplateType | Расширение | Содержимое |
|
||||
|---------------------|----------------------|------------|-----------------------|
|
||||
| HTML | HTMLDocument | `.html` | Пустой HTML-документ |
|
||||
| Text | TextDocument | `.txt` | Пустой файл |
|
||||
| SpreadsheetDocument | SpreadsheetDocument | `.xml` | Минимальный spreadsheet |
|
||||
| BinaryData | BinaryData | `.bin` | Пустой файл |
|
||||
Пользователь может указать тип в свободной форме. Определи нужный по контексту:
|
||||
|
||||
| Пользователь пишет | TemplateType | Расширение | Содержимое |
|
||||
|---------------------------------------------|---------------------|------------|-------------------------|
|
||||
| HTML | HTMLDocument | `.html` | Пустой HTML-документ |
|
||||
| Text, текстовый документ, текст | TextDocument | `.txt` | Пустой файл |
|
||||
| SpreadsheetDocument, табличный документ, MXL | SpreadsheetDocument | `.xml` | Минимальный spreadsheet |
|
||||
| BinaryData, двоичные данные | BinaryData | `.bin` | Пустой файл |
|
||||
|
||||
## Что создаётся
|
||||
|
||||
|
||||
Reference in New Issue
Block a user