inspect

Inspect exported 1C XML metadata and output paginated UTF-8 analysis.

151|20|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill inspect-arman-kudaibergenov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inspect
Source: https://github.com/Arman-Kudaibergenov/1c-ai-development-kit/tree/main/.claude/skills/inspect
Command: npx skills add https://github.com/Arman-Kudaibergenov/1c-ai-development-kit --skill inspect-arman-kudaibergenov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the guesswork of reading thousands of 1C XML lines by giving you a compact, structured overview of what’s inside an object export and what parts are relevant before you change anything.

Core Features & Use Cases

  • Unified 1C XML inspection: Analyze configuration, metadata objects, managed forms, DCS/СКД templates, MXL spreadsheet layouts, subsystems, and roles/rights in one place.
  • Drill-down by name: Inspect a specific element (e.g., a particular реквизит/field, tabular section, ДCS field/trace target, subsystem node, role rights details) via an optional name parameter.
  • Mode-based outputs: Use overview/brief/full to balance speed vs completeness, and get pagination-friendly results for large exports.
  • Safety-first workflow: Designed as a preparation step before edits; it explicitly avoids using modification/compile logic.

Quick Start

Use the inspect skill to analyze a configuration root export at upload/cfempty by running: /inspect -ConfigPath upload/cfempty -Mode overview.

Frequently Asked Questions about inspect

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

FAQPage Schema
How do I inspect a 1C XML metadata export to understand its structure?

Inspecting a 1C XML metadata export provides a compact, human-readable analysis of configuration, managed forms, DCS templates, and role rights. You can load the correct XML file from a given path and use mode-based verbosity to balance speed and completeness.

Can I drill down into a specific element like a managed form or DCS field within a 1C XML file?

Yes, you can drill down into specific elements within a 1C XML file using an optional name parameter. This allows targeted inspection of particular metadata objects, subsystem nodes, tabular sections, or role rights details without analyzing the entire export.

What is the best way to read large 1C XML configuration files without modifying the metadata?

Reading large 1C XML configuration files safely involves using a safety-first inspection workflow that outputs paginated UTF-8 text. This approach explicitly avoids modification or compile logic, ensuring the original metadata remains untouched while providing a structured overview.

Does this 1C XML inspection support analyzing MXL spreadsheets and subsystems?

Yes, 1C XML inspection supports analyzing MXL spreadsheet layouts and subsystems. It provides a unified view of configuration metadata, managed forms, DCS templates, and role rights in one place, allowing comprehensive structural analysis before making changes.

How do I validate configuration compatibility before editing a 1C XML object?

Validating configuration compatibility before editing a 1C XML object requires inspecting the metadata structure to locate the exact element to modify. By using overview, brief, or full modes, you can understand the structure and validate compatibility as a pre-change workflow step.