meta-info

Summarize 1C metadata object structures from exported XML files.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Framework --skill meta-info-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-info
Source: https://github.com/Alex1980Alex/1C-Framework/tree/main/external/cc-1c-skills/.claude/skills/meta-info
Command: npx skills add https://github.com/Alex1980Alex/1C-Framework --skill meta-info-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the need to manually inspect raw 1C metadata XML when you need to understand an object’s structure, fields, and behavior before writing queries, scripts, or integration code.

Core Features & Use Cases

  • Structure Analysis: Summarizes 1C metadata objects such as catalogs, documents, registers, enums, common modules, HTTP services, and web services.
  • Targeted Drill-Down: Lets you inspect specific attributes, dimensions, tabular sections, enum values, URL templates, or service operations by name.
  • Operational Context: Highlights key properties like required fields, indexing, fill values, presentation text, and support status to speed up development and review.
  • Use Case: A 1C developer can point the Skill at an exported XML object and instantly get a compact object map instead of reading the full file by hand.

Quick Start

Ask this Skill to analyze a 1C metadata XML export and return the object structure in overview, brief, or full mode.

Frequently Asked Questions about meta-info

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

FAQPage Schema
How do I summarize 1C metadata object structure from exported XML files?

To summarize 1C metadata object structure, point the Skill at an exported 1C MDClasses XML file. It parses catalogs, documents, registers, and modules to generate a compact object map in overview, brief, or full mode.

What is the best way to inspect specific attributes and dimensions in 1C metadata XML?

The best way to inspect specific 1C metadata attributes, dimensions, or tabular sections is using the drill-down inspection mode. It targets individual elements by name within the exported XML to return detailed property information.

Does lxml work with 1C XML exports for structured parsing?

Yes, lxml works with 1C XML exports for structured parsing. The Skill relies on this Python dependency to process metadata files, while also supporting native XML handling in PowerShell as an alternative environment.

Can I analyze HTTP services and web services from 1C XML exports?

You can analyze HTTP services and web services from 1C XML exports. The Skill summarizes URL templates, service operations, and key operational properties like required fields and indexing for integration development.

Do I need to manually read 1C metadata XML to understand enum values and presentation text?

You do not need to manually read 1C metadata XML to understand enum values and presentation text. The Skill automatically extracts and highlights these properties, alongside support status and fill values, for faster code review.