1c-mxl-info

Analyze 1C spreadsheet document structures from MXL/Template.xml files.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-mxl-info-jefest9988
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-mxl-info
Source: https://github.com/Jefest9988/1c-ai-development-kit/tree/main/.cursor/skills/1c-mxl/info
Command: npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-mxl-info-jefest9988

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the analysis of 1C spreadsheet document (MXL/Template.xml) structures, saving users from manually parsing complex XML files.

Core Features & Use Cases

  • Structure Analysis: Identifies and summarizes named areas, parameters, and column sets within a Template.xml.
  • Readability: Presents the information in a human-readable format, making it easier to understand the layout.
  • Use Case: Before writing code to fill a 1C spreadsheet, use this Skill to quickly grasp the names and types of areas and their associated parameters.

Quick Start

Run the 1c-mxl-info skill with the path to your Template.xml file.

Frequently Asked Questions about 1c-mxl-info

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

FAQPage Schema
How do I analyze a 1C MXL template structure without manually reading XML?

To analyze a 1C MXL template structure, you can use this Skill to automatically parse Template.xml files and extract named areas, parameters, and column sets into a human-readable summary. It eliminates manual XML parsing.

What is the best way to extract named areas and parameters from a 1C spreadsheet document?

The best way to extract named areas and parameters from a 1C spreadsheet document is to run an automated XML parsing script against the Template.xml file. This identifies and summarizes layout definitions and parameter associations clearly.

How do I identify column sets in a 1C Template.xml file for code generation?

To identify column sets in a 1C Template.xml file for code generation, parse the XML structure to extract layout definitions. This Skill summarizes those column sets alongside named areas and parameters to facilitate code generation.

Do I need any external dependencies to parse 1C spreadsheet document layouts?

No external dependencies are required to parse 1C spreadsheet document layouts. The Skill operates independently using its built-in scripts to process the Template.xml file and output the structural analysis.

Can I use this approach to understand 1C MXL layout structures before writing code?

Yes, you can use this approach to understand 1C MXL layout structures before writing code. It presents named areas and parameters in a readable format, making it easier to grasp the names and types needed for filling spreadsheets.

Why does manually parsing 1C Template.xml files become difficult for layout modification tasks?

Manually parsing 1C Template.xml files becomes difficult because the XML structure is complex. This Skill solves the problem by automating the extraction of layout definitions, summarizing areas, parameters, and column sets for easier modification.