erf-init

Generate a minimal XML scaffold and development package for 1C external reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generating a minimal XML scaffold and a basic development package for a new 1C external report.

Core Features & Use Cases

  • Generates a root ExternalReport XML with core metadata and a basic structure.
  • Creates the Ext directory with a minimal ObjectModule.bsl for immediate development.
  • Optionally scaffolds a SKD (Data Composition Schema) template, enabling end-to-end setup for external reports.

Quick Start

Run erf-init with a Name and optional Synonym, SrcDir, and --with-skd to generate a ready-to-use external report scaffold.

Frequently Asked Questions about erf-init

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

FAQPage Schema
How do I create a 1C external report scaffold automatically?

To create a 1C external report scaffold, run the initialization script with a Name and optional SrcDir to generate root XML metadata, an Ext directory, and an ObjectModule.bsl for immediate development.

How does scaffolding an external report with an SKD template work?

Scaffolding an external report with an SKD template works by passing the --with-skd flag, which optionally generates a Data Composition Schema template alongside the root XML and object module to enable end-to-end setup.

What is the best way to bootstrap a new 1C external report project structure?

The best way to bootstrap a new 1C external report project structure is to use a scaffold generator that deterministically creates the required src and Ext directories along with minimal XML metadata.

Do I need PowerShell to generate an external report scaffold in Windows?

You need a Windows-based environment with standard tooling to generate an external report scaffold, but the process requires no external dependencies beyond standard system capabilities.

Can I use this project setup to generate just the XML metadata for an external report?

You can use this project setup to generate minimal root ExternalReport XML with core metadata, while also creating the Ext directory and a basic ObjectModule.bsl file for rapid development.

What limitations exist when scaffolding a 1C external report for new projects?

A limitation when scaffolding a 1C external report is that the generated package is minimal, requiring manual development afterward to extend the basic object module and optional SKD templates.