subsystem-compile

Generate a 1C subsystem XML from a JSON definition and register it in Configuration.xml.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill subsystem-compile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subsystem-compile
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/subsystem-compile
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill subsystem-compile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generate a 1C subsystem XML from a JSON definition to add a new subsystem (section) into a 1C configuration, including handling top-level and nested subsystems and optional child objects.

Core Features & Use Cases

  • Create a Subsystem XML from a JSON spec, including name, content, and child relationships.
  • Auto-generate stub files for nested subsystems to scaffold configurations and register in the parent Configuration.xml.
  • Works with both PowerShell and Python implementations to support diverse environments.

Quick Start

Provide a JSON definition and run the subsystem-compile tool to generate the XML and register the subsystem.

Frequently Asked Questions about subsystem-compile

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

FAQPage Schema
How do I generate a 1C subsystem XML from a JSON definition?

To generate a 1C subsystem XML from a JSON definition, provide a JSON object with at least a name to the tool, which then outputs the XML file under Subsystems and registers it in the parent Configuration.xml.

Can I create nested subsystems with child objects in a 1C configuration using JSON?

Yes, you can create nested subsystems in a 1C configuration using JSON. The tool supports top-level and nested subsystems with optional child objects and automatically generates stub files to scaffold configurations.

Does the subsystem generation tool work with both PowerShell and Python?

Yes, the subsystem generation tool works with both PowerShell and Python implementations, allowing you to automate the creation of 1C subsystem XML files across diverse execution environments.

What is required to add a new subsystem to a 1C configuration via JSON?

Adding a new subsystem to a 1C configuration via JSON requires a JSON object with at least a name property. The tool processes this definition to create the subsystem XML and update the parent Configuration.xml.

Are there limitations when scaffolding 1C subsystems from JSON definitions?

When scaffolding 1C subsystems from JSON definitions, the tool requires a valid JSON object with at least a name and relies on auto-generating stub files for nested subsystems to properly register content references in the Configuration.xml.