1c-subsystem-info

Analyze 1C subsystem XML to summarize content, child objects, and command interface.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-subsystem-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-subsystem-info
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-subsystem-info
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-subsystem-info

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Analyzes 1C subsystem XML dumps to quickly reveal the composition of a subsystem, including its content, child subsystems, and the command interface, enabling faster exploration and validation.

Core Features & Use Cases

  • Parse Subsystem XML to extract the subsystem name, its Content items, and ChildObjects.
  • Identify presence of CommandInterface.xml and list navigation points for configuration review.
  • Produce a concise, readable overview suitable for documentation, audits, or onboarding.

Quick Start

Analyze a 1C subsystem XML file to generate a concise overview of its structure, including content and child subsystems.

Frequently Asked Questions about 1c-subsystem-info

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

FAQPage Schema
How do I parse a 1C subsystem XML file to extract its structure?

To parse 1C subsystem XML, use this Skill to analyze the file and generate a structural summary. It enumerates Content items, ChildObjects, and command interface details, providing a concise overview of the subsystem composition.

What is the best way to analyze 1C configuration subsystems for documentation?

Analyzing 1C configuration subsystems for documentation is done by parsing the XML to extract subsystem names, content, and child objects. The output provides a concise, readable overview suitable for audits and onboarding.

How do I check if a 1C subsystem has a CommandInterface.xml file?

Checking for a CommandInterface.xml involves parsing the 1C subsystem XML structure. This Skill identifies the presence of the command interface and lists navigation points for configuration review.

Can I use lxml to extract child objects from 1C subsystem XML?

Yes, you can use lxml to extract child objects from 1C subsystem XML. This Skill uses the lxml dependency to process the XML structure and return a parseable output enumerating ChildObjects and Content items.

Does 1C subsystem XML analysis work for auditing configuration composition?

1C subsystem XML analysis works for auditing configuration composition by extracting the subsystem name, Content items, and ChildObjects. It enables quick understanding and validation of the subsystem structure for developers and administrators.