subsystem-compile

Convert JSON descriptions into XML structures for 1C subsystems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the creation and modification of 1С подсистем из JSON-описаний, streamlining конфигурационной разработки.

Core Features & Use Cases

  • Automated Subsystem Creation: Converts JSON-define подсистемы into XML-структуру для интеграции в 1С конфигурацию.
  • Flexible JSON Input: Supports протокол определения подсистем с минимальными настройками или с расширенными опциями.
  • Use Case: Developer defines подсистема в JSON и вызывает этот Skill для автоматической генерации XML и интеграции в конфигурацию.

Quick Start

Call the Skill with JSON файла, describing подсистема, specifying output directory and optional parent path for nested подсистемы.

Frequently Asked Questions about subsystem-compile

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

FAQPage Schema
How do I generate 1C subsystems from JSON automatically?

Converting JSON descriptions into 1C subsystems requires a JSON file defining the subsystem structure. The process translates this JSON input into XML files for integration into the 1C configuration, streamlining automated configuration updates.

What is the best way to automate 1C configuration updates from scripts?

Automating 1C configuration updates from scripts is achieved by defining subsystems in JSON and converting them into XML. This generates configuration files that can be integrated directly into 1C, streamlining the update process.

Does 1C support creating nested subsystems from JSON?

Yes, 1C supports creating nested subsystems from JSON by allowing you to specify an optional parent path within the JSON input. This generates the appropriate XML hierarchy for integration into the main 1C configuration structure.

Can I use JSON to modify existing 1C subsystems quickly?

Yes, you can use JSON to modify existing 1C subsystems quickly by defining the desired changes in a JSON file. The conversion process generates updated XML structures that integrate seamlessly into your existing 1C configuration.

What format does the automated 1C subsystem generation output?

Automated 1C subsystem generation outputs XML files. These XML files contain the structure defined in your input JSON and are formatted specifically for integration into the 1C configuration environment.