skd-info

Parse 1C Data Composition System Template.xml to summarize datasets, fields, parameters, variants, and links.

33|8|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill skd-info-dach-coin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skd-info
Source: https://github.com/Dach-Coin/claude_rules_1c/tree/main/.claude/skills/skd-info
Command: npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill skd-info-dach-coin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the need to manually read thousands of lines of 1C Data Composition System (СКД / DCS) XML by producing a compact, human-readable summary of datasets, fields, parameters, templates, and variants.

Core Features & Use Cases

  • Template structure overview: Build a navigational map of datasets, calculated fields, resources, parameters, variants, and links so you quickly understand the report data flow.
  • Targeted deep dives by name: Switch between modes (query text, fields, calculated expressions, resources aggregation, parameters, variant structure, template bindings, and trace) to answer specific questions like “where does this column come from?”.
  • One-step trace: For a given field name or title, show the full chain from dataset → calculated expression → resource aggregation, helping you debug incorrect report logic or validate formulas.

Quick Start

Ask it to analyze your DCS Template.xml in overview mode and return a compact map of datasets, parameters, variants, and next steps for deeper investigation.

Frequently Asked Questions about skd-info

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

FAQPage Schema
How do I analyze a 1C DCS Template.xml to summarize datasets and fields?

Analyze 1C DCS Template.xml by parsing the XML with DCS namespaces to summarize datasets, fields, parameters, templates, variants, and links into a compact overview. This removes the need to manually read thousands of lines of report configuration.

How does template tracing work for calculated fields in 1C SKD reports?

Template tracing in 1C SKD reports shows the full chain from dataset to calculated expression and resource aggregation for a given field name. It helps you debug incorrect report logic or validate formulas by mapping data sources.

How do I extract SQL query text from a 1C Data Composition System template?

Extract SQL query text from a 1C Data Composition System template by switching to query mode during XML analysis. This targeted deep dive inspects the generated query text to answer specific questions about data sources.

What is the best way to debug 1C SKD calculated fields and resources?

Debug 1C SKD calculated fields and resources by using trace mode to map the full chain from dataset to calculated expression to resource aggregation. This validates formulas and locates data sources for incorrect report logic.

Can I inspect 1C report parameters and variant structure from the DCS XML?

Inspect 1C report parameters and variant structure directly from the DCS XML by applying params and variant structure extraction modes. This builds a navigational map of report data flow for debugging workflows.

Why does my 1C SKD report show incorrect data after adding a calculated field?

Incorrect data in a 1C SKD report with calculated fields often stems from broken links or aggregation errors. Use template tracing to inspect the chain from dataset to calculated expression and resource aggregation to validate formulas.