1c-form-patterns

Reference managed form archetypes, naming conventions, and layout principles for 1C:Enterprise.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured reference for designing managed forms in 1C, addressing the challenge of creating consistent, user-friendly interfaces when specific UI layouts are not detailed in requirements.

Core Features & Use Cases

  • Form Archetypes: Predefined structures for common form types (Document, Data Processor, List, Catalog Item, Wizard).
  • Naming Conventions: Standardized naming for groups and elements to improve code readability and maintainability.
  • Layout Principles: Guidelines for element placement, reading order, and visual hierarchy.
  • Advanced Patterns: Techniques for collapsible groups, warning banners, popup menus, and more.
  • Use Case: When tasked with creating a new "Document Form" in 1C, you can consult the "Document Form" archetype to quickly establish a standard layout for its header, pages, and footer, ensuring consistency with other forms in the system.

Quick Start

Consult the form archetypes section to find a suitable pattern for a new data processor form.

Frequently Asked Questions about 1c-form-patterns

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

FAQPage Schema
What are managed form design patterns in 1C:Enterprise?

Managed form design patterns in 1C:Enterprise are reusable structures for common form types like documents and lists. They provide standardized layouts, naming conventions, and visual hierarchy to create consistent, maintainable user interfaces.

How do I create a consistent UI layout for a 1C data processor form?

To create a consistent UI layout for a 1C data processor form, consult predefined form archetypes. These archetypes offer standard structures for headers, pages, and footers, ensuring visual consistency before manual implementation.

What naming conventions should I use for 1C managed forms?

Naming conventions for 1C managed forms involve standardized naming for groups and elements. This practice improves code readability and maintainability across the system by ensuring all developers use consistent structural references.

Can I use these 1C form patterns for catalog items and wizard forms?

Yes, you can use these 1C form patterns for catalog items and wizard forms. The guide includes specific archetypes for various form types, ensuring consistent layout principles and structural design across different 1C:Enterprise components.

What advanced UI patterns are available for 1C form development?

Advanced UI patterns for 1C form development include techniques for collapsible groups, warning banners, and popup menus. These patterns help manage visual hierarchy and improve user experience within managed forms.

When should I reference 1C form archetypes instead of building manually?

You should reference 1C form archetypes when requirements lack specific UI layouts. Using established patterns before manual implementation facilitates efficient form development and maintains interface consistency across the system.