1c-skd-edit

Apply atomic edits to 1C SKD Template.xml files.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-skd-edit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 1c-skd-edit
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-skd-edit
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-skd-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

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

Quick Start

Запустите skd-edit на Ext/Template.xml с нужной операцией, например -Operation add-field -Value 'Менеджер: CatalogRef.Пользователи @dimension'.

Frequently Asked Questions about 1c-skd-edit

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

FAQPage Schema
How do I add a field to an existing 1C SKD template?▼

You can add a field to a 1C SKD template by running the skd-edit script on Ext/Template.xml with the add-field operation and an explicit value parameter defining the field.

Can I modify the query text in a 1C data composition schema?▼

Yes, you can modify the query text in a 1C data composition schema by applying the set-query operation to the existing Template.xml file using the skd-edit script.

What operations are supported for editing 1C SKD configurations?▼

Supported operations for editing 1C SKD configurations include add-field, add-total, add-filter, set-query, set-structure, and modify-field, enabling precise partial modifications to complex configurations.

Does the 1C SKD edit tool require any specific dependencies?▼

Yes, the 1C SKD edit tool requires the lxml library dependency, and you need the skd-edit scripts written in either PowerShell or Python to execute the editing operations on the Template.xml file.

What is the best way to apply multiple atomic changes to a 1C SKD template?▼

The best way to apply multiple atomic changes to a 1C SKD template is by using the batch mode supported by the skd-edit script, allowing sequential application of modifications like adding totals, filters, and parameters.

When should I use a point-edit tool for 1C data composition instead of rebuilding the schema?▼

Use a point-edit tool for 1C data composition when you need precise, partial modifications to existing complex configurations, such as adding specific fields or filters, rather than rebuilding the entire schema.