1c-meta-info

Analyze 1C metadata structure from XML dumps with drill-down details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Analysts and developers often need to understand the structure of 1С metadata objects from XML dumps without manually parsing large XML files. This Skill provides a concise, readable summary of metadata objects, including реквизиты, табличные части, формы, движения and more, to accelerate comprehension and query writing.

Core Features & Use Cases

  • Анализирует структуру объекта метаданных 1С из XML-выгрузки и выводит ключевые разделы: реквизиты, табличные части, движения, формы.
  • Поддерживает drill-down по именам элементов для быстрого доступа к деталям.
  • Работает через PowerShell и Python-скрипты, возвращая понятные описания и готовые для копирования фрагменты.
  • Идеально подходит как подготовительный шаг перед написанием запросов и кода, работающего с объектами 1С.

Quick Start

Запустите скрипт meta-info.ps1 или meta-info.py с указанием пути к XML-файлу 1С, например skills/1c-meta-info/scripts/meta-info.ps1 -ObjectPath "<путь к XML>"

Frequently Asked Questions about 1c-meta-info

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

FAQPage Schema
How do I parse a 1C metadata structure from an XML dump?

Yes, you can use either PowerShell or Python to analyze 1C metadata. The Skill provides both script implementations to parse XML dumps and return structured overviews, allowing you to choose your preferred environment for running the analysis.

How do I drill down into specific 1C metadata elements by name?

You can drill down into specific 1C metadata elements by passing a name parameter to the script. This filters the parsed XML output, providing quick access to detailed information about specific attributes, tabular parts, or forms within the 1C object.

Do I need lxml installed to analyze 1C metadata XML files?

Yes, the Python implementation requires the lxml library to parse the XML dumps. You must have this dependency installed in your Python environment to successfully run the metadata analysis scripts and generate the structured summaries.

What 1C metadata sections are included in the generated XML overview?

The generated 1C metadata overview includes attributes, tabular parts, movements, and forms. By parsing the XML dump, the Skill returns these key structural sections to help developers understand the object schema before writing queries.

Can I use this 1C metadata analysis as a step before writing queries?

Yes, analyzing the 1C metadata structure serves as an ideal preparatory step before writing queries and code. It provides a concise summary of metadata objects, accelerating your comprehension of the schema needed for accurate query construction.