Desko77

126 mods across 6 repositories, 161 stars between them.

1c-cf-info

73

Desko77/claude-code-skills-1c

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.

51 4d ago A 44 tokens original MIT

1c-cf-init

74

Desko77/claude-code-skills-1c

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.

51 4d ago A 37 tokens copy · 89% MIT

1c-cf-new-project

75

Desko77/claude-code-skills-1c

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.

51 4d ago A 57 tokens original MIT

1c-cf-validate

76

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

A validator for 1C configuration files, where 1C is business software commonly used for accounting and enterprise operations.

51 4d ago A 34 tokens copy · 91% MIT

1c-cfe-borrow

77

Desko77/claude-code-skills-1c

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.

51 4d ago A 52 tokens copy · 91% MIT

1c-cfe-diff

78

Desko77/claude-code-skills-1c

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.

51 4d ago A 63 tokens copy · 92% MIT

1c-cfe-full-cycle

79

Desko77/claude-code-skills-1c

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.

51 4d ago A 46 tokens original MIT

1c-cfe-init

80

Desko77/claude-code-skills-1c

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.

51 4d ago A 49 tokens copy · 92% MIT

1c-cfe-patch-method

81

Desko77/claude-code-skills-1c

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.

51 4d ago A 61 tokens original MIT

1c-cfe-validate

82

Desko77/claude-code-skills-1c

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.

51 4d ago A 38 tokens original MIT

1c-config-index

83

Desko77/claude-code-skills-1c

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.

51 4d ago A 76 tokens original MIT

1c-config-router

84

Desko77/claude-code-skills-1c

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.

51 4d ago A 36 tokens original MIT

1c-db-create

85

Desko77/claude-code-skills-1c

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.

51 4d ago A 32 tokens original MIT

1c-db-dump-cf

86

Desko77/claude-code-skills-1c

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.

51 4d ago A 48 tokens original MIT

1c-db-dump-dt

87

Desko77/claude-code-skills-1c

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.

51 4d ago A 70 tokens original MIT

1c-db-dump-xml

88

Desko77/claude-code-skills-1c

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.

51 4d ago A 49 tokens original MIT

1c-db-list

89

Desko77/claude-code-skills-1c

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.

51 4d ago A 47 tokens original MIT

1c-db-load-cf

90

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

A command that loads a 1C configuration from a binary CF backup file into an information database.

51 4d ago A 43 tokens original MIT

1c-db-load-dt

91

Desko77/claude-code-skills-1c

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.

51 4d ago A 65 tokens original MIT

1c-db-load-git

92

Desko77/claude-code-skills-1c

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.

51 4d ago A 47 tokens original MIT

1c-db-load-xml

93

Desko77/claude-code-skills-1c

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.

51 4d ago A 44 tokens original MIT

1c-db-run

94

Desko77/claude-code-skills-1c

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.

51 4d ago A 35 tokens copy · 81% MIT

1c-db-update

95

Desko77/claude-code-skills-1c

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.

51 4d ago A 37 tokens original MIT

1c-epf-add-form

96

Desko77/claude-code-skills-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.

51 4d ago A 22 tokens original MIT