diff --git a/.claude/skills/mxl-info/SKILL.md b/.claude/skills/mxl-info/SKILL.md new file mode 100644 index 00000000..82a777e3 --- /dev/null +++ b/.claude/skills/mxl-info/SKILL.md @@ -0,0 +1,103 @@ +--- +name: mxl-info +description: Analyze SpreadsheetDocument (MXL) template structure — areas, parameters, column sets +argument-hint: or +allowed-tools: + - Bash + - Read + - Glob +--- + +# /mxl-info — Template Structure Analyzer + +Reads a SpreadsheetDocument Template.xml and outputs a compact summary: named areas, parameters, column sets. Replaces the need to read thousands of XML lines. + +## 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) | + +Specify either `-TemplatePath` or both `-ProcessorName` and `-TemplateName`. + +## Command + +```powershell +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 "