skd-dsl

Convert JSON DSL input into 1C Data Composition Schema XML files.

87|15|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill skd-dsl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skd-dsl
Source: https://github.com/SteelMorgan/1c-agent-based-dev-framework/tree/main/framework/skills/tool-usage/xml-generation/skd-dsl
Command: npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill skd-dsl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of complex 1C Data Composition Schemas (SKD) by translating a user-friendly JSON DSL into the required XML format, streamlining report development.

Core Features & Use Cases

  • JSON to SKD Compilation: Converts a defined JSON structure into a valid 1C SKD XML schema.
  • Parameter and Field Definition: Allows specification of data sets, fields, parameters, and settings variants within the JSON.
  • Use Case: Quickly generate a new SKD report for sales data, including filtering by date and organization, and defining a grouped structure, all from a concise JSON input.

Quick Start

Use the skd compile command to convert the input JSON file 'sales_report.json' into an XML SKD schema named 'sales_report.xml'.

Frequently Asked Questions about skd-dsl

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

FAQPage Schema
How do I generate a 1C SKD schema from JSON?

To generate a 1C SKD schema from JSON, compile a defined JSON DSL input file into a valid XML schema using the skd compile command, outputting the report definition for your 1C environment.

Can I define data sets, parameters, and settings variants in a 1C SKD report using JSON?

Yes, you can define data sets, queries, fields, parameters, and settings variants for a 1C SKD report within a JSON DSL, which the compiler then translates into the corresponding XML schema structure.

Does the JSON to SKD compiler support both designer and EDT XML formats?

Yes, the JSON to SKD compiler supports output options for both 'designer' and 'edt' XML formats, allowing you to generate schemas compatible with different 1C development environments.

What is the best way to automate 1C report definition creation?

Automating 1C report definition creation is best achieved by translating a concise JSON DSL into the required SKD XML schema, streamlining the development of complex reports with filtering and grouping.

How to compile a sales report JSON file into an XML SKD schema?

Compile a sales report JSON file into an XML SKD schema by running the skd compile command with 'sales_report.json' as the input, generating 'sales_report.xml' as the output.

Why use a JSON DSL for 1C Data Composition Schema generation instead of manual XML editing?

Using a JSON DSL for 1C Data Composition Schema generation replaces manual XML editing with a user-friendly format, reducing errors and accelerating the definition of complex report structures.