mxl-info

Parse Template.xml files to summarize named areas, parameters, and column sets in 1C MXL templates.

511|99|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Nikolay-Shirokov/cc-1c-skills --skill mxl-info-nikolay-shirokov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mxl-info
Source: https://github.com/Nikolay-Shirokov/cc-1c-skills/tree/main/.claude/skills/mxl-info
Command: npx skills add https://github.com/Nikolay-Shirokov/cc-1c-skills --skill mxl-info-nikolay-shirokov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly understand the structure of 1C spreadsheet templates (MXL) without manually sifting through complex XML files, saving you time and effort in development.

Core Features & Use Cases

  • Structure Analysis: Identifies named areas, parameters, and column sets within a template.
  • Parameter Discovery: Lists all parameters associated with each area, including detail parameters for drill-down functionality.
  • Use Case: When developing a custom report or print form, use this Skill to get a clear overview of an existing MXL template's layout and data fields, enabling faster integration and modification.

Quick Start

Analyze the structure of the spreadsheet template located at 'src/MyProcessor/Templates/MyTemplate/Ext/Template.xml'.

Frequently Asked Questions about mxl-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze the structure of a 1C spreadsheet template?

To analyze a 1C spreadsheet template, this Skill parses the Template.xml file to identify named areas, parameters, column sets, and text content, providing a concise structural summary. It extracts layout and data field information automatically.

What parameters are inside a 1C MXL template?

Parameters inside a 1C MXL template include area-specific variables and detail parameters used for drill-down functionality. The Skill lists all parameters associated with each named area to clarify data bindings.

Can I list named areas and column sets in a 1C Template.xml file?

Yes, you can list named areas and column sets in a 1C Template.xml file by running this analysis Skill. It processes the XML structure to map out all defined areas and column configurations.

What is the best way to prepare a 1C MXL template for code generation?

The best way to prepare a 1C MXL template for code generation is to generate a structural overview first. This Skill summarizes existing template layouts and data fields, enabling faster integration and modification.

Do I need to manually open XML files to understand 1C spreadsheet templates?

No, you do not need to manually open XML files to understand 1C spreadsheet templates. This Skill automates the parsing process, saving development time by extracting layout structures without manual sifting.