cfe-full-cycle

Orchestrate end-to-end 1C Configuration Extension workflows from scaffold to validation.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill cfe-full-cycle
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cfe-full-cycle
Source: https://github.com/msrv-tech/skills/tree/main/cfe-full-cycle
Command: npx skills add https://github.com/msrv-tech/skills --skill cfe-full-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating end-to-end 1C Configuration Extensions (CFE) development activities across multiple steps is error-prone and time-consuming.

Core Features & Use Cases

  • Workflow orchestration of cf-info, cfe-init, cfe-borrow, cfe-patch-method, meta-compile, form-add, form-compile, and cfe-validate to deliver a ready-to-use CFE.
  • Use cases include ERP deployments requiring scaffold generation, object borrowing, method interception, form assembly, and final validation.

Quick Start

Run the sequence cf-info → cfe-init → cfe-borrow → cfe-patch-method → meta-compile → form-add → form-compile → cfe-validate with the target configuration.

Frequently Asked Questions about cfe-full-cycle

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

FAQPage Schema
How do I orchestrate a complete 1C Configuration Extension workflow from scaffold to validation?▼

To orchestrate a 1C Configuration Extension workflow, you run a specific sequence: cf-info, cfe-init, cfe-borrow, cfe-patch-method, meta-compile, form-add, form-compile, and cfe-validate. This coordinates steps to deliver a validated CFE package.

What is the process for borrowing objects and patching methods in 1C CFE development?▼

The process for borrowing objects and patching methods in 1C CFE development involves using the cfe-borrow and cfe-patch-method steps within the extension workflow. This allows method interception and modification before final form assembly and validation.

Can I use this CFE creation workflow across different ERP deployments and development environments?▼

Yes, this CFE creation workflow works across various ERP deployments and development environments. It coordinates scaffold generation, object borrowing, and form assembly to ensure compatibility and deliver a ready-to-use extension package.

What are the steps to assemble and compile forms during 1C Configuration Extension creation?▼

To assemble and compile forms during 1C Configuration Extension creation, you use the form-add and form-compile steps. These follow meta-compile and precede cfe-validate in the orchestrated workflow sequence to finalize the extension.

Why does my 1C extension validation fail after patching methods and compiling metadata?▼

1C extension validation can fail if the workflow sequence is not properly coordinated. Ensure you execute cf-info, cfe-init, cfe-borrow, cfe-patch-method, meta-compile, form-add, form-compile, and cfe-validate in exact order to ensure compatibility.

Do I need to run meta-compile before adding forms in a 1C CFE workflow?▼

Yes, you need to run meta-compile before adding forms in a 1C CFE workflow. The required sequence is cf-info, cfe-init, cfe-borrow, cfe-patch-method, meta-compile, form-add, form-compile, and cfe-validate to produce a validated extension.