epf-init

Generate a minimal 1C External Data Processor scaffold with XML metadata and ObjectModule.bsl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Create a ready-to-use scaffold for 1C External Data Processor by generating the minimal XML metadata file and the Ext folder with a base ObjectModule.bsl, enabling rapid project start.

Core Features & Use Cases

  • Generates a root <Name>.xml metadata file and an Ext/ObjectModule.bsl scaffold for a new 1C external data processor.
  • Creates a ready-to-edit processor directory structure under SrcDir, with optional SrcDir parameter.

Quick Start

Run the epf-init command with a Name to generate a new external data processor scaffold under the specified SrcDir.

Frequently Asked Questions about epf-init

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

FAQPage Schema
How do I scaffold a 1C external data processor with XML metadata?

Scaffolding a 1C external data processor involves generating a root XML metadata file and an Ext directory containing ObjectModule.bsl. This creates a ready-to-edit directory structure for rapid project startup.

What's the best way to start a new 1C external data processor project?

Starting a new 1C external data processor project requires generating the minimal XML metadata and a base Ext folder with ObjectModule.bsl. This provides a quick scaffold to begin development immediately.

Can I specify a source directory when generating a 1C external processor scaffold?

Yes, you can specify a source directory using the SrcDir parameter when generating the 1C external processor scaffold. This controls where the XML metadata and Ext folder are placed.

What files are generated for a 1C external data processor setup?

A 1C external data processor setup generates a valid XML metadata file named after your processor and an Ext subdirectory containing ObjectModule.bsl. These files form the minimal project structure.

When do I need to create an external data processor scaffold in 1C?

You need to create an external data processor scaffold in 1C when starting new processor projects across various tasks. It provides the foundational XML metadata and module files required for development.

Does the 1C external processor scaffold require any dependencies?

No, the 1C external processor scaffold requires no dependencies. It independently generates the root XML metadata file and the Ext/ObjectModule.bsl directory structure for your project.