meta-info

Parse 1C metadata XML exports and summarize object structure in three modes.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill meta-info-msrv-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-info
Source: https://github.com/msrv-tech/skills/tree/main/meta-info
Command: npx skills add https://github.com/msrv-tech/skills --skill meta-info-msrv-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Reads and summarizes 1C metadata XML exports to reveal object structure (attributes, tabular parts, forms, movements, and types) in a compact, readable format.

Core Features & Use Cases

  • Parses 1C metadata XML files and extracts key structural elements (attributes, tabular sections, forms, movements, and types) for quick understanding.
  • Supports three modes (overview, brief, full) and drill-down by element name to expose details on demand.
  • Ideal for documentation, reviews, and onboarding where understanding configuration structure is essential.

Quick Start

Run the meta-info script on a 1C metadata XML file to display a compact description of the object's structure.

Frequently Asked Questions about meta-info

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

FAQPage Schema
How do I parse 1C metadata XML exports to understand object structure?

To parse 1C metadata XML exports, this Skill extracts key structural elements like attributes, tabular sections, forms, and movements, presenting them in a compact, readable format for quick configuration overviews.

What is the best way to document 1C configuration attributes and tabular sections?

Documenting 1C configuration attributes and tabular sections is done by summarizing metadata XML exports into overview, brief, or full modes, revealing core properties and types ideal for documentation and onboarding.

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

You can drill down into specific 1C metadata elements by name to expose detailed properties on demand, complementing the overview, brief, and full summary modes for targeted structural analysis.

Does this metadata analysis tool require lxml to parse XML files?

This metadata analysis tool requires the lxml dependency to parse XML files, utilizing Python scripts to extract and summarize 1C configuration structures quickly and clearly.

When do I need to inspect 1C metadata structures?

You need to inspect 1C metadata structures during developer onboarding, configuration reviews, or documentation tasks where understanding the relationships between attributes, forms, and movements is essential.