/help-add - Добавление справки

SkillDocs & knowledge

This skill teaches your AI to add built-in help to 1C objects, so the people using your configuration can read guidance directly inside the app. Once it is added, you can ask your AI to attach help to a data processor, report, catalog, document, or another 1C object, and the AI will do the work for you. It is meant for anyone who builds or maintains 1C configurations.

Available today. Use it from your connected AI after setup.

After adding the skill, name the 1C object you want documented and ask your AI to add built-in help to it. You can also describe what the help should explain.

Then ask your AI: use the /help-add - Добавление справки skill

What your AI can do with it

  • Add built-in help to 1C data processors
  • Add built-in help to reports
  • Add built-in help to catalogs
  • Add built-in help to documents
  • Add help to other types of 1C objects
  • Recognize requests like "add help" or "add built-in help" to an object

What this skill tells your AI

The instructions your AI receives, as published by desko77/cursor-1c-skills in skills/1c-help-manage/SKILL.md and read by ahel’s review.

Добавляет встроенную справку к объекту: файл метаданных Help.xml, HTML-страницу и при необходимости обновляет метаданные форм.

Usage

/help-add <ObjectName> [Lang] [SrcDir]
ПараметрОбязательныйПо умолчаниюОписание
ObjectNameда-Путь объекта относительно SrcDir (например Catalogs/МойСправочник, DataProcessors/МояОбработка)
LangнетruКод языка справки
SrcDirнетsrcКаталог исходников

Команда

powershell.exe -NoProfile -File skills/1c-help-manage/scripts/add-help.ps1 -ObjectName "<ObjectName>" [-Lang "<Lang>"] [-SrcDir "<SrcDir>"]

Что делает скрипт

  • Создает Ext/Help.xml и Ext/Help/ru.html - шаблон справки
  • Если у объекта есть формы - добавляет <IncludeHelpInContents> в метаданные форм (если отсутствует)
  • Справка не регистрируется в ChildObjects - достаточно наличия файлов

После запуска

Отредактируй Ext/Help/ru.html - наполни содержимым справки (стандартный HTML: <h1>..<h4>, <p>, <ul>, <table> и т.д.). Кнопка справки появится автоматически через Autofill в AutoCommandBar формы.

Signals

GitHub stars
57
Forks
13
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
x-1c-help-manage-desko77
Source
github.com/desko77/cursor-1c-skills