1c-cf-new-project

Orchestrate 1C configuration creation from scaffold to validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Этот скилл обеспечивает полную оркестрацию цикла создания конфигурации 1С: от scaffold до финальной валидации, устраняя ручные переключения между этапами и ошибки синхронизации.

Core Features & Use Cases

  • End-to-end orchestration: координирует scaffold, метаданные, подсистемы, роли и формы для полной конфигурации.
  • Deterministic workflow: обеспечивает последовательное выполнение шагов и единообразный вход.
  • Масштабируемость: подходит для нескольких конфигураций 1С в рамках одного проекта.

Quick Start

Укажите имя конфигурации, чтобы запустить scaffold и позволить скиллу выполнить остальное.

Frequently Asked Questions about 1c-cf-new-project

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

FAQPage Schema
How do I automate the creation of a 1C configuration from start to finish?

You can automate full 1C configuration creation by running a deterministic workflow that sequences scaffold, metadata compilation, subsystem and role compilation, form generation, and final validation.

What is the best way to manage multiple 1C configurations within a single project?

To manage multiple 1C configurations within a single project, use an orchestration workflow that standardizes input and coordinates subsystems, roles, and forms across all configurations.

How do I ensure deterministic execution when building large 1C metadata objects?

Deterministic execution for building large 1C metadata objects is achieved by sequencing specific stages like cf-init, meta-compile, subsystem-compile, and form-compile with strict input validation.

Can I use this workflow to compile 1C roles and subsystems without manual synchronization errors?

Yes, this workflow eliminates manual switching and synchronization errors by orchestrating end-to-end 1C configuration creation, including automated role-compile and subsystem-compile stages.

What do I need to start the 1C configuration scaffold and validation workflow?

To start the 1C configuration scaffold and validation workflow, you need to provide the configuration name; the workflow then handles the remaining stages up to cf-validate automatically.