framework/skills/tool-usage/platform-data/xml-generation/config-operations/SKILL.md
Операции с конфигурацией 1С (CF) — init, info, edit, validate. Используй при создании конфигурации, анализе структуры, изменении свойств и ChildObjects, валидации Configuration.xml.
npx skillsauth add steelmorgan/1c-agent-based-dev-framework config-operationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| Триггер | Действие |
|---------|----------|
| Создать новую конфигурацию | config init --name <Name> <output_dir> |
| Посмотреть состав конфигурации | config info <configPath> |
| Изменить свойство конфигурации | config edit <configPath> --op modify-property --value "PropName=Value" |
| Добавить/удалить объект из ChildObjects | config edit <configPath> --op add-child --value "Type.Name" |
| Проверить Configuration.xml | config validate <configPath> |
xml-gen config init --name <Name> [--compat <Version>] <output_dir>
Результат: Configuration.xml + Languages/Русский.xml + ConfigDumpInfo.xml + заглушки модулей.
xml-gen config info [--mode brief|overview|full] <configPath>
brief — однострочная сводка; overview — свойства + счётчики объектов; full — все свойства и объекты.
xml-gen config edit <configPath> --op <operation> --value <value>
Операции:
modify-property — --value "CompatibilityMode=Version8_3_24"add-childObject — --value "Catalog.Товары". Guard: файл объекта (Catalogs/Товары.xml) должен существовать, иначе throw. --no-file-check отключает guard.remove-childObject — --value "Catalog.Товары"add-defaultRole / remove-defaultRole — --value "ОсновнаяРоль"set-defaultRoles — заменить список: --value "Роль1 ;; Роль2"10 проверок: структура XML, namespace, UUID, InternalInfo (7 ClassId), Properties, enum-значения (11 свойств), ChildObjects (порядок 44 типов, дубликаты), DefaultLanguage, файлы языков, каталоги объектов.
xml-gen config validate <configPath>
Конфигурация 1С требует строгий порядок типов в ChildObjects:
Language → Subsystem → StyleItem → Style → CommonPicture → SessionParameter → Role → CommonTemplate → FilterCriterion → CommonModule → CommonAttribute → ExchangePlan → XDTOPackage → WebService → HTTPService → WSReference → EventSubscription → ScheduledJob → SettingsStorage → FunctionalOption → FunctionalOptionsParameter → DefinedType → CommonCommand → CommandGroup → Constant → CommonForm → Catalog → Document → DocumentNumerator → Sequence → DocumentJournal → Enum → Report → DataProcessor → InformationRegister → AccumulationRegister → ChartOfCharacteristicTypes → ChartOfAccounts → AccountingRegister → ChartOfCalculationTypes → CalculationRegister → BusinessProcess → Task → IntegrationService
tools
Diagnostics for Vanessa Automation runs. Use when a feature scenario failed, artifacts were not created, or you need to classify a failure after launch.
tools
Creating and refining Vanessa Automation feature scenarios based on real project requirements. Use when you need to write or update a scenario test, not just run it.
tools
--- name: v8-session-manager description: Use when working with the 1С session manager (v8-session-manager) - launch, configuration, connecting 1С clients, reading session_list, calling proxied MCP-tools from 1С extensions, diagnostics. Triggers: mention of `v8-session-manager`, `session_list`, 1С extension MCP showcase, error “no active sessions” / “session_id required”, connecting a client to the manager via `mcpMode=ws`. provides_capabilities: # Built-in manager tools — always available whi
tools
Use when Codex needs to manage v8-runner on local 1C projects through the CLI: configure v8project.yaml, initialize infobases or EDT workspaces, build sources from Designer or EDT, run syntax checks and tests, dump infobase changes, convert source formats, load or export artifacts, launch 1C clients, or choose safe 1C automation command sequences.