/form-remove - Удаление формы

SkillDocs & knowledge

Once this skill is added, your AI can remove forms from 1C objects such as documents, catalogs, reports, and data processors. That means you can ask your AI to delete the form of an object you no longer need, clearing out unwanted screens from your 1C configuration without doing it by hand.

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

Add the skill, then tell your AI which 1C object to work on and ask it to remove that object's form.

Then ask your AI: use the /form-remove - Удаление формы skill

What your AI can do with it

  • Remove a form from a 1C document
  • Remove a form from a 1C catalog
  • Remove a form from a 1C report
  • Remove a form from a 1C data processor
  • Remove forms from other supported 1C object types

What this skill tells your AI

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

Удаляет форму и убирает ее регистрацию из корневого XML объекта.

Usage

/form-remove <ObjectName> <FormName>
ПараметрОбязательныйПо умолчаниюОписание
ObjectNameда-Имя объекта
FormNameда-Имя формы для удаления
SrcDirнетsrcКаталог исходников

Команда

powershell.exe -NoProfile -File skills/1c-form-remove/scripts/remove-form.ps1 -ObjectName "<ObjectName>" -FormName "<FormName>" [-SrcDir "<SrcDir>"]

Что удаляется

<SrcDir>/<ObjectName>/Forms/<FormName>.xml # Метаданные формы
<SrcDir>/<ObjectName>/Forms/<FormName>/ # Каталог формы (рекурсивно)

Что модифицируется

  • <SrcDir>/<ObjectName>.xml - убирается <Form> из ChildObjects
  • Если удаляемая форма была DefaultForm - очищается значение DefaultForm

Signals

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