meta-remove

Remove specified metadata objects from 1C configuration directories with reference checks.

140|16|Updated May 2, 2026
One-click install
npx skills add https://github.com/IngvarConsulting/unica --skill meta-remove-ingvarconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-remove
Source: https://github.com/IngvarConsulting/unica/tree/main/plugins/unica/skills/meta-remove
Command: npx skills add https://github.com/IngvarConsulting/unica --skill meta-remove-ingvarconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to safely remove or deregister metadata objects from 1C configuration files, preventing broken references and maintaining configuration integrity.

Core Features & Use Cases

  • Object Removal: Safely deletes specified metadata objects like catalogs, documents, or registers from configuration files.
  • Reference Checks: Checks for links to the object in code and other metadata before removal to prevent broken references.
  • Use Case: When a deprecated catalog needs to be completely removed from the configuration, this Skill verifies and deletes the object along with its references.

Quick Start

Use the meta-remove skill to delete the catalog 'Catalog.OldProducts' from the configuration directory 'src'.

Frequently Asked Questions about meta-remove

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely delete a metadata object from a 1C configuration?

Yes, you can deregister a catalog from a 1C configuration by providing the configuration directory path and the object identifier. The operation checks for linked references in code and metadata before safely removing the catalog.

Can I preview metadata deletion changes before applying them to my 1C configuration?

Yes, you can perform a dry run to preview metadata deletion changes before they are applied. This allows you to verify which objects and linked references will be removed from your 1C configuration directory safely.

Does removing deprecated metadata from 1C configurations check for broken references?

Yes, removing deprecated metadata includes reference checks to prevent broken links. The skill scans your 1C configuration for code and metadata dependencies linked to the object before completing the deletion process.

What do I need to remove a document or register from 1C configuration files?

You need the specific configuration directory path and the target object identifier to remove a document or register. This information allows the skill to locate the metadata and verify no linked references remain before deletion.

Why does metadata removal fail when deleting objects from a 1C configuration?

Metadata removal in a 1C configuration may fail or halt if linked references are detected in associated code or other metadata objects. The skill requires resolving these dependencies first to prevent broken references and maintain integrity.