Desko77/cursor-1c-skills

115 skills and 40 rules for Cursor IDE: an agent assembles 1C source files (metadata, forms, extensions, roles, SKD, data processors) from compact JSON and parses them back. Basic operations without the Configurator.

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

1c-db-load-dt

25

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 57 +2 today A 65 tokens copy · 92% MIT

1c-db-load-git

26

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that finds changed 1C configuration files in Git and loads only those changes into an information base. 1C is a business application platform, and an information base is its database and configuration.

not rated 57 +2 today A 47 tokens copy · 91% MIT

1c-db-load-xml

27

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that loads 1C configuration source files written as XML into an information base. It can replace the whole configuration or load only selected files.

not rated 57 +2 today A 44 tokens copy · 91% MIT

1c-db-run

28

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that opens a selected 1C information base in 1C:Enterprise user mode. User mode is the normal interface where people work with the application and its data.

not rated 57 +2 today A 35 tokens copy · 73% MIT

1c-db-update

29

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that applies the current 1C configuration to the database structure. This updates the database so it matches changes made to the configuration.

not rated 57 +2 today A 37 tokens copy · 89% MIT

1c-epf-add-form

30

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that adds a managed form to a 1C external processing and records it in the processing's XML source. A managed form is the user interface people use to interact with that processing.

not rated 57 +2 today A SkillSpector: warn 22 tokens original MIT

1c-epf-build

31

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that builds a 1C external processing file (EPF or ERF) from XML source files. The result is a compiled file that can be used in a 1C application.

not rated 57 +2 today A 57 tokens copy · 89% MIT

1c-epf-dump

32

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that extracts a 1C external processing file (EPF or ERF) into readable XML source files. External processing files are add-ons that run inside a 1C application.

not rated 57 +2 today A 60 tokens copy · 78% MIT

1c-epf-full-cycle

33

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A workflow for creating a complete 1C external data processor, from empty source files to a finished EPF package. EPF is 1C's file format for add-on data processors.

not rated 57 +2 today A SkillSpector: warn 41 tokens original MIT

1c-epf-scaffold

34

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A starter generator for an empty 1C external data processor, creating its basic XML source structure. The result is ready for forms, layouts, help text, and code to be added.

not rated 57 +2 today A SkillSpector: warn 28 tokens original MIT

1c-epf-validate

35

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A checker for the XML source of a 1C external data processor or report. It checks the structure, properties, names, fields, tables, forms, and layouts.

not rated 57 +2 today A SkillSpector: warn 36 tokens original MIT

1c-erf-build

36

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A builder that turns the XML source of a 1C external report into an ERF file. ERF is 1C's packaged file format for external reports.

not rated 57 +2 today A 47 tokens copy · 88% MIT

1c-erf-dump

37

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that unpacks a 1C ERF report file into XML source files. 1C is a business software platform, and an ERF file is a packaged external report.

not rated 57 +2 today A 49 tokens copy · 88% MIT

1c-erf-init

38

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A starter generator for an empty 1C external report, including its basic XML source structure. It can also create an empty data-composition schema, which defines how a report prepares and displays data.

not rated 57 +2 today A SkillSpector: warn 24 tokens original MIT

1c-erf-validate

39

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A checker for the XML source of a 1C external report. It verifies the report structure, properties, fields, tables, forms, layouts, and data-composition schema.

not rated 57 +2 today A SkillSpector: warn 37 tokens original MIT

1c-form-add

40

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that adds a managed form to a 1C configuration object such as a document, catalogue, or report. A managed form is the screen users work with in 1C.

not rated 57 +2 today A SkillSpector: warn 20 tokens original MIT

1c-form-compile

41

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A generator that creates a 1C managed-form XML file from a JSON description or from an object's metadata. Managed forms are the screens users interact with in 1C.

not rated 57 +2 changed today A 50 tokens copy · 94% MIT

1c-form-decompile

42

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A converter that turns a 1C managed form's XML file into a JSON draft. The JSON is a simpler description of the form that can be reviewed or edited.

not rated 57 +2 today A 65 tokens copy · 92% MIT

1c-form-edit

43

Desko77/cursor-1c-skills

Skill Claude CodeCodex

An editor for adding controls, fields, commands, and event handlers to an existing managed form in 1C, a platform for business applications. It takes the changes from a JSON description.

not rated 57 +2 today A 39 tokens copy · 88% MIT

1c-form-info

44

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A compact reader for managed forms in 1C, a platform for building business applications. It summarizes the form's elements, fields, commands, and events instead of showing the full XML file.

not rated 57 +2 today A SkillSpector: pass 52 tokens original MIT

1c-form-patterns

45

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A reference guide to common layouts and design patterns for managed forms in 1C, a platform for business applications. It covers form archetypes, naming conventions, and advanced layout techniques.

not rated 57 +2 today A 48 tokens copy · 91% MIT

1c-form-remove

46

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool for removing a managed form from an object in 1C, a platform for building business applications. It deletes the form files and removes their registration from the object's metadata.

not rated 57 +2 today A SkillSpector: pass 26 tokens original MIT

1c-form-validate

47

Desko77/cursor-1c-skills

Skill Claude CodeCodex needs its repo

A checker for managed forms in 1C, a platform for building business applications. It checks a form's XML structure, identifiers, linked fields, and commands.

not rated 57 +2 today A SkillSpector: warn 46 tokens original MIT

1c-help-manage

48

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool that adds an HTML help page and metadata to an object in 1C, a platform for business applications. It can also connect the help to the object's forms.

not rated 57 +2 today A SkillSpector: warn 49 tokens original 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: