Desko77

126 mods across 6 repositories, 161 stars between them.

Desko77/cursor-1c-skills

Cursor rule

A set of rules for XML form files used by EDT, a development environment for 1C business applications. It describes form details that the code generator does not add automatically.

53 4d ago A 0 tokens original MIT

edt-source-format

26

Desko77/cursor-1c-skills

Cursor rule

Rules for identifying and editing 1C source files in either Configurator-export format or EDT format. 1C is a business-application platform, and these two formats store its configuration differently.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A troubleshooting guide for exporting 1C projects from 1C:Enterprise Development Tools into an information base through an incremental ZIP archive.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A file-format guide for defining external data sources in 1C:Enterprise Development Tools (1C:EDT), an environment for building 1C business applications. It describes the folders and XML metadata files used for these sources.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A guide for choosing efficient ways to find, read, and edit source files, based on the size and type of the change.

53 4d ago A 15 tokens original MIT

form_module_rules

30

Desko77/cursor-1c-skills

Cursor rule

Rules for separating client-side and server-side code in 1C form modules. Forms are the screens users work with, while modules contain the code behind them.

53 4d ago A 0 tokens original MIT

forms_events

31

Desko77/cursor-1c-skills

Cursor rule

A rule for connecting event handlers to 1C forms, including events that run when a form opens, closes, reads, or saves data. 1C is a business software platform, and Form.xml is the XML file that stores a form's event connections.

53 4d ago A 0 tokens original MIT

forms_generation

32

Desko77/cursor-1c-skills

Cursor rule

A set of rules for creating and changing 1C application forms, which are screens used in the 1C business-software platform. It selects the appropriate editor tools for EDT projects and gives a fallback for older Configurator projects.

53 4d ago A 0 tokens original MIT

git-safety-rules

33

Desko77/cursor-1c-skills

Cursor rule

Rules for safe Git use in 1C projects, including commits, secrets, destructive commands, and line endings. Git is a system for tracking source-code changes.

53 4d ago A 24 tokens original MIT

integrations

34

Desko77/cursor-1c-skills

Cursor rule

A development rule for building 1C integrations with external systems through HTTP APIs. It recommends first making and testing the requests in Python, then translating the working version into 1C’s BSL language.

53 4d ago A 24 tokens original MIT

mcp-tool-priority

35

Desko77/cursor-1c-skills

Cursor rule

A routing guide for choosing the right MCP server for 1C and BSL work. MCP servers are connected tools that let an assistant inspect or change project data and code.

53 4d ago B 21 tokens original MIT

model-selection

36

Desko77/cursor-1c-skills

Cursor rule

A guide for assigning different AI models to different coding tasks, such as planning, review, routine work, or difficult analysis.

53 4d ago A 18 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A set of tips for making 1C database queries run faster. 1C is a business software platform, and these rules cover query writing and review.

53 4d ago A 0 tokens original MIT

refactoring

38

Desko77/cursor-1c-skills

Cursor rule

A set of rules for restructuring 1C code without changing what it does. It recommends tracing business logic and data flow first, then improving lower-level functions and integrating the changes.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A coding rule and example for starting background jobs from an external 1C processing file through the 1C Standard Subsystems long-running-operations feature. An external processing file is a separately opened 1C tool rather than one stored in the application catalogue.

53 4d ago A 0 tokens original MIT

sdd-workflow

40

Desko77/cursor-1c-skills

Cursor rule

A nine-phase Specification-Driven Development workflow for planning complex 1C software changes before writing code. 1C is a business software platform commonly used for accounting and enterprise operations.

53 4d ago A 12 tokens original MIT

skill-design

41

Desko77/cursor-1c-skills

Cursor rule

A set of design rules for creating reliable skills for coding agents. It explains how skills should be triggered, how much information they should reveal, and how to define completion criteria.

53 4d ago A 18 tokens original MIT

testing-patterns

42

Desko77/cursor-1c-skills

Cursor rule

A set of rules and examples for testing 1C code with YaXUnit and Vanessa Automation. YaXUnit is used for unit tests of individual functions, while Vanessa Automation describes user scenarios as “given, when, then” steps.

53 4d ago A 0 tokens original MIT

text-formatting

43

Desko77/cursor-1c-skills

Cursor rule

Rules for characters and writing style in generated technical text, including code comments, documentation, plans, and messages.

53 4d ago A 29 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A reference for the folder and file layout created when v8unpack extracts a 1C configuration. A 1C configuration is the set of application objects such as documents, directories, reports, and code modules.

53 4d ago A 9 tokens original MIT

1c-bsl-validate

45

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A checker for calls to shared modules in BSL, the programming language used by 1C. It verifies that each called method exists in the configuration index and is marked for use by other modules.

53 4d ago A 58 tokens original MIT

1c-bsp-api

46

Desko77/cursor-1c-skills

Skill Claude CodeCodex

An offline reference for the programming interface of 1C’s Standard Subsystems Library (БСП), listing its shared modules, exported methods, parameters, types, and execution contexts. It covers versions 3.1.11 and 3.2.1 and is queried when needed.

53 4d ago A 208 tokens original MIT

1c-bsp-command

47

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.

53 4d ago A 17 tokens copy · 88% MIT

1c-bsp-registration

48

Desko77/cursor-1c-skills

Skill Claude CodeCodex

A helper for 1C external reports and processors that adds the function needed to register them in the Standard Subsystems Library (БСП). БСП is a set of reusable features for 1C configurations.

53 4d ago A 27 tokens original MIT