1c-template-manage

Add and remove 1C metadata object templates via PowerShell scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the management of templates for 1C metadata objects by adding or removing layout templates across object types (DataProcessor, Document, Catalog, etc.).

Core Features & Use Cases

  • Create and register new templates with proper metadata and content.
  • Remove templates cleanly: delete metadata, template content, and update the parent object's ChildObjects.
  • Works with DataProcessor, Document, Catalog and other objects, including HTML, Text, SpreadsheetDocument, and BinaryData templates.

Quick Start

Create a new template by running 1c-template-manage add <ObjectName> <TemplateName> <TemplateType>.

Frequently Asked Questions about 1c-template-manage

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

FAQPage Schema
How do I add a template to a 1C metadata object using PowerShell?

You add a 1C template by running add-template.ps1 with object name, template name, and type parameters, which creates metadata, content files, and updates root XML ChildObjects automatically.

What types of 1C templates can I create for DataProcessor and Catalog objects?

Supported 1C template types include HTML, Text, SpreadsheetDocument, and BinaryData for DataProcessor, Document, and Catalog objects across EPF workflows.

How do I cleanly remove a template from a 1C EPF object?

Removing a 1C template involves running remove-template.ps1, which deletes template metadata, removes content files, and updates the parent object's ChildObjects XML.

Does 1c-template-manage work with binary data templates in EPF workflows?

Yes, BinaryData templates are supported alongside HTML, Text, and SpreadsheetDocument templates within EPF workflows for 1C metadata objects.

What 1C metadata object types are supported for template management?

Supported 1C metadata object types include DataProcessor, Document, Catalog, and others, allowing template registration or deletion via root XML ChildObjects updates.