What problem does it solve? Setting up a new 1C:Enterprise configuration extension (CFE) requires manually creating correctly structured XML source files, matching compatibility modes, and language UUIDs from the base configuration. This Skill automates that scaffolding so the extension is valid from the start. ## Core Features & Use Cases - Extension Scaffolding: Generates Configuration.xml, Languages/Русский.xml, and optionally Roles/ for a new extension. - Auto-Detection from Base Configuration: Reads v8project.yaml or a provided ConfigPath to derive CompatibilityMode and the language UUID automatically. - Purpose-Aware Setup: Supports Patch, Customization, and AddOn purposes with configurable name prefix, version, vendor, and compatibility mode. - Use Case: You need a patch extension for an ERP 8.3.24 infobase. Point the Skill at the base configuration dump and it creates the extension scaffold with the correct compatibility mode and language UUID, then verifies it with unica.cfe.validate. ## Quick Start Ask the assistant to create a new 1C configuration extension named MyExtension using the base configuration dump at your source path, with dry run disabled once you confirm the change.