cf-init

Generate a minimal 1C configuration scaffold with Configuration.xml and Languages/Русский.xml.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the initial setup of a 1C configuration by generating a minimal scaffold (Configuration.xml and Languages/Русский.xml), reducing manual boilerplate and potential errors.

Core Features & Use Cases

  • Generates a minimal 1C configuration scaffold with the essential files ready for customization.
  • Lets you tailor metadata via parameters such as Name, Synonym, OutputDir, Version, Vendor, and CompatibilityMode.
  • Provides a quick verification workflow to confirm file creation and basic metadata.

Quick Start

Run cf-init with the required -Name parameter to generate a new 1C configuration scaffold in the specified output directory.

Frequently Asked Questions about cf-init

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

FAQPage Schema
How do I create a 1C configuration scaffold automatically?

You can create a 1C configuration scaffold by running the initialization script with the required Name parameter. It automatically generates the essential Configuration.xml and Languages/Русский.xml files in your specified output directory.

What files are generated when initializing a new 1C configuration?

Initializing a new 1C configuration generates a minimal scaffold consisting of Configuration.xml and Languages/Русский.xml. These files provide the base metadata structure ready for customization.

Can I customize the metadata when generating a 1C configuration scaffold?

Yes, you can tailor the 1C configuration metadata using adjustable parameters such as Name, Synonym, OutputDir, Version, Vendor, and CompatibilityMode during the scaffold generation process.

What is the best way to automate initial 1C configuration boilerplate?

Automating initial 1C configuration boilerplate is best handled by a scaffolding script that generates the required XML structure. This approach reduces manual boilerplate creation and prevents potential metadata errors.

Do I need any dependencies to generate a 1C configuration scaffold?

No dependencies are required to generate a 1C configuration scaffold. The standalone script creates the necessary XML files and includes basic validation to confirm successful file creation.

Does the 1C configuration initialization validate the created files?

Yes, the 1C configuration initialization process includes basic validation of file creation. This quick verification workflow confirms that the scaffold files are successfully generated in the output directory.