epf-add-help

Generate Help.xml and Help/ru.html for 1C external processors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the integration of built-in help into 1C external processors, generating the Help.xml metadata and the language-specific HTML help page to ensure consistency and accessibility.

Core Features & Use Cases

  • Automated help generation: Create Help.xml and Help/ru.html for processor extensions, ensuring proper documentation exposure.
  • Metadata integration: Update relevant form metadata to surface help content where needed.
  • Use Case: When adding a new external processor, run the skill to attach contextual help without manual XML and HTML edits.

Quick Start

Run /epf-add-help <ProcessorName> to generate the Help.xml and the localized HTML help page.

Frequently Asked Questions about epf-add-help

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

FAQPage Schema
How do I add built-in help to a 1C external processor?

You add built-in help to a 1C external processor by generating the Help.xml file and the localized Help/ru.html page, which automatically attaches contextual documentation to the processor extension.

What files are needed for 1C external processor help integration?

1C external processor help integration requires generating a Help.xml metadata file with the proper language tag and a localized HTML page inside a Help directory, such as Help/ru.html.

How does the 1C EPF help generation process update form metadata?

1C EPF help generation updates Forms metadata by setting the IncludeHelpInContents property when present, ensuring the newly created help content is properly surfaced and accessible within the 1C platform interface.

Can I automate Russian localized help creation for 1C EPF workflows?

Yes, you can automate Russian localized help creation for 1C EPF workflows by using PowerShell scripts to generate the language-specific Help/ru.html file and the corresponding Help.xml metadata automatically.

Does PowerShell work with 1C external processor help generation?

PowerShell works for 1C external processor help generation by automating the creation of Help.xml and language-specific HTML pages, streamlining the integration of new external processors within 1C EPF workflows.

Why is my generated Help.xml not showing up in 1C form metadata?

Your generated Help.xml may not show up in 1C form metadata if the IncludeHelpInContents property in the Forms metadata is not updated, which is why help automation must specifically modify this setting when present.