cf-info

Analyzes 1C configuration exports to summarize objects, counts, settings, and layout details.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Framework --skill cf-info-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cf-info
Source: https://github.com/Alex1980Alex/1C-Framework/tree/main/external/cc-1c-skills/.claude/skills/cf-info
Command: npx skills add https://github.com/Alex1980Alex/1C-Framework --skill cf-info-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill turns a 1C configuration export into a compact, readable summary so you can quickly understand what objects exist, how many of each type are present, and which key settings are enabled.

Core Features & Use Cases

  • Configuration Overview: Reads Configuration.xml and reports identity, compatibility, language, support state, and object counts.
  • Deep Inspection: Switches between overview, brief, full, and home-page drill-down views for different levels of detail.
  • Operational Context: Helps consultants and developers audit configuration structure, review panel and home-page layouts, and verify support or extension status before making changes.

Quick Start

Ask the skill to analyze a 1C Configuration.xml file or an exported configuration directory and return a concise structure summary with counts, settings, and layout details.

Frequently Asked Questions about cf-info

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

FAQPage Schema
How do I analyze 1C configuration metadata from an exported Configuration.xml file?

To analyze 1C configuration metadata, parse Configuration.xml to extract identity, compatibility, language, support state, and object counts. The skill processes an exported configuration directory to summarize counts, settings, and layout details into a compact readable format.

What is a 1C configuration support state and how do I decode it?

A 1C configuration support state indicates the vendor support level of metadata objects. This skill decodes support states from Configuration.xml, helping consultants verify extension status and identify which objects are locked or editable before making changes.

Can I review 1C panel and home-page layouts using XML metadata?

Yes, you can review 1C panel and home-page layouts by running a home-page drill-down analysis on the exported configuration directory. The skill parses layout metadata and includes robust fallback handling for missing optional files during panel layout review.

How do I count object types in a 1C configuration export?

Count object types in a 1C configuration export by parsing Configuration.xml with deterministic XML processing. The skill aggregates metadata to report exact counts of each object type present, providing overview, brief, or full detail levels on demand.

Does this 1C configuration analysis tool require lxml for XML parsing?

Yes, this 1C configuration analysis tool requires the lxml dependency for deterministic XML parsing. It relies on lxml to process Configuration.xml, decode support states, and handle fallback scenarios when optional metadata files are missing from the export.

What happens if optional files are missing from my 1C configuration export directory?

When optional files are missing from a 1C configuration export directory, the skill applies robust fallback handling to ensure analysis continues. It parses available Configuration.xml data and skips absent optional metadata without failing the overall configuration inspection.