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

SkillDocs & knowledge

This skill teaches your AI to add built-in help to 1C objects. Once added, you can ask your AI to attach help directly to a data processor, report, catalog, document, or other 1C object, so the help lives inside the object itself. Reach for it whenever you want help added to something in your 1C setup.

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

Add the skill, then ask your AI to add help to a specific 1C object, such as a report or a document. Your AI will use this skill to attach the built-in help for you.

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

What your AI can do with it

  • Add built-in help to a 1C data processor
  • Add built-in help to a 1C report
  • Add built-in help to a 1C catalog
  • Add built-in help to a 1C document
  • Add built-in help to other types of 1C objects

What this skill tells your AI

The instructions your AI receives, as published by desko77/claude-code-skills-1c 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
61
Forks
14
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
x-1c-help-manage
Source
github.com/desko77/claude-code-skills-1c