1c-forms

Create, edit, and validate 1C managed forms using a JSON DSL.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-forms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-forms
Source: https://github.com/Jefest9988/1c-ai-development-kit/tree/main/.cursor/skills/1c-forms
Command: npx skills add https://github.com/Jefest9988/1c-ai-development-kit --skill 1c-forms

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire lifecycle of 1C managed forms, from initial creation and design to editing and validation, significantly reducing development time and errors.

Core Features & Use Cases

  • Form Generation: Create new forms from scratch using a JSON DSL or scaffold basic structures.
  • Form Editing: Add elements, attributes, and commands to existing forms programmatically.
  • Validation & Analysis: Ensure form integrity with structural checks and detailed analysis of existing forms.
  • Use Case: When tasked with creating a new document form in 1C, use this Skill to scaffold the basic structure, design the UI elements using a concise JSON, compile it into the standard Form.xml, and validate its correctness before committing.

Quick Start

Use the 1c-forms skill to create a new form for the 'Documents/ЗаказКлиента.xml' object named 'ФормаДокумента'.

Frequently Asked Questions about 1c-forms

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

FAQPage Schema
How do I generate 1C managed forms programmatically?

To generate 1C managed forms programmatically, you can define your UI elements using a concise JSON DSL and compile it directly into the standard Form.xml format. This process scaffolds the basic structure and significantly reduces manual development time.

Can I add elements and attributes to existing 1C managed forms?

Yes, you can programmatically add elements, attributes, and commands to existing 1C managed forms. This allows for automated modification of current UI structures without needing to manually edit the underlying XML files.

What is the best way to validate 1C form XML integrity?

The best way to validate 1C form XML integrity is by running structural checks and detailed analysis on the existing forms. This automated validation ensures the correctness of your UI elements and prevents errors before committing changes.

Does this form scaffolding approach support all 1C object types?

Yes, this scaffolding approach supports automated creation, modification, and quality assurance of UI elements for various 1C object types. You can scaffold basic structures for documents and other objects using the JSON DSL.

Why do I need a JSON DSL for 1C form creation instead of manual XML editing?

Using a JSON DSL for 1C form creation abstracts the complexity of manual XML editing, allowing you to design UI elements concisely. It streamlines the entire form lifecycle from initial design to compilation and validation, reducing development errors.

How do I scaffold a new document form in 1C?

To scaffold a new document form in 1C, use the skill to generate the basic structure for your target object, such as a specific XML document file. You then design the UI using JSON and compile it into Form.xml for final validation.