/meta-remove - удаление объекта метаданных

SkillDev tools

This skill lets your AI delete metadata objects from a 1C configuration. When you ask it to remove an object, it carries out the deletion for you. It is built for requests to delete or remove something from the configuration.

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

Add the skill, then tell your AI which object to remove and ask it to delete it from your 1C configuration. The skill responds to direct requests to delete or remove an object.

Then ask your AI: use the /meta-remove - удаление объекта метаданных skill

What your AI can do with it

  • Delete a metadata object from a 1C configuration
  • Remove an object from the configuration when you ask
  • Carry out plain requests to delete or remove configuration objects
  • Handle removal of objects you no longer want in the configuration

What this skill tells your AI

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

Безопасно удаляет объект из XML-выгрузки конфигурации. Перед удалением проверяет ссылки на объект в реквизитах, коде и других метаданных. Если ссылки найдены - удаление блокируется.

Использование

/meta-remove <ConfigDir> -Object <Type.Name>

Параметры

ПараметрОбязательныйОписание
ConfigDirдаКорневая директория выгрузки (где Configuration.xml)
ObjectдаТип и имя объекта: Catalog.Товары, Document.Заказ и т.д.
DryRunнетТолько показать что будет удалено, без изменений
KeepFilesнетНе удалять файлы, только дерегистрировать
ForceнетУдалить несмотря на найденные ссылки

Команда

powershell.exe -NoProfile -File skills/1c-meta-remove/scripts/meta-remove.ps1 -ConfigDir "<путь>" -Object "Catalog.Товары"

Поддерживаемые типы

Catalog, Document, Enum, Constant, InformationRegister, AccumulationRegister, AccountingRegister, CalculationRegister, ChartOfAccounts, ChartOfCharacteristicTypes, ChartOfCalculationTypes, BusinessProcess, Task, ExchangePlan, DocumentJournal, Report, DataProcessor, CommonModule, ScheduledJob, EventSubscription, HTTPService, WebService, DefinedType, Role, Subsystem, CommonForm, CommonTemplate, CommonPicture, CommonAttribute, SessionParameter, FunctionalOption, FunctionalOptionsParameter, Sequence, FilterCriterion, SettingsStorage, XDTOPackage, WSReference, StyleItem, Language

Примеры

# Проверка ссылок + dry run
... -ConfigDir C:\WS\tasks\cfsrc\acc_8.3.24 -Object "Catalog.Устаревший" -DryRun

# Удалить объект без ссылок
... -ConfigDir C:\WS\tasks\cfsrc\acc_8.3.24 -Object "Catalog.Устаревший"

# Принудительно удалить несмотря на ссылки
... -ConfigDir C:\WS\tasks\cfsrc\acc_8.3.24 -Object "Catalog.Устаревший" -Force

# Только дерегистрировать (файлы оставить)
... -ConfigDir C:\WS\tasks\cfsrc\acc_8.3.24 -Object "Report.Старый" -KeepFiles

# Удалить общий модуль
... -ConfigDir src -Object "CommonModule.МойМодуль"

Signals

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