epf-add-template

Generate XML metadata and content files for new 1C EPF templates.

511|99|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Nikolay-Shirokov/cc-1c-skills --skill epf-add-template-nikolay-shirokov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epf-add-template
Source: https://github.com/Nikolay-Shirokov/cc-1c-skills/tree/main/.claude/skills/epf-add-template
Command: npx skills add https://github.com/Nikolay-Shirokov/cc-1c-skills --skill epf-add-template-nikolay-shirokov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of adding new templates (like reports, forms, or data structures) to existing 1C external processors (EPF files), streamlining development workflows.

Core Features & Use Cases

  • Template Creation: Generates the necessary XML metadata and file structure for various template types (HTML, Text, SpreadsheetDocument, BinaryData, DataCompositionSchema).
  • Integration: Automatically registers the new template within the main EPF XML file.
  • Use Case: When developing a new 1C report that requires a specific print form layout, use this Skill to quickly create and integrate the SpreadsheetDocument template into your EPF.

Quick Start

Add a new SpreadsheetDocument template named 'MyReportTemplate' to the 'SalesAnalysis' processor.

Frequently Asked Questions about epf-add-template

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

FAQPage Schema
How do I add a new template to a 1C external processor EPF file?

To add a template to a 1C external processor, this Skill generates the required XML metadata and content files, automatically registering the new template structure within the main EPF XML file.

What template types can I generate and integrate into an EPF structure?

You can generate and integrate HTML, Text, SpreadsheetDocument, BinaryData, and DataCompositionSchema template types into your EPF structure, creating the necessary XML metadata and file content for each.

Do I need PowerShell to add templates to 1C external processors?

Yes, you need a PowerShell execution environment to run the scripts that generate the XML metadata and content files for adding new templates to your 1C external processor.

How do I create a SpreadsheetDocument template for a 1C report print form?

Specify the SpreadsheetDocument template type and a name to generate the XML metadata and file structure, integrating the print form layout directly into your 1C external processor.

What's the best way to register a new HTML template within an existing EPF XML file?

By specifying the HTML template type, this Skill automatically generates the necessary XML metadata and registers the new template within the main EPF XML file, streamlining the integration process.

Can I add a DataCompositionSchema template to an existing 1C external processor without manual XML editing?

Yes, this Skill automates the creation of DataCompositionSchema templates by generating the required XML metadata and content files, registering them automatically within the EPF structure.