cf-info

Analyze 1C Configuration XML to summarize object counts and key metadata.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill cf-info-msrv-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cf-info
Source: https://github.com/msrv-tech/skills/tree/main/cf-info
Command: npx skills add https://github.com/msrv-tech/skills --skill cf-info-msrv-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

cf-info helps engineers and analysts quickly understand a 1C Configuration.xml by summarizing the configuration structure, object types, counts, and key metadata.

Core Features & Use Cases

  • Parses Configuration.xml to compute counts per object type (Catalogs, Documents, CommonModules, etc.) and expose essential properties such as Name, Synonym, Version, Vendor, and Compatibility.
  • Supports modes overview, brief, and full to tailor output for quick audits or deep configuration reviews.
  • Useful for configuration reviews, migrations, and compliance checks across 1C deployments.

Quick Start

Provide the path to a 1C Configuration.xml or its export and run cf-info to generate a concise configuration overview.

Frequently Asked Questions about cf-info

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

FAQPage Schema
How do I summarize object counts in a 1C Configuration.xml file?

You can summarize a 1C Configuration.xml by parsing it to compute per-type object counts and expose properties like Name, Synonym, and Version. This produces a concise configuration overview for review.

What is the best way to review 1C configuration metadata before a migration?

Reviewing 1C configuration metadata involves analyzing Configuration.xml to extract Vendor, Compatibility, and object counts. This yields essential configuration insights for migrations and compliance checks.

Does cf-info support different output modes for 1C configuration analysis?

Yes, 1C configuration analysis supports overview, brief, and full output modes. These modes tailor the generated report for either quick audits or deep configuration reviews of the XML structure.

Can I use lxml to parse 1C Configuration.xml for object type counts?

Yes, you can use lxml to parse 1C Configuration.xml. The parser computes counts per object type, such as Catalogs, Documents, and CommonModules, directly from the ChildObjects node.

What 1C configuration properties are extracted from the XML metadata?

The extracted 1C configuration properties include Name, Synonym, Version, Vendor, and Compatibility. It also computes per-type object counts from ChildObjects to summarize the configuration structure.

How do I get a quick overview of 1C configuration structure without manual XML parsing?

To get a quick overview of 1C configuration structure, provide the path to a Configuration.xml export and run an analysis tool. It automatically parses ChildObjects to output object counts and key metadata.