1c-skd-info

Analyze 1C SKD Template.xml files to map datasets, fields, parameters, and variants.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-skd-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-skd-info
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-skd-info
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-skd-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lxml, and includes scripts (resource) components.

What problem does it solve?

This Skill analyzes 1C Data Composition System (СКД) templates to provide a structured, at-a-glance view of datasets, fields, parameters and variants, saving time on manual XML inspection.

Core Features & Use Cases

  • Generates an overview of the SKD template, including datasets, parameters, variants, and data sources.
  • Supports multiple analysis modes (overview, query, fields, links, calculated, resources, params, variant, trace, templates, full) for targeted insights.
  • Helps debug and trace field calculations by revealing the data flow from header to the underlying query and facilitating next steps.

Quick Start

Run the skd-info tool against a Template.xml to generate an overview of the SKD structure.

Frequently Asked Questions about 1c-skd-info

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

FAQPage Schema
How do I analyze a 1C SKD template to extract datasets and field structures?

You can analyze 1C SKD templates by processing Template.xml files to extract datasets, fields, parameters, and variants. The analysis generates a structured map of the data composition system, revealing query text and field configurations without manual XML inspection.

What is the best way to trace field calculations in a 1C Data Composition System template?

Tracing field calculations in a 1C Data Composition System template involves analyzing the data flow from the header to the underlying query. Using a targeted trace mode reveals the data flow path, facilitating debugging and identifying how calculated fields derive their values.

Can I extract query text and variant configurations directly from a 1C SKD Template.xml?

Yes, extracting query text and variant configurations directly from a 1C SKD Template.xml is supported. By applying specific analysis modes like query and variant, the tool outputs targeted details and concise configurations for both human review and machine processing.

Does the 1C SKD template analysis tool require lxml to parse XML data structures?

Yes, the 1C SKD template analysis tool requires the lxml dependency to parse XML data structures. It leverages this library to process Template.xml files, enabling the extraction of metadata like datasets, parameters, and links into a structured readable format.

What analysis modes are available for debugging 1C SKD templates?

Available analysis modes for debugging 1C SKD templates include overview, query, fields, links, calculated, resources, params, variant, trace, templates, and full. These modes provide targeted insights into specific data structure components for focused troubleshooting and review.