help-add

Generate Help.xml and Help/ru.html for 1C objects and update form metadata.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill help-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help-add
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/help-add
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill help-add

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lxml, and includes scripts (resource) components.

What problem does it solve?

Автоматизирует добавление встроенной справки к объекту 1С, устраняя необходимость вручную создавать и поддерживать справку в файлах Ext/Help.xml и HTML-страницах, а также синхронизировать формы метаданных.

Core Features & Use Cases

  • Автоматическое создание Ext/Help.xml и Help/ru.html для выбранного объекта.
  • Обновление форм объектов: добавляет IncludeHelpInContents там, где он отсутствует.
  • Легкость повторного использования: применимо к любым объектам конфигурации 1С и различным типам объектов (обработки, отчёты, справочники, документы).

Quick Start

Запустите скрипт add-help для вашего объекта с использованием параметров -ObjectName и, при необходимости, -Lang и -SrcDir.

Frequently Asked Questions about help-add

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

FAQPage Schema
How do I add built-in help to 1C objects automatically?

To add built-in help to 1C objects automatically, run the provided add-help script using parameters like ObjectName and SrcDir to generate Help.xml and update form metadata.

What is the best way to generate Help.xml and update form metadata for 1C configurations?

Generating Help.xml and updating 1C form metadata is best handled by automating the creation of Ext/Help.xml and Help/ru.html files while injecting IncludeHelpInContents into forms.

Can I use this automation for different 1C object types like directories and documents?

Yes, you can use this automation for various 1C configuration object types, including directories, documents, reports, and data processors, ensuring consistent help integration.

Do I need Python or PowerShell to attach help to 1C objects?

You need Python or PowerShell to execute the scripts that generate Help.xml and Help/ru.html files, with the Python implementation requiring the lxml dependency for metadata processing.

Why does my 1C form metadata lack IncludeHelpInContents?

Your 1C form metadata lacks IncludeHelpInContents because manual synchronization often misses updating forms, a problem solved by running scripts to automatically inject missing help flags.

How do I specify the output language when creating 1C HTML help pages?

To specify the output language when creating 1C HTML help pages, pass the optional Lang parameter to the script, which generates the corresponding localized Help/ru.html file.