cf-info

Parse 1C configuration exports to produce structural overviews by object type.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill cf-info
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cf-info
Source: https://github.com/mmmmmm786mngb-jpg/WIM_DEV/tree/main/.cursor/skills/cf-info
Command: npx skills add https://github.com/mmmmmm786mngb-jpg/WIM_DEV --skill cf-info

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Reads a 1C configuration export to provide a compact, readable overview of the configuration's structure, including object types and key metadata.

Core Features & Use Cases

  • Read Configuration.xml or a deployment export to produce a concise structural summary of objects by type (Catalogs, Documents, Registers, etc.).
  • Expose essential metadata such as Name, Version, Vendor, Language, and Run mode, enabling quick configuration audits.
  • Use cases include onboarding new 1C projects, performing baseline configuration reviews, and documenting configuration inventories.

Quick Start

Run cf-info on a path to a Configuration.xml or a folder containing the export to generate an object-structure report.

Frequently Asked Questions about cf-info

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

FAQPage Schema
How do I get a structure overview of a 1C configuration export?▼

To get a 1C configuration structure overview, parse a Configuration.xml file or deployment export folder. The Skill produces a concise summary of objects by type, including Catalogs, Documents, and Registers.

Can I extract metadata like vendor and version from Configuration.xml?▼

Yes, you can extract key metadata from Configuration.xml. The analysis reads Name, Version, Vendor, Language, and Run mode values to enable quick configuration audits and project onboarding.

How do I count deployment objects by type in a 1C project?▼

Count deployment objects by type by parsing ChildObjects within a 1C configuration export. The tool reads the structure and generates a report showing counts for each metadata type.

Does the 1C configuration analyzer support exporting results to a file?▼

Yes, the 1C configuration analyzer supports exporting results. It outputs the structure overview to the console and can optionally write a UTF-8 output file for documentation and inventory purposes.

What output modes are available for 1C configuration analysis?▼

Available 1C configuration analysis output modes include overview, brief, and full. These modes control the level of detail provided when summarizing the configuration structure and key metadata.

Do I need lxml installed to parse 1C deployment metadata?▼

Yes, you need lxml installed to parse 1C deployment metadata. The Skill depends on the lxml library to read the XML structure and extract key metadata from the configuration export.