subsystem-info

Identify and summarize 1C subsystem structure from XML exports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Quickly analyze the structure of a 1C subsystem from an XML export to understand its components and hierarchy.

Core Features & Use Cases

  • Reads 1C Subsystem XML exports and reports overview, content, CI data, and tree structure.
  • Displays child subsystems, command interface markers, and basic metadata to aid navigation.
  • Use Case: Quickly map a subsystem's composition and identify subparts for targeted review.

Quick Start

Run the subsystem-info tool on a subsystem XML file to generate a concise structure report.

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 need a tool that parses the hierarchy and reports child subsystems, command interface data, and basic metadata for configuration reviews.

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

Mapping nested subsystems in a 1C configuration involves reading the XML export to identify top-level and child subsystems, displaying command interface markers to aid navigation and targeted reviews.

Can I use lxml to parse 1C Subsystem XML dumps?

Yes, you can use lxml to parse 1C Subsystem XML dumps. The library processes the XML hierarchy to generate deterministic content suitable for AI-assisted impact analysis and navigation tasks.

How do I extract command interface data from 1C subsystem XML?

Extracting command interface data from 1C subsystem XML requires parsing the export file to identify CI markers and basic metadata, enforcing inputs for SubsystemPath and Mode to output deterministic reports.

What information do I need to provide to parse a 1C subsystem XML file?

To parse a 1C subsystem XML file, you must provide inputs for SubsystemPath and Mode, with optional parameters for Name, Limit, and Offset to control the structure report output.

Are there limitations when analyzing large 1C subsystem XML exports?

When analyzing large 1C subsystem XML exports, limitations may arise from processing complex nested hierarchies, but using optional Limit and Offset parameters helps manage the output volume for targeted review.