1c-cfe-full-cycle

Orchestrate 1C CFE extension workflows 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-cfe-full-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-cfe-full-cycle
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-cfe-full-cycle
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-cfe-full-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end process of creating and validating 1C CFE extensions, reducing coordination overhead and ensuring consistent workflow.

Core Features & Use Cases

  • Orchestrates a chain of skills: cf-info, cfe-init, cfe-borrow, cfe-patch-method, meta-compile, form-add, form-compile, and cfe-validate.
  • Ensures compatibility checks and scaffold generation across multiple configurations and purposes (Patch, Customization, AddOn).
  • Use Case: A developer can generate a complete CFE extension workflow from scaffold to final validation with minimal manual steps.

Quick Start

Instruct Claude to scaffold a CFE extension and automatically proceed through borrowing, patching, form integration, and final validation.

Frequently Asked Questions about 1c-cfe-full-cycle

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

FAQPage Schema
How do I automate the full lifecycle of a 1C CFE extension from scaffolding to validation?

You can orchestrate the complete CFE extension workflow by chaining scaffold, cfe-init, cfe-borrow, cfe-patch-method, form integration, and cfe-validate steps automatically to ensure consistent creation and validation.

What is the process for patching methods and borrowing metadata in 1C CFE extensions?

Patching methods and borrowing metadata in CFE extensions involves chaining cfe-borrow and cfe-patch-method steps, which this orchestration skill coordinates automatically while enforcing compatibility checks across configurations.

Does this CFE extension workflow support Patch, Customization, and AddOn configurations?

Yes, the CFE extension workflow supports Patch, Customization, and AddOn configurations, enforcing compatibility checks and scaffold generation across these multiple purposes.

How do I compile forms and metadata when creating a 1C CFE extension?

Compiling forms and metadata during CFE extension creation is handled by form-add, form-compile, and meta-compile steps, which are automatically coordinated within the end-to-end extension lifecycle workflow.

What steps are involved in validating a 1C CFE extension after development?

Validating a 1C CFE extension after development involves running the cfe-validate step, which serves as the final stage in the orchestrated lifecycle chain to ensure compatibility and correctness.