1c-cfe-init

Generate 1C configuration extension scaffolds with Configuration.xml and Russian language resources.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-cfe-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-cfe-init
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-cfe-init
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-cfe-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This tool generates a ready-to-use scaffold for 1C configuration extensions (CFE), including Configuration.xml and Russian language resources, enabling rapid development of new or updated configurations.

Core Features & Use Cases

  • Create a complete CFE scaffold with the core files: Configuration.xml and Languages/Русский.xml, and optionally Roles.
  • Support input parameters for Name, Synonym, NamePrefix, OutputDir, Purpose, Version, Vendor, CompatibilityMode, and ConfigPath to auto-resolve base configuration data.
  • Automatically generate necessary metadata objects and language resources to accelerate 1C development workflows.
  • Use Case: A developer needs to prototype a new ERP extension quickly by scaffolding all required files and directories with sensible defaults.

Quick Start

Run the cfe-init script with a chosen Name to generate a complete CFE scaffold in the default output directory.

Frequently Asked Questions about 1c-cfe-init

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

FAQPage Schema
How do I scaffold a 1C configuration extension quickly?

The scaffold generates Configuration.xml and Russian language resources, accelerating 1C development workflows for creating new patches, customizations, or add-ons without manual file setup.

Can I generate Roles automatically when scaffolding a 1C CFE?

Yes, the 1C CFE scaffolding process optionally creates Roles within your configuration extension unless you explicitly suppress their generation during initialization.

What metadata does a 1C configuration extension scaffold generate?

The CFE scaffold generates UUIDs, assigns a default language and compatibility mode, and includes optional fields like Vendor and Version based on your input parameters for the 1C extension.

Does 1C configuration extension scaffolding support ERP-style projects?

Yes, the scaffolding applies directly to ERP-style configuration projects requiring structured file generation for patches, customizations, or add-ons by auto-resolving base configuration data via the ConfigPath parameter.

What input parameters are needed to initialize a 1C CFE scaffold?

Inputs include Name, Synonym, NamePrefix, OutputDir, Purpose, Version, Vendor, CompatibilityMode, and ConfigPath to auto-resolve base configuration data and customize the generated 1C extension scaffold.