1c-cf-add-object

Create 1C metadata objects with forms, subsystems, and validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Обеспечивает автоматизированное создание объекта метаданных в конфигурации 1С с формой, подсистемой и валидацией, минимизируя ручные операции и ошибки.

Core Features & Use Cases

  • Многошаговый процесс: meta-compile, cf-edit, subsystem-edit, form-add, form-compile и validate выполняются как единая цепочка.
  • Автоматическое обновление Configuration.xml и интеграция формы, подсистемы и реквизитов в конфигурацию.
  • Подходит для повторного использования при добавлении новых объектов конфигурации с необходимой проверкой.

Quick Start

Provide the object type and name to initialize the full metadata object workflow for your 1C configuration.

Frequently Asked Questions about 1c-cf-add-object

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

FAQPage Schema
How do I automate adding a new metadata object with forms in a 1C:Enterprise configuration?

You can automate adding a 1C:Enterprise metadata object by chaining meta-compile, cf-edit, form-add, and form-compile workflows into a single end-to-end creation process. This orchestration generates scaffolds and ensures configuration consistency automatically.

What is the process for creating a 1C metadata object with subsystem integration and validation?

Creating a 1C metadata object with subsystem integration involves executing a multi-step workflow: cf-edit updates Configuration.xml, subsystem-edit integrates the object, and a final validate step ensures consistency across all generated forms and attributes.

Does 1C metadata object creation require separate steps for form generation and configuration updates?

No, the workflow orchestrates these steps together. It automatically handles Configuration.xml updates alongside form generation and subsystem integration, ensuring that scaffolding and final validation are executed as a unified chain without manual intervention.

What inputs do I need to start the 1C configuration metadata object workflow?

To initialize the full metadata object workflow for your 1C configuration, you need to provide the object type, object name, and required attributes. These inputs satisfy the requirements for generating the forms and subsystem entries automatically.

Why does my 1C configuration form generation fail without a validation step?

Form generation may fail without validation because the workflow enforces consistency between Configuration.xml updates and generated forms. The final validate step checks integration across subsystems and attributes, preventing errors from manual configuration edits.

Can I use this workflow orchestration to add multiple metadata objects to an existing 1C:Enterprise configuration?

Yes, the workflow is designed for reuse when adding new metadata objects to an existing 1C:Enterprise configuration. It repeats the scaffold generation, form compilation, and validation steps to maintain consistency across each new object added.