Desko77/cursor-1c-skills

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

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

1c-bsp-api

01

Desko77/cursor-1c-skills

Skill Claude CodeCodex

Справочник программного интерфейса Библиотеки стандартных подсистем (БСП) 1С - какие общие модули существуют, какие у них экспортные методы, сигнатуры, типы параметров, контексты выполнения и переопределяемые обработчики. Используй когда пишешь код на конфигурации с БСП и нужно узнать имя модуля или метода, его…

not rated 55 3d ago A 208 tokens original MIT

1c-bsp-command

02

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A command for adding a new user-facing action to a 1C additional data processor, a reusable extension that can add functions to the 1C business application. It adds the action to the processor’s existing command function and creates its handler.

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

1c-bsp-registration

03

Desko77/cursor-1c-skills

Skill Claude CodeCodex

Добавить функцию регистрации БСП (СведенияОВнешнейОбработке) в модуль объекта обработки.

not rated 55 3d ago A 27 tokens original MIT

1c-cf-add-object

04

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A workflow for adding a metadata object to a 1C configuration, including its fields, interface section, and form. 1C is a business-application platform whose configurations define data and screens.

not rated 55 3d ago A 54 tokens original MIT

1c-cf-edit

05

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A focused editor for 1C configuration files, used by the Russian 1C business-software platform. It changes configuration properties, registers or removes existing objects, and manages default roles in Configuration.xml.

not rated 55 3d ago A 44 tokens original MIT

1c-cf-info

06

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A command-line reader for a 1C configuration export, using its Configuration.xml file to describe the application’s structure. A 1C configuration is the definition of its data objects, forms, settings, and other application parts.

not rated 55 3d ago A 44 tokens original MIT

1c-cf-init

07

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A starter set of XML source files for a new empty 1C configuration. It creates the main configuration file, a Russian language file, and the command-interface file referenced by the configuration.

not rated 55 3d ago A 37 tokens original MIT

1c-cf-new-project

08

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A workflow for creating a complete 1C configuration from an empty starting point. A configuration is the application structure in 1C, including its data objects, screens, subsystems, and access roles.

not rated 55 3d ago A 57 tokens original MIT

1c-cf-validate

09

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A validator for a 1C configuration, where 1C is a business software platform. It checks the exported configuration files for structural problems in XML, settings, languages, and object folders.

not rated 55 3d ago A 34 tokens original MIT

1c-cfe-borrow

10

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool for borrowing existing 1C configuration objects into a CFE, the extension format used to modify a 1C application without changing its main configuration.

not rated 55 3d ago A 52 tokens original MIT

1c-cfe-diff

11

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A command-line checker for 1C configuration extensions (CFE), which are packages that add or change parts of a 1C application configuration. It lists the extension’s objects and can check whether marked code changes were copied into the main configuration.

not rated 55 3d ago A 63 tokens original MIT

1c-cfe-full-cycle

12

Desko77/cursor-1c-skills

Skill Claude CodeCodex

An end-to-end workflow for creating and checking a 1C configuration extension, from initial setup to validation.

not rated 55 3d ago A 46 tokens original MIT

1c-cfe-init

13

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A command that creates the starter XML files for a 1C configuration extension, which changes or adds to an existing 1C business application.

not rated 55 3d ago A 49 tokens original MIT

1c-cfe-patch-method

14

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool for creating method interceptors in a 1C configuration extension. 1C is business software, and an interceptor can run code before, after, or instead of an inherited method.

not rated 55 3d ago A 61 tokens original MIT

1c-cfe-validate

15

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A validator for a CFE, the extension format used to modify a 1C configuration, that checks its XML structure and included objects.

not rated 55 3d ago A 38 tokens original MIT

1c-config-index

16

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that reads exported 1C configuration files and produces one JSON index describing their objects and fields. It works directly from files without the 1C development environment or a running database.

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

1c-config-router

17

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A task router for 1C configuration work. It chooses the workflow or specialized skill that matches a user's request.

not rated 55 3d ago A 36 tokens copy · 86% MIT

1c-db-create

18

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool for creating a new 1C information base, either as a local file-based database or on a server. It can also create one from a template.

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

1c-db-dump-cf

19

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that exports the configuration of a 1C information base to a CF file. A CF file contains the configuration, but not the database's business data.

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

1c-db-dump-dt

20

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that exports an entire 1C information base to a DT backup file. The file includes the configuration, data, users, and settings.

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

1c-db-dump-xml

21

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that exports a 1C configuration from a database into XML source files. It supports full, incremental, partial, and update exports.

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

1c-db-list

22

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that manages the project registry of 1C information bases in a .v8-project.json file. The registry stores connection details, names, aliases, and Git-branch links.

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

1c-db-load-cf

23

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that imports a CF file into a 1C information base. A CF file is a binary package containing a 1C configuration.

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

1c-db-load-dt

24

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that restores a complete 1C information base from a DT backup file. A DT file can contain the configuration, business data, users, and settings.

not rated 55 3d ago A 65 tokens copy · 92% 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: