cfe-diff

Analyze 1C Configuration Extension composition, borrowed objects, and interceptors.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill cfe-diff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cfe-diff
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/cfe-diff
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill cfe-diff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lxml, and includes scripts (resource) components.

What problem does it solve?

Analyzes a 1C Configuration Extension (CFE) to reveal its composition, borrowed objects, and interceptors, with transfer status.

Core Features & Use Cases

  • Identify borrowed vs. own objects and the presence of interceptors across extension components.
  • Inspect Form and Interceptor details to assess how a CFE will modify target configurations.
  • Use cases include understanding extension contents and validating transferred blocks during migration.

Quick Start

Provide ExtensionPath and ConfigPath and optionally Mode A|B to run the analysis.

Frequently Asked Questions about cfe-diff

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

FAQPage Schema
How do I analyze a 1C Configuration Extension to see its borrowed objects and interceptors?

To analyze a 1C Configuration Extension, provide the ExtensionPath and ConfigPath parameters. The analysis reveals the CFE's composition, distinguishing between borrowed and own objects while identifying interceptors and transfer statuses.

What is the best way to verify that insert blocks were transferred to the base 1C configuration?

Verifying transferred insert blocks requires analyzing the CFE with the ConfigPath and ExtensionPath. By applying Mode A or B, the analysis checks the transfer status to confirm that insert blocks were successfully moved to the base configuration.

Do I need Python and PowerShell to inspect 1C CFE composition and transfer status?

Yes, you need Python and PowerShell to inspect 1C CFE composition. The analysis is implemented through scripts included in the skill, requiring the lxml Python dependency to parse configuration files and evaluate the extension's transfer status.

Can I check 1C extension forms and interceptor details before migrating to a target configuration?

Yes, you can check 1C extension forms and interceptor details before migration. The analysis inspects form and interceptor specifics across extension components to assess exactly how the CFE will modify target configurations during deployment.

What is the difference between Mode A and Mode B when analyzing a 1C Configuration Extension?

Mode A and Mode B are optional parameters you provide alongside ExtensionPath and ConfigPath to analyze a 1C Configuration Extension. The modes dictate how the analysis processes the extension's composition, borrowed objects, and transfer status.