form-compile

Generate 1C Form.xml files from JSON schemas or metadata objects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables rapid generation of 1C managed forms from JSON definitions or existing metadata, streamlining UI creation and updates.

Core Features & Use Cases

  • Form Generation: Convert JSON schema or metadata objects into Form.xml files suitable for 1C.
  • Automation of UI Development: Speeds up the process of creating complex forms for various application scenarios.
  • Use Case: Developers need to quickly prototype or modify forms in large 1C projects, ensuring consistent layouts and standards.

Quick Start

Call the MCP API with /form-compile providing a JSON path or setting the FromObject flag to generate your form XML.

Frequently Asked Questions about form-compile

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

FAQPage Schema
How do I generate 1C managed forms from JSON schemas?

You can generate 1C managed forms from JSON schemas by passing the JSON path to the MCP API using the `/form-compile` command, which processes the definitions and outputs Form.xml files.

Can I create Form.xml files directly from existing metadata objects in 1C?

Yes, you can create Form.xml files directly from existing metadata objects by setting the FromObject flag in the MCP API call, bypassing the need for manual JSON schema definitions.

What is the best way to automate UI development for large 1C projects?

Automating UI development for large 1C projects is best handled by using JSON DSL or object-based generation to rapidly produce consistent Form.xml files, ensuring standardized layouts across complex application scenarios.

Does form-compile require specific dependencies to produce 1C Form.xml files?

The form generation process relies on MCP commands and external JSON definitions or metadata objects to function, but does not list any specific external package dependencies for producing Form.xml files.

Are there limitations when converting metadata to 1C managed forms?

Converting metadata to 1C managed forms is limited to generating Form.xml files based on the provided JSON DSL or object structures, meaning complex custom logic outside the schema definition may require manual adjustments.