1c-epf-full-cycle

Orchestrate the complete EPF creation workflow for 1C external processing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates the end-to-end EPF creation workflow for 1C external processing, streamlining setup from scaffold to final package.

Core Features & Use Cases

  • End-to-end EPF creation: coordinates scaffold, form, template, BSP, and build steps.
  • Workflow orchestration: sequences tasks across multiple skills to ensure a complete EPF lifecycle.
  • Use Case: create a new external processing and build an EPF suitable for deployment on a 1C platform.

Quick Start

Run the full epf workflow for a new 1C external processing by initiating epf-init followed by epf-add-form, form-compile, template-add, mxl-compile, epf-bsp-init, epf-bsp-add-command, epf-validate, and epf-build.

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

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

FAQPage Schema
How do I automate the full creation cycle of a 1C external processing EPF file?

To create a 1C external processing EPF file, you orchestrate a workflow that sequences initialization, form compilation, template assembly, BSP setup, validation, and final building. This ensures the complete EPF lifecycle is managed from scaffold to deployment package.

What steps are required to build an EPF with forms and BSP commands in 1C?

Building an EPF with forms and BSP commands requires running a specific sequence: initialize the EPF, add and compile forms, add and compile templates, initialize BSP, add BSP commands, validate, and finally build the EPF package for 1C platform deployment.

Do I need the 1C platform installed to build and package external processing files?

Yes, you need the 1C platform to build EPF files. The workflow relies on the platform to compile forms, templates, and BSP commands into the final deployable external processing package.

What is the best way to set up BSP subsystem commands for a new 1C external processing?

The best way to set up BSP subsystem commands is through a coordinated workflow that initializes the BSP framework after forms and templates are assembled, then adds the required commands before validating and building the final EPF package.

Can I compile 1C forms and MXL templates separately before packaging the EPF?

Yes, the EPF creation workflow compiles forms and MXL templates as distinct steps. It sequences form compilation and template compilation before moving on to BSP initialization and final EPF building.

Why does my 1C external processing build fail after adding BSP commands?

A 1C external processing build may fail after adding BSP commands if the preceding steps were not completed correctly. The workflow includes a validation step after BSP command addition to catch errors before the final EPF build.