1c-form-scaffold

Create and remove managed forms for 1C:Enterprise metadata objects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and removal of managed forms for various 1C metadata objects, streamlining form development and maintenance.

Core Features & Use Cases

  • Form Creation: Generates metadata XML, form descriptions, and BSL modules for new managed forms.
  • Form Removal: Removes form files and unregisters them from metadata objects.
  • Use Case: When adding a new "List" form to a 1C Catalog, use this Skill to quickly scaffold the necessary files and register it with the Catalog object.

Quick Start

Use the 1c-form-scaffold skill to add a new 'ObjectForm' to the 'Documents/SalesOrder.xml' object with the name 'DocumentForm'.

Frequently Asked Questions about 1c-form-scaffold

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

FAQPage Schema
How do I generate managed forms for 1C:Enterprise metadata objects?

To generate managed forms for 1C:Enterprise, this Skill automates creating metadata XML, form descriptions, and BSL modules, then registers the new forms directly with configuration objects.

Can I set default forms and manage form purposes for 1C external data processors?

Yes, you can set default forms and manage form purposes for 1C external data processors. The Skill supports designating purposes like Object, List, Choice, and Record during form creation.

What is the best way to add a List form to an existing 1C Catalog?

The best way to add a List form to a 1C Catalog is using automated scaffolding to quickly generate the necessary files, define the form purpose, and register it with the Catalog object.

How do I remove managed forms and unregister them from 1C metadata?

To remove managed forms from 1C metadata, the Skill deletes the associated form files and automatically unregisters them from their parent metadata objects or external data processors.

Do I need MCP tools to verify metadata when scaffolding 1C forms?

You need MCP tools for metadata verification and template searching during 1C form scaffolding. The Skill integrates with these tools to ensure accurate metadata XML generation and object registration.