cf-init

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Позволяет быстро создать скелет конфигурации 1С с минимальным набором файлов (Configuration.xml и Languages/Русский.xml), чтобы начать новую конфигурацию.

Core Features & Use Cases

  • Генерация минимальных исходников 1С: Configuration.xml и Русский язык;
  • Поддержка параметров конфигурации: Name, Synonym, OutputDir, Version, Vendor, CompatibilityMode;
  • Поддержка двух реализаций: PowerShell и Python скрипты;
  • Готовность к дальнейшему развитию конфигурации.

Quick Start

Запустите cf-init, чтобы создать минимальную заготовку конфигурации 1С в каталоге по умолчанию.

Frequently Asked Questions about cf-init

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

FAQPage Schema
How do I generate a minimal 1C configuration scaffold with Configuration.xml?

To generate a minimal 1C configuration scaffold, run the cf-init script. It creates the foundational Configuration.xml and Languages/Русский.xml files required to start a new 1C project.

Can I use PowerShell or Python to create a 1C configuration skeleton?

Yes, you can use either PowerShell or Python to create a 1C configuration skeleton. The Skill provides both cf-init.ps1 and cf-init.py script implementations to render the scaffold files.

What configuration parameters are supported when scaffolding a new 1C project?

When scaffolding a new 1C project, the script supports setting Name, Synonym, OutputDir, Version, Vendor, and CompatibilityMode parameters within the generated Configuration.xml file.

What files are included in a minimal 1C configuration skeleton?

A minimal 1C configuration skeleton includes the Configuration.xml file and the Languages/Русский.xml file. This provides a ready-to-develop baseline for further configuration expansion.

Do I need any external dependencies to run the 1C scaffold generation script?

No external dependencies are required to run the 1C scaffold generation script. You only need a compatible PowerShell or Python environment installed on your system to execute the rendering logic.