epf-remove-template

Remove template metadata and XML entries from 1C external processing configurations.

413|90|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/comol/cursor_rules_1c --skill epf-remove-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epf-remove-template
Source: https://github.com/comol/cursor_rules_1c/tree/main/.cursor/source/epf-remove-template
Command: npx skills add https://github.com/comol/cursor_rules_1c --skill epf-remove-template

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Удаляет макет и удаляет его регистрацию из корневого XML внешней обработки 1С, упрощая поддержку проектов и предотвращая устаревшие ссылки.

Core Features & Use Cases

  • Удаление метаданных макета и каталога макета
  • Обновление корневого XML обработки путем удаления элемента Template
  • Применимо к проектам 1С, где требуется чистка конфигураций и повторное использование макетов

Quick Start

Укажите ProcessorName и TemplateName, чтобы удалить макет и обновить XML-обработку.

Frequently Asked Questions about epf-remove-template

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

FAQPage Schema
How do I remove a template from a 1C external processing configuration?

To remove a template from 1C external processing, use a PowerShell script that deletes the template metadata XML, removes the template directory, and drops the Template entry from the root processor XML.

What happens to the root XML when a template is deleted from 1C external processing?

When a template is deleted from 1C external processing, the root XML is updated by removing the specific Template element, which prevents obsolete references and simplifies project maintenance.

How do I clean up obsolete template references in 1C external processing projects?

You clean up obsolete template references in 1C external processing by running an automation script that deletes the template directory and modifies the root processor XML to drop the Template entry.

What parameters are needed to automate template removal in 1C external processing via PowerShell?

To automate template removal in 1C external processing via PowerShell, you need to specify the ProcessorName, the TemplateName, and optionally the SrcDir parameter, which defaults to the 'src' directory.

Can I use PowerShell to modify 1C external processing XML files?

Yes, you can use PowerShell to modify 1C external processing XML files by executing scripts that target the root processor XML to remove specific template entries and delete associated metadata directories.

When should I remove a template from 1C external processing?

You should remove a template from 1C external processing when you need to clean up configurations, prevent stale references, or reuse templates across different projects, ensuring the root XML stays updated.