subsystem-info

Analyze 1C subsystem XML dumps to generate structure reports.

140|16|Updated May 2, 2026
One-click install
npx skills add https://github.com/IngvarConsulting/unica --skill subsystem-info-ingvarconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subsystem-info
Source: https://github.com/IngvarConsulting/unica/tree/main/plugins/unica/skills/subsystem-info
Command: npx skills add https://github.com/IngvarConsulting/unica --skill subsystem-info-ingvarconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users quickly analyze and understand the structure of 1C configuration subsystems from XML exports, facilitating configuration management and navigation.

Core Features & Use Cases

  • Structure Analysis: Parses XML dumps of 1C subsystems to provide a detailed overview including components, hierarchy, and command interfaces.
  • Navigation Aid: Enables users to explore subsystem trees, content, and command specifics, streamlining configuration examination.
  • Use Case: A developer imports a subsystem XML and uses this Skill to generate an overview, identify key components, and review command interface layout to assist with debugging or modification.

Quick Start

Describe the subsystem XML path to the skill and request an overview of its structure.

Frequently Asked Questions about subsystem-info

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

FAQPage Schema
How do I analyze 1C subsystem structure from an XML export?

To analyze 1C subsystem structure from an XML export, you parse the XML dump to generate a detailed report containing the hierarchy, components, and command interfaces. This provides a clear overview for configuration review and project auditing.

What is the best way to visualize 1C subsystem hierarchy from configuration files?

Visualizing 1C subsystem hierarchy from configuration files involves parsing the XML dump to map out the subsystem tree and command specifics. This enables efficient navigation and examination of the configuration layout.

Can I review command interfaces and components in 1C configuration without opening the full environment?

Yes, you can review command interfaces and components in 1C configuration by analyzing XML dumps of the subsystems. This generates a detailed overview of the structure, allowing you to examine the layout without accessing the live environment.

How do I navigate complex 1C configuration trees during a project audit?

Navigating complex 1C configuration trees during a project audit requires parsing the subsystem XML dumps to generate hierarchical reports. This streamlines the identification of key components and aids in thorough configuration examination.

What do I need to generate a detailed report of 1C subsystem components?

To generate a detailed report of 1C subsystem components, you need the XML export of the configuration. Describing the subsystem XML path allows you to parse the file and extract the hierarchy, components, and command interfaces.

Are there limitations when parsing XML dumps for 1C configuration review?

Limitations when parsing XML dumps for 1C configuration review include relying entirely on the completeness of the XML export. The analysis reflects only the static configuration structure and command interfaces, requiring valid XML parsing logic for accurate hierarchy visualization.