cf-info

Extract properties, object counts, and structure summaries from 1С Configuration.xml files.

140|16|Updated May 2, 2026
One-click install
npx skills add https://github.com/IngvarConsulting/unica --skill cf-info-ingvarconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cf-info
Source: https://github.com/IngvarConsulting/unica/tree/main/plugins/unica/skills/cf-info
Command: npx skills add https://github.com/IngvarConsulting/unica --skill cf-info-ingvarconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need to understand complex 1С configuration files by providing detailed insights into configuration properties, object composition, and counters.

Core Features & Use Cases

  • Configuration Overview: Summarizes the properties, objects, and counters within a 1С configuration.
  • Scenario: A developer uploads Configuration.xml and uses this Skill to get a quick report on configuration structure, object counts, and key metrics.
  • Use Case: Easily review large 1C configurations for auditing or documentation purposes, identifying sections that need modification.

Quick Start

Call the cf-info skill with the path to your Configuration.xml file to obtain an analysis of the configuration structure.

Frequently Asked Questions about cf-info

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

FAQPage Schema
How do I analyze a 1C configuration structure from Configuration.xml?

To analyze a 1C configuration structure, you provide the path to your Configuration.xml file to generate a detailed report of properties, object counts, and structural summaries. This allows developers to quickly review large configurations.

What is the best way to get object counts from a 1C configuration file?

The best way to get object counters from a 1C configuration file is by parsing the Configuration.xml export to generate a summarized report. This extracts detailed metrics on object composition for auditing and configuration management.

Can I customize the output when reviewing 1C configuration properties?

Yes, you can customize the output when reviewing 1C configuration properties by specifying different modes and sections. This tailors the extracted configuration summaries and object counters to target specific areas needing modification.

Does 1C configuration analysis work with a folder of exported files?

Yes, 1C configuration analysis works with a folder containing the configuration export. You can provide either the direct path to Configuration.xml or the parent folder path to successfully extract the configuration structure summaries.

When do I need to extract structure summaries from a 1C configuration?

You need to extract structure summaries from a 1C configuration when auditing or documenting large projects to understand object composition. This helps developers identify specific sections that require modification based on detailed property insights.