cf-info

Parse 1C Configuration.xml and summarize metadata objects by type.

33|8|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill cf-info-dach-coin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cf-info
Source: https://github.com/Dach-Coin/claude_rules_1c/tree/main/.claude/skills/cf-info
Command: npx skills add https://github.com/Dach-Coin/claude_rules_1c --skill cf-info-dach-coin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of quickly understanding an 1C Configuration.xml by providing a compact, human-readable overview of what metadata objects exist, how many of them there are, and which key configuration properties are set.

Core Features & Use Cases

  • Configuration structure overview: Produces a fast summary including core configuration properties and an object-type counter table.
  • Compact compatibility report: Returns a single-line summary (name, synonym, version, object count, compatibility mode) for quick scanning across multiple configurations.
  • Deep configuration inspection: Outputs detailed properties, default roles, mobile functionality toggles, internal contained objects, and the full per-type listing of child objects.
  • Use cases:
    • Compare multiple 1C configurations (e.g., baseline vs. target) by reviewing counts and key modes.
    • Prepare a metadata review before refactoring or migration by checking what object types and defaults are present.
    • Triage configuration dumps by generating a brief or full structural report from Configuration.xml.

Quick Start

Ask the Skill to analyze the Configuration.xml (or an export directory) at the path you provide, and choose the overview mode by default.

Frequently Asked Questions about cf-info

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

FAQPage Schema
How do I summarize the metadata structure of an 1C Configuration.xml?

You can parse the 1C Configuration.xml to generate a structured summary of its properties and count metadata child objects by type. This produces a readable inventory for baseline comparison workflows.

What is the best way to get a quick inventory of 1C configuration objects before migration?

Performing a metadata review on Configuration.xml generates a compact report listing object types and counts. This ensures you understand what content is present before refactoring or migrating.

Does the 1C configuration overview tool support different levels of inspection detail?

Yes, the 1C configuration overview supports overview, brief, and full inspection modes. These range from a single-line compatibility summary to detailed outputs of default roles, mobile toggles, and full per-type child object listings.

How do I handle large 1C configuration XML files when counting metadata objects?

You can handle large 1C configuration XML files during metadata object counting by applying pagination via Limit and Offset parameters. This segments the structural analysis and optionally writes the paginated results to an output file.

Can I compare multiple 1C configurations by reviewing their object counts and compatibility modes?

Yes, you can compare multiple 1C configurations by generating a brief compatibility report from each Configuration.xml. This returns a single-line summary of name, version, object count, and compatibility mode for quick scanning across baselines.