subsystem-edit

Edit 1C subsystem XML files by adding or removing objects and properties.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of editing 1C subsystem XML files, enabling quick addition, removal, or modification of subsystem objects and properties.

Core Features & Use Cases

  • Subsystem Customization: Add or remove objects within a subsystem to tailor configuration.
  • Hierarchy Management: Manage child subsystems efficiently for complex configurations.
  • Property Updates: Change properties such as inclusion in command interfaces or usage flags.
  • Use Case: A developer needs to add a new document type to a subsystem; this Skill automates XML modifications to reflect that change.

Quick Start

Use the subsystem-edit skill to add a new object 'Catalog.Номенклатура' to the subsystem located at 'src/Subsystems/Продажи.xml'.

Frequently Asked Questions about subsystem-edit

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

FAQPage Schema
How do I add objects to a 1C subsystem XML configuration file?

To add objects to a 1C subsystem configuration, you provide the subsystem XML file path and specify the addition operation with associated values via command-line parameters. This allows you to quickly integrate new documents or catalogs into your configuration.

What is the best way to automate changing properties in 1C subsystem configurations?

Automating 1C subsystem property changes is done by executing command-line operations on the target XML file to update inclusion flags or command interface settings. This approach is ideal for configuration deployment and environment customization tasks.

Can I manage child subsystem hierarchy elements using command-line automation?

Yes, you can manage child subsystem hierarchy elements by passing specific operations and values through command-line parameters targeting the parent subsystem XML file. This enables efficient management of complex 1C configuration hierarchies during deployment.

Does this subsystem editing approach work for removing objects from 1C configurations?

Yes, removing objects from 1C configurations is supported by specifying a removal operation alongside the object values via command-line parameters. You need the path to the subsystem XML file to execute the deletion.

What do I need to start modifying 1C subsystem XML files for environment customization?

To modify 1C subsystem XML files, you need the file path of the target subsystem and a specific operation with its associated values. This enables precise configuration deployment and environment customization without manual XML editing.