/form-remove - Удаление формы
SkillDocs & knowledgeThis skill lets your AI remove forms from objects in a 1C configuration, such as catalogs, documents, reports, and data processors. Once added, you can point your AI at any object that has a form and ask it to delete that form for you.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the skill, tell your AI which 1C object and form you want gone and ask it to remove the form.
Then ask your AI: use the /form-remove - Удаление формы skill
What your AI can do with it
- Remove a form from a 1C catalog
- Delete a form from a 1C document
- Remove a form from a report
- Strip a form from a data processor
- Clean up forms from any other 1C object type that has them
What this skill tells your AI
The instructions your AI receives, as published by desko77/claude-code-skills-1c 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
- 61
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-form-remove- Source
- github.com/desko77/claude-code-skills-1c