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-skd-validate

73

Desko77/cursor-1c-skills

Skill Claude CodeCodex needs its repo

A checker for a 1C data composition schema, the XML definition that describes how a report builds and presents data. It checks structure, references, duplicate names, and optionally whether referenced objects exist in the configuration.

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

1c-ssl-patterns

74

Desko77/cursor-1c-skills

Skill Claude CodeCodex needs its repo

A reference guide for using the 1C Standard Subsystems Library, a collection of reusable application features. It explains which library mechanism and sequence to use for common development tasks.

not rated 57 +2 today A SkillSpector: pass 177 tokens copy · 100% MIT

1c-storage-ops

75

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A command-line tool for working with the 1C configuration storage, the platform's shared versioning system for configuration objects. It operates through the 1C platform rather than through Git.

not rated 57 +2 today A SkillSpector: warn 142 tokens copy · 100% MIT

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A generator that creates a 1C subsystem—a section of the application menu—from a JSON definition. It writes the subsystem's XML files and registers it in the configuration or a parent subsystem.

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

1c-subsystem-edit

77

Desko77/cursor-1c-skills

Skill Claude CodeCodex

An editor for changing a 1C subsystem's XML definition. A subsystem groups application objects and can contain nested subsystems and menu settings.

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

1c-subsystem-info

78

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A reporting tool that reads a 1C subsystem from exported XML and summarizes its properties, included objects, child subsystems, menu interface, and hierarchy.

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

Desko77/cursor-1c-skills

Skill Claude CodeCodex needs its repo

A checker for the XML definition of a 1C subsystem. It verifies the subsystem's structure and can compare its listed contents with objects that actually exist in the configuration.

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

1c-support-state

80

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool for reading and changing support settings in a 1C configuration exported as XML. These settings control whether standard vendor objects are locked, editable, or removed from vendor support.

not rated 57 +2 today A SkillSpector: warn 68 tokens copy · 89% MIT

1c-template-add

81

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A file operation that adds a named template to a 1C object, such as a report, document, or directory. It creates the template files and registers the template in the object's XML definition.

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

1c-template-remove

82

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A file operation that removes a named template from a 1C object, such as a report, document, or directory. It also removes the template's registration from the object's XML definition.

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

1c-vanessa-steps

83

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A registry of 1,569 Vanessa Automation steps with descriptions, plus tools for finding steps by meaning and checking Gherkin scenarios. Vanessa Automation is a 1C testing tool, and Gherkin is the plain-language format used to write its scenarios.

not rated 57 +2 today A SkillSpector: warn 170 tokens copy · 94% MIT

1c-web-info

84

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A status checker for Apache HTTP Server and 1C web publications. It shows whether the server is running, which databases are available through the web, and recent errors.

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

1c-web-publish

85

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A setup tool that publishes a 1C information base through Apache HTTP Server so it can be opened in a browser. It creates the web-client configuration, updates Apache, and starts the server.

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

1c-web-stop

86

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool for stopping Apache HTTP Server, the web server used to make 1C databases available in a browser. Existing 1C publications are kept.

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

1c-web-test

87

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A browser-testing tool for the 1C:Enterprise web client. It uses Playwright to navigate screens, fill forms, read tables and reports, and apply filters.

not rated 57 +2 today A SkillSpector: pass 46 tokens copy · 94% MIT

1c-web-unpublish

88

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A tool for removing a 1C web publication from Apache HTTP Server. A web publication is the configuration that makes a 1C database available through a browser.

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

1c-xdto-compile

89

Desko77/cursor-1c-skills

Skill Claude Code

A builder that creates a 1C XDTO package from an XML Schema (XSD). XDTO packages describe XML data structures used for integrations, web services, and external XML formats.

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

1c-xdto-decompile

90

Desko77/cursor-1c-skills

Skill Claude Code

A converter that turns a 1C XDTO package into a readable, editable XML Schema (XSD) file. XDTO is 1C's format for describing XML data used in integrations.

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

1c-xdto-edit

91

Desko77/cursor-1c-skills

Skill Claude Code

A targeted editor for changing individual types or properties in an existing 1C XDTO package. XDTO packages describe XML data structures used by 1C integrations.

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

1c-xdto-info

92

Desko77/cursor-1c-skills

Skill Claude Code

An inspection tool for 1C XDTO packages that shows their types, properties, required fields, allowed values, and entry points. XDTO packages describe XML data structures used by 1C integrations.

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

1c-xdto-validate

93

Desko77/cursor-1c-skills

Skill Claude Code

A checker for XDTO packages in 1C:Enterprise. XDTO describes the structure and data types used when 1C exchanges data with external systems.

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

1c77-dev

94

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A development guide for 1C:Enterprise 7.7, an older version of the 1C business-application platform. It covers the version's code, forms, metadata, binary files, encoding, and command-line tools.

not rated 57 +2 today A SkillSpector: warn 6 tokens copy · 94% MIT

ai-edt-tools

95

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A development toolkit for 1C:Enterprise 8.3 projects opened in 1C:EDT, the IDE used to build 1C business applications. It lets an agent inspect and change BSL code, metadata, forms, queries, and the connected infobase.

not rated 57 +2 today A SkillSpector: warn 132 tokens copy · 100% MIT

claude-env-setup

96

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A setup and update guide for installing an agent's skills, rules, commands, and related tools on a computer. It first records what is already installed and then plans additions or updates.

not rated 57 +2 today B SkillSpector: warn 197 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: