subsystem-info

Analyze 1C subsystem XML structures and report composition, hierarchy, and command interface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It removes the need to manually inspect exported 1C subsystem XML files when you need to understand what a subsystem contains, how it is organized, and how it appears in the command interface.

Core Features & Use Cases

  • Structure Overview: Summarizes subsystem properties, support status, included objects, and child subsystems.
  • Content and CI Analysis: Breaks down contents by object type and parses command interface visibility, placement, and ordering.
  • Hierarchy Navigation: Prints a tree of nested subsystems, making it easier to explore large configurations and locate specific areas quickly.

Quick Start

Use the subsystem-info skill to analyze the XML export of a 1C subsystem and return a compact overview, content breakdown, or hierarchy tree.

Frequently Asked Questions about subsystem-info

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

FAQPage Schema
How do I inspect the structure of a 1C subsystem from an XML export?

To inspect a 1C subsystem XML structure, you need a tool that parses the hierarchy and reports composition. This skill analyzes exported 1C subsystem XML files to summarize properties, contents, and command interface visibility.

What is the best way to view nested child subsystems in a 1C configuration?

Viewing nested child subsystems in a 1C configuration requires hierarchy navigation. This skill prints a tree of nested subsystems from the XML export, making it easier to explore large configurations and locate specific areas.

Can I analyze 1C command interface visibility and ordering from XML metadata?

Analyzing 1C command interface visibility and ordering from XML metadata is fully supported. The skill parses command interface placement, visibility states, and ordering directly from the exported subsystem files.

Does the subsystem XML inspector handle multilingual metadata?

Yes, handling multilingual metadata is supported during subsystem XML inspection. The skill processes and reports 1C subsystem properties, contents, and hierarchy while correctly accounting for multilingual metadata definitions.

How do I break down 1C subsystem contents by object type?

Breaking down 1C subsystem contents by object type is done through content analysis. The skill parses the XML structure to categorize and report included objects, support status, and child subsystems.

Do I need lxml installed to parse 1C subsystem XML files?

Yes, lxml is required to parse 1C subsystem XML files with this skill. It serves as the underlying dependency for processing the XML hierarchy, command interface, and metadata structures.