What problem does it solve?
This Skill automates borrowing existing 1C configuration objects into an extension so you can safely customize standard metadata without rebuilding objects from scratch.
Core Features & Use Cases
- Object Borrowing: Adopts catalogs, documents, enums, common modules, registers, and other 1C metadata types into a CFE extension.
- Form Borrowing: Copies managed forms and registers them under the parent object, with optional main-attribute borrowing for editable form data paths.
- Dependency Preservation: Automatically handles related common pictures and style items referenced by borrowed forms to keep the extension consistent.
- Use Case: Use it when you need to intercept an existing method, change a standard form, or add a new attribute to a borrowed object and then expose it on the extension form.
Quick Start
Tell the assistant to borrow the required 1C object from the source configuration into your extension and, if needed, include the form and main attributes for later editing.