meta-compile

Convert JSON schema definitions into 1C configuration XML and modules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables developers to generate 1C configuration objects swiftly from JSON specifications, eliminating manual XML and code creation effort.

Core Features & Use Cases

  • Automatic Object Generation: Converts JSON-based metadata descriptions into XML and associated modules for 1C.
  • Workflow Integration: Streamlines the process of creating and updating configurations directly from JSON files.
  • Use Case: A developer prepares a JSON schema for a new catalog, then runs this Skill to generate all necessary XML modules and configuration files for deployment.

Quick Start

Use this Skill to generate 1C configuration objects from your JSON definition provided in 'entity.json'.

Frequently Asked Questions about meta-compile

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

FAQPage Schema
How do I generate 1C configuration XML from JSON definitions?

To generate 1C configuration XML from JSON definitions, provide a JSON schema file describing your metadata objects. This process converts the JSON input into 1C configuration XML and associated modules, automating the creation of catalogs, documents, and registers for deployment.

Can I automate 1C metadata creation for catalogs and documents?

Yes, you can automate 1C metadata creation for catalogs and documents by defining their structures in a JSON schema. This approach eliminates manual XML and code creation effort, rapidly generating the necessary configuration files and modules for deployment.

What is the best way to streamline 1C configuration deployment workflows?

Streamlining 1C configuration deployment workflows is best achieved by converting JSON schema definitions directly into configuration XML and modules. This allows developers to prepare schemas and generate necessary files, integrating directly with MCP tools for configuration refresh.

Do I need a specific JSON input format for 1C metadata generation?

Yes, you need a JSON input file, typically named 'entity.json', which describes the metadata objects. This JSON definition serves as the source schema that the system reads to automatically generate the corresponding 1C configuration XML and associated modules.

Does this 1C metadata automation approach work with existing MCP tools?

Yes, this 1C metadata automation approach integrates directly with MCP tools for configuration refresh. It uses JSON definitions to generate the XML and modules, allowing the configuration deployment workflow to update seamlessly within your existing MCP environment.

Why does manual 1C configuration creation take so much effort?

Manual 1C configuration creation takes effort because it requires writing XML and code by hand for each object. Generating these elements automatically from JSON specifications eliminates this manual effort, swiftly producing configuration files for catalogs, documents, and registers.