cfe-borrow

Import configuration objects and forms into 1C extension environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of borrowing objects from a 1C configuration into an extension, simplifying complex configuration modifications and updates.

Core Features & Use Cases

  • Object Borrowing: Extracts objects like catalogs, documents, forms, modules, and enumerations from a source configuration and creates necessary metadata and files in the extension.
  • Form Import: Automates importing specific forms with options to include main attributes, streamlining the customization of UI components.
  • Use Case: A developer needs to update a form by importing and modifying its structure; this Skill handles automated object retrieval and setup, reducing manual editing.

Quick Start

Use the cfe-borrow skill to import a form by specifying the object path and enabling main attribute borrowing for a specific configuration.

Frequently Asked Questions about cfe-borrow

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

FAQPage Schema
How do I import objects into a 1C extension from an existing configuration?

Importing objects into a 1C extension requires specifying the source configuration path and target extension path. The Skill automates extracting catalogs, documents, forms, and modules from the source configuration and generating the necessary metadata files in the extension.

What is object borrowing in 1C configuration modifications?

Object borrowing in 1C is the automated extraction of metadata such as catalogs, documents, forms, and enumerations from a source configuration. It creates the required files in an extension environment to simplify complex modifications and updates without altering the original configuration.

Can I batch import multiple forms into a 1C extension?

Yes, batch imports for multiple objects into 1C extension environments are supported. You can automate importing specific forms with options to include main attributes, streamlining the customization of UI components across multiple items simultaneously.

Does importing a form into a 1C extension include main attributes?

Yes, form import into a 1C extension supports options to include main attributes. This ensures that when you borrow a form to modify its structure, the essential data attributes are automatically retrieved and set up in the extension environment.

Do I need a valid source configuration structure to borrow 1C objects?

Yes, you must ensure that source configurations are valid and properly structured before borrowing 1C objects. The process requires specifying accurate extension and configuration paths to successfully extract and generate the required metadata files.