diff --git a/.claude/skills/mxl-info/SKILL.md b/.claude/skills/mxl-info/SKILL.md index 457ad41a..d90a595d 100644 --- a/.claude/skills/mxl-info/SKILL.md +++ b/.claude/skills/mxl-info/SKILL.md @@ -1,64 +1,64 @@ --- name: mxl-info -description: Analyze SpreadsheetDocument (MXL) template structure — areas, parameters, column sets -argument-hint: or +description: Анализ структуры макета табличного документа (MXL) — области, параметры, наборы колонок +argument-hint: или allowed-tools: - Bash - Read - Glob --- -# /mxl-info — Template Structure Analyzer +# /mxl-info — Анализ структуры макета -Reads a SpreadsheetDocument Template.xml and outputs a compact summary: named areas, parameters, column sets. Replaces the need to read thousands of XML lines. +Читает Template.xml табличного документа и выводит компактную сводку: именованные области, параметры, наборы колонок. Заменяет необходимость читать тысячи строк XML. -## Usage +## Использование ``` /mxl-info /mxl-info ``` -## Parameters +## Параметры -| Parameter | Required | Default | Description | -|---------------|:--------:|---------|------------------------------------------| -| TemplatePath | no | — | Direct path to Template.xml | -| ProcessorName | no | — | Processor name (alternative to path) | -| TemplateName | no | — | Template name (alternative to path) | -| SrcDir | no | `src` | Source directory | -| Format | no | `text` | Output format: `text` or `json` | -| WithText | no | false | Include static text and template content | -| MaxParams | no | 10 | Max parameters listed per area | -| Limit | no | 150 | Max output lines (truncation protection) | -| Offset | no | 0 | Skip N lines (for pagination) | +| Параметр | Обязательный | По умолчанию | Описание | +|---------------|:------------:|--------------|------------------------------------------| +| TemplatePath | нет | — | Прямой путь к Template.xml | +| ProcessorName | нет | — | Имя обработки (альтернатива пути) | +| TemplateName | нет | — | Имя макета (альтернатива пути) | +| SrcDir | нет | `src` | Каталог исходников | +| Format | нет | `text` | Формат вывода: `text` или `json` | +| WithText | нет | false | Включить статический текст и шаблоны | +| MaxParams | нет | 10 | Макс. параметров в списке на область | +| Limit | нет | 150 | Макс. строк вывода (защита от переполнения) | +| Offset | нет | 0 | Пропустить N строк (для пагинации) | -Specify either `-TemplatePath` or both `-ProcessorName` and `-TemplateName`. +Укажите либо `-TemplatePath`, либо оба `-ProcessorName` и `-TemplateName`. -## Command +## Команда ```powershell -powershell.exe -NoProfile -File .claude/skills/mxl-info/scripts/mxl-info.ps1 -TemplatePath "" +powershell.exe -NoProfile -File .claude/skills/mxl-info/scripts/mxl-info.ps1 -TemplatePath "<путь>" ``` -Or with processor/template names: +Или по имени обработки/макета: ```powershell -powershell.exe -NoProfile -File .claude/skills/mxl-info/scripts/mxl-info.ps1 -ProcessorName "" -TemplateName "