1c-cf-info

Analyze 1C configuration dumps by parsing Configuration.xml into compact summaries.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-cf-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-cf-info
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-cf-info
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-cf-info

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill analyzes 1C configuration dumps to reveal the configuration's structure, counts of objects, and key metadata.

Core Features & Use Cases

  • Compact overview of the 1C configuration with object-type counts (Catalogs, Documents, CommonModules, etc.) and essential metadata.
  • Supports three modes (overview, brief, full) to tailor output for quick checks or deep audits.
  • Use Case: Quickly assess a new 1C configuration to understand scope, dependencies, and available forms.

Quick Start

Run cf-info.ps1 with -ConfigPath set to the path of the Configuration.xml to generate a compact configuration summary.

Frequently Asked Questions about 1c-cf-info

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

FAQPage Schema
How do I analyze a 1C configuration dump to get object counts and metadata?

You can analyze a 1C configuration dump by running the cf-info.ps1 script with the -ConfigPath parameter set to your Configuration.xml file, which outputs a compact summary of object counts and metadata.

What is the best way to audit 1C configuration structure and dependencies?

The best way to audit 1C configuration structure is by parsing Configuration.xml to reveal core properties, object-type counts, and essential metadata for quick discovery and impact assessment.

Can I get a quick overview of 1C catalogs and documents without reading the full XML?

Yes, you can get a quick overview of 1C catalogs and documents by parsing Configuration.xml, which extracts essential metadata and object-type counts without needing to manually read the full XML.

Does this 1C configuration analyzer support different levels of output detail?

Yes, this 1C configuration analyzer supports three output modes: overview, brief, and full, allowing you to tailor the metadata extraction depth for quick checks or deep audits.

Do I need lxml installed to parse 1C configuration metadata with this script?

Yes, you need the lxml dependency installed to run the cf-info.ps1 script, as it relies on this library to parse the 1C configuration metadata and output the structural summary.