skd-compile

Convert JSON schema definitions into 1C-compatible XML templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation of 1C data composition schemas by converting JSON-based definitions into XML templates, reducing manual coding effort.

Core Features & Use Cases

  • Schema Generation: Converts compact JSON definitions into ready-to-use XML templates for 1C data schemes.
  • Scope: Useful for automating the setup of data extraction, reporting, or integration schemas in 1C configurations.
  • Use Case: A developer needing to rapidly generate a data schema for a new report can define it in JSON and execute this Skill to produce the schema XML automatically.

Quick Start

Use the skill to compile a JSON schema file located at 'schemas/data.json' into a file named 'Template.xml'.

Frequently Asked Questions about skd-compile

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

FAQPage Schema
How do I generate 1C data composition schemas from JSON definitions?

To generate 1C data composition schemas from JSON definitions, this Skill converts compact JSON schema files into ready-to-use 1C-compatible XML templates automatically. It reads a JSON schema file and outputs the schema XML needed for data integration and reporting tasks.

What is the best way to automate 1C schema creation for reporting?

Automating 1C schema creation for reporting is best done by defining your datasets and parameters in a JSON DSL, then compiling them into XML templates. This approach reduces manual coding effort and streamlines data extraction setup.

Can I use JSON to create XML templates for 1C data integration?

Yes, you can use JSON to create XML templates for 1C data integration. The Skill parses JSON schema definitions containing datasets and parameters, converting them into 1C-compatible XML templates for seamless data integration workflows.

Does this approach support defining parameters and datasets for 1C schemas?

Yes, this approach supports defining parameters and datasets for 1C schemas. The JSON DSL allows you to specify datasets, parameters, and templates within the arguments, which are then compiled into the final 1C-compatible XML output.

How do I compile a JSON schema file into an XML template for 1C?

To compile a JSON schema file into an XML template for 1C, you provide the JSON definition file path and execute the Skill. It processes the JSON structure and generates a ready-to-use 1C-compatible XML template file automatically.

When do I need to use JSON definitions for 1C data composition schemas?

You need to use JSON definitions for 1C data composition schemas when you want to rapidly generate reporting structures without manual XML coding. This is ideal for automating the setup of data extraction and integration schemas in 1C environments.