1c-cf-info
73Skill Claude CodeCodex
A 1C configuration structure reader. It reads Configuration.xml, the file that describes a 1C application’s setup, and summarizes its properties and object counts.
Skill Claude CodeCodex
A 1C configuration structure reader. It reads Configuration.xml, the file that describes a 1C application’s setup, and summarizes its properties and object counts.
Skill Claude CodeCodex
A starter generator for an empty 1C configuration in XML source form. It creates the basic files needed to begin a new configuration.
Skill Claude CodeCodex
A workflow for creating a new 1C configuration from an empty starting point. 1C is a platform for building business applications; a configuration defines their data, screens, permissions, and behavior.
Skill Claude CodeCodex
A validator for 1C configuration files, where 1C is business software commonly used for accounting and enterprise operations.
Skill Claude CodeCodex
A 1C extension helper that copies selected objects from a main configuration into a CFE, the format used for 1C extensions. The copied objects can then be adapted in the extension.
Skill Claude CodeCodex
A tool for inspecting a 1C configuration extension, called a CFE. It can show what the extension contains or check whether inserted code was transferred into the main configuration.
Skill Claude CodeCodex
A workflow for building and checking a 1C configuration extension, which adds or changes application behavior without editing the main configuration directly. It combines several extension-building steps into one process.
Skill Claude CodeCodex
A command that creates the starting XML source files for a new 1C configuration extension, known as a CFE. The extension can patch, customize, or add to an existing configuration.
Skill Claude CodeCodex
A generator and checker for method interceptors in a 1C configuration extension. An interceptor lets extension code run before, after, instead of, or while controlling the original method.
Skill Claude CodeCodex
A validator for 1C configuration extensions, called CFE files. It checks the extension’s XML, properties, contents, borrowed objects, and—when given the main configuration—form data paths.
Skill Claude CodeCodex
A tool that reads a 1C configuration export and writes one JSON index describing its objects and structure. 1C is a business software platform whose configurations define data, forms, registers, and code modules.
Skill Claude CodeCodex
A routing tool for 1C configuration work. It examines the requested task and directs it to the matching workflow or specialist command.
Skill Claude CodeCodex
A tool that creates a new 1C information base, either as files on a computer or as a database on a server. An information base is the 1C database that stores an organisation’s configuration and data.
Skill Claude CodeCodex
A tool that exports only a 1C information base’s configuration to a CF file. A CF file is a binary 1C file for storing or transferring configuration structure, not the database’s business data.
Skill Claude CodeCodex
A tool that exports an entire 1C information base to a DT file. A DT file is a complete 1C backup containing the configuration, business data, users, and settings.
Skill Claude CodeCodex
A command that exports a 1C information database configuration into XML source files. It supports full, incremental, partial, and configuration-information updates.
Skill Claude CodeCodex
A tool for managing the project registry of 1C information bases in .v8-project.json. The registry stores connection details, aliases, and links between databases and Git branches.
Skill Claude CodeCodex
A command that loads a 1C configuration from a binary CF backup file into an information database.
Skill Claude CodeCodex
A 1C database restoration guide that loads a DT backup file, replacing the database's data, configuration, users, and settings. 1C is business software, and a DT file is its database export format.
Skill Claude CodeCodex
A tool for loading changed 1C configuration files from Git into a 1C information base. Git is a system that records file changes, while an information base is the running application data and configuration.
Skill Claude CodeCodex
A tool for loading 1C configuration source files from XML into an information base. XML is a structured text format; the tool supports loading everything or only selected files.
Skill Claude CodeCodex
A tool for opening a 1C information base in 1C:Enterprise user mode. 1C:Enterprise is the runtime in which people use applications built on the 1C platform.
Skill Claude CodeCodex
A tool for applying a changed 1C application configuration to its database structure. This step updates the database so it matches the configuration loaded into 1C.
Skill Claude CodeCodex
A 1C development guide for adding a managed form to an external processing file. Managed forms are 1C interfaces defined in project metadata and code.