skd-edit

Patch 1C SKD Template.xml files with atomic edits for fields, totals, filters, and parameters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Точечное редактирование схемы компоновки данных 1С (СКД) упрощает модификацию существующих настроек — без риска повредить всю структуру.

Core Features & Use Cases

  • Атомарные операции модификации существующей СКД: добавление, удаление и изменение полей, итогов, фильтров и параметров.
  • Поддержка пакетного и точечного редактирования Template.xml для сложных конфигураций.
  • Пример использования: изменение текста запроса или добавление нового поля в существующую схему без пересборки конфигурации.

Quick Start

Запустите skd-edit, указав путь к Template.xml, операцию и значение, чтобы применить точечное редактирование СКД.

Frequently Asked Questions about skd-edit

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

FAQPage Schema
How do I edit a 1C SKD schema without rebuilding the entire configuration?

Atomic edits to Template.xml let you modify 1C SKD schemas without rebuilding the entire configuration. You can add, modify, or delete fields, totals, filters, and parameters directly through targeted patching operations.

How do I modify a query in an existing 1C data composition schema?

You can modify a query in an existing 1C data composition schema by applying targeted edits to Template.xml. The tooling patches the selection structure and query text directly without requiring a full configuration reassembly.

Can I batch edit multiple fields and filters in Template.xml at once?

Yes, you can batch edit multiple fields and filters in Template.xml. The tooling supports batched operations to apply multiple atomic modifications across the 1C SKD configuration in a single processing run.

Does the 1C SKD template editor require Python and PowerShell to run?

Yes, the 1C SKD template editor requires Python and PowerShell script tooling to function. It also depends on the lxml library and validates the resulting Template.xml structure using built-in type resolution.

What is the best way to safely add a new field to a 1C SKD configuration?

The best way to safely add a new field to a 1C SKD configuration is using atomic edit operations on Template.xml. This approach ensures targeted modifications are validated with built-in type resolution, preventing damage to the overall structure.

Why use atomic edits instead of manual XML changes for 1C data composition templates?

Atomic edits prevent the risk of corrupting the entire structure during 1C data composition template modification. They validate the resulting Template.xml structure with built-in type resolution and verification, which manual raw XML editing lacks.