meta-edit

Edit 1C metadata objects via inline operations or JSON DSL.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill meta-edit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-edit
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/meta-edit
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill meta-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lxml, and includes scripts (resource) components.

What problem does it solve?

Targeted editing of 1C metadata objects to add, delete, or modify attributes, tabular parts, dimensions, resources, or properties.

Core Features & Use Cases

  • Inline mode: perform atomic edits on existing metadata objects using -Operation and -Value parameters.
  • JSON DSL: apply complex, multi-step changes via a -DefinitionFile and structured JSON.
  • Validation & safety: enforces syntax checks and value normalization to reduce configuration errors.

Quick Start

Provide an ObjectPath and an Operation or a DefinitionFile to apply precise metadata edits.

Frequently Asked Questions about meta-edit

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

FAQPage Schema
How do I automate adding or modifying attributes in 1C metadata objects?

You can automate 1C metadata editing by using inline operations with specific Operation and Value parameters to atomically add, delete, or modify attributes on existing objects.

Can I apply complex multi-step changes to 1C Catalog and Document metadata?

Yes, you can apply complex multi-step changes to 1C Catalog and Document metadata by supplying a structured JSON DefinitionFile instead of single inline operations.

What is the best way to prevent syntax errors when scripting 1C metadata modifications?

To prevent syntax errors during 1C metadata modifications, the system enforces input validation and value normalization for enum properties before applying atomic edits.

Does this metadata editing approach support 1C Registers and tabular parts?

Yes, this approach supports targeted editing across various 1C Registers, allowing you to modify dimensions, resources, properties, and tabular parts directly.

Do I need lxml to run scripts for atomic 1C metadata edits?

Yes, you need the lxml dependency installed in your environment to run the scripts that execute atomic edits and JSON-based definitions for 1C metadata.