Desko77/claude-code-skills-1c

116 скилов и 40 правил для Claude Code: агент собирает исходники 1С (метаданные, формы, расширения, роли, СКД, обработки) из компактного JSON и разбирает обратно. Базовые операции - без Конфигуратора.

55Stars on the repository
125Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

1c-bsl-validate

01

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

A checker for calls to shared 1C modules, using an exported configuration index. Shared modules are reusable code units that other parts of a 1C application can call.

not rated 55 +3 3d ago A 58 tokens copy · 88% MIT

1c-bsp-api

02

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

An offline reference for the programming interface of 1C's standard subsystems library. It lists available shared modules, exported methods, parameters, execution contexts, and extension handlers.

not rated 55 +3 3d ago A 208 tokens copy · 91% MIT

1c-bsp-command

03

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

A command for adding a command to an existing 1C external processing tool that uses the standard subsystem library. It also generates the handler that runs the command.

not rated 55 +3 3d ago A 17 tokens copy · 91% MIT

1c-bsp-registration

04

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

A tool that adds the registration function required for a 1C external report or processing to appear in the standard subsystems library. That library is 1C's built-in collection of common application features.

not rated 55 +3 3d ago A 27 tokens original MIT

1c-cf-add-object

05

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

A workflow for adding a complete metadata object to a 1C configuration, including its fields, table sections, subsystem placement, form, and validation.

not rated 55 +3 3d ago A 54 tokens copy · 91% MIT

1c-cf-edit

06

Desko77/claude-code-skills-1c

Skill Claude CodeCodex

A tool for making focused changes to a 1C configuration's XML source files. A 1C configuration is the structure and code that define a 1C business application.

not rated 55 +3 3d ago A 44 tokens copy · 88% MIT

1c-cf-info

07

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.

not rated 55 +3 3d ago A 44 tokens original MIT

1c-cf-init

08

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.

not rated 55 +3 3d ago A 37 tokens copy · 89% MIT

1c-cf-new-project

09

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.

not rated 55 +3 3d ago A 57 tokens original MIT

1c-cf-validate

10

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.

not rated 55 +3 3d ago A 34 tokens copy · 91% MIT

1c-cfe-borrow

11

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.

not rated 55 +3 3d ago A 52 tokens copy · 91% MIT

1c-cfe-diff

12

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.

not rated 55 +3 3d ago A 63 tokens copy · 92% MIT

1c-cfe-full-cycle

13

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.

not rated 55 +3 3d ago A 46 tokens original MIT

1c-cfe-init

14

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.

not rated 55 +3 3d ago A 49 tokens copy · 92% MIT

1c-cfe-patch-method

15

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.

not rated 55 +3 3d ago A 61 tokens original MIT

1c-cfe-validate

16

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.

not rated 55 +3 3d ago A 38 tokens original MIT

1c-config-index

17

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.

not rated 55 +3 3d ago A 76 tokens original MIT

1c-config-router

18

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.

not rated 55 +3 3d ago A 36 tokens original MIT

1c-db-create

19

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.

not rated 55 +3 3d ago A 32 tokens original MIT

1c-db-dump-cf

20

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.

not rated 55 +3 3d ago A 48 tokens copy · 69% MIT

1c-db-dump-dt

21

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.

not rated 55 +3 3d ago A 70 tokens copy · 81% MIT

1c-db-dump-xml

22

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.

not rated 55 +3 3d ago A 49 tokens original MIT

1c-db-list

23

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.

not rated 55 +3 3d ago A 47 tokens original MIT

1c-db-load-cf

24

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.

not rated 55 +3 3d ago A 43 tokens copy · 59% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: