epf-add-help

Add Help.xml and HTML help pages to 1C external processors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of adding built-in help documentation to 1C external processors, improving user experience and maintainability.

Core Features & Use Cases

  • Automatic Help File Generation: Creates Help.xml and language-specific HTML help pages.
  • Form Integration: Optionally updates form metadata to include a help button.
  • Use Case: After developing a new 1C external processor, use this Skill to quickly generate and integrate its help documentation, ensuring users can easily access instructions.

Quick Start

Add built-in help to the external processor named 'MyProcessor' with Russian language documentation.

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?

Adding built-in help to a 1C external processor involves generating a Help.xml file and language-specific HTML pages, with an optional update to form metadata to include a help button for user accessibility.

Can I generate Russian language documentation for 1C external processors?

Yes, you can generate Russian language documentation by specifying the desired language code and processor name, which creates the corresponding localized HTML help pages for your 1C processor.

Does adding help documentation modify 1C form metadata automatically?

Yes, adding help documentation can optionally modify 1C form metadata by integrating a help button directly into the interface, ensuring users can easily access the generated HTML instructions.

What files are needed to integrate help mechanisms into 1C processors?

Integrating standard 1C help mechanisms requires a generated Help.xml file and corresponding HTML pages, which are placed in the source directory of the external processor.

How do I specify the source directory when generating 1C processor help?

You specify the source directory during generation to ensure the Help.xml file and HTML pages are correctly placed within your 1C external processor's project structure.