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:
Nick Shirokov
2026-02-08 12:37:42 +03:00
co-authored by Claude Opus 4.6
parent 34e88d2914
commit 4bc86decf8
2 changed files with 31 additions and 22 deletions
+8 -6
View File
@@ -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` | Пустой файл |
## Что создаётся