What problem does it solve?
This Skill turns a structured JSON description of a 1C role into the exact metadata and rights files needed for a working configuration, removing the need to handcraft XML and permission blocks.
Core Features & Use Cases
- Role Generation: Builds Role metadata and Rights XML from a compact JSON DSL.
- Permission Modeling: Supports catalogs, documents, registers, services, configuration rights, nested objects, presets, and RLS restrictions.
- Localization Support: Accepts Russian object and right names and converts them to canonical 1C names.
- Validation and Safety: Checks object and right compatibility, warns on invalid combinations, and respects support-state guardrails when editing existing configurations.
- Use Case: Create a new access role for a 1C solution, define object-level permissions in JSON, and generate deployable files in the configuration tree.
Quick Start
Give me a JSON role definition and the target 1C configuration directory, and I will generate the role metadata and rights files for you.