Desko77

126 mods across 6 repositories, 161 stars between them.

browser-debug

01

Desko77/cursor-1c-skills

Command

A command recipe for starting Yandex Browser with remote debugging enabled through the Chrome DevTools Protocol, a browser control and inspection interface. It also checks whether the debugging connection is available.

53 4d ago A 0 tokens original MIT

check-uuid

02

Desko77/cursor-1c-skills

Command

A command recipe for checking whether UUIDs, unique identifiers, are duplicated in 1C MDO files. It can inspect a chosen path or the project’s source folder and optionally fix duplicates.

53 4d ago A 0 tokens original MIT

docx-to-md

03

Desko77/cursor-1c-skills

Command

A command that converts a DOCX file, the common Microsoft Word document format, into a Markdown text file. It also extracts pictures into an images folder beside the result.

53 4d ago A 0 tokens original MIT

move-project

04

Desko77/cursor-1c-skills

Command

A command for moving a project to another folder while preserving its Claude Code memory, sessions, and plans. It also accounts for how Claude Code maps project paths to its memory folders.

53 4d ago A 0 tokens original MIT

1c-coding-standards

05

Desko77/cursor-1c-skills

Cursor rule

Coding standards for BSL, the programming language used by the 1C business software platform. They cover naming, method documentation, database queries, collections, client-server code, and performance practices.

53 4d ago A 0 tokens original MIT

1c-cyrillic-windows

06

Desko77/cursor-1c-skills

Cursor rule

A guide to handling Cyrillic text in Windows file paths, arguments, database names, and user names when automating the 1C business software platform.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A set of rules and examples for extending 1C configurations with BSL code and XML role metadata. 1C is an enterprise business-application platform, and BSL is its programming language.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A list of names that should not be used for local variables in 1C form modules. A form module controls a screen, and these names are already used for standard properties of its controls.

53 4d ago A 0 tokens original MIT

1c-mdo-integrity

09

Desko77/cursor-1c-skills

Cursor rule

Rules for keeping 1C EDT MDO files structurally valid. MDO files describe configuration objects, and the rules cover unique identifiers and valid links between objects.

53 4d ago A 0 tokens original MIT

1c-ordinary-forms

10

Desko77/cursor-1c-skills

Cursor rule

Rules for working with ordinary forms in 1C, an enterprise application platform, rather than its newer managed-form model. They explain how to recognize this older form type and how its code and layout differ.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A 1C reporting rule that runs the report query directly instead of using the standard data-composition engine (СКД). It then displays or exports the returned table manually.

53 4d ago A 0 tokens original MIT

1c-role-rights

12

Desko77/cursor-1c-skills

Cursor rule

Rules for defining role permissions in 1C, a business software platform, including access to objects and row-level security. They specifically explain how to handle role rights files and enumerations, which are fixed lists of values.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A two-pass method for changing 1C report output before detailed records are combined into grouped totals. 1C's report system, СКД, builds reports by grouping and summarizing data.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

Guidance for using transactions and controlled locks in 1C, where a transaction groups database changes so they can be accepted or cancelled together. It also explains the order in which locks should be taken when several operations share data.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A checking method for code that must account for every input item, such as files, records, strings, or mapping rules. It repeatedly compares the full input list with the code until nothing is uncovered or handled incorrectly.

53 4d ago A 14 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A system for keeping an AI agent's working information in files, including the plan, discoveries, decisions, and progress. It is intended for work that spans several tool calls or sessions.

53 4d ago A 22 tokens original MIT

anti_patterns

17

Desko77/cursor-1c-skills

Cursor rule

A collection of 1C coding mistakes that commonly cause slow database work or poor performance. It includes examples such as running a database query inside a loop or reading object fields one by one.

53 4d ago A 0 tokens original MIT

async-methods-1c

18

Desko77/cursor-1c-skills

Cursor rule

Coding rules for asynchronous client code in 1C version 8.3.18 and later. Asynchronous work finishes later and returns a promise that can succeed or fail.

53 4d ago A 0 tokens original MIT

bsl-ssl

19

Desko77/cursor-1c-skills

Cursor rule

A set of rules for developing 1C applications built on БСП, the Russian-language Standard Subsystems Library. It tells developers when to reuse library functionality, how to mark changes, and how to handle outdated objects.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

Rules for creating and updating access-group profiles in БСП 3.x, the Standard Subsystems Library used by several 1C business applications. They explain how roles, permissions, users, and row-level access restrictions are represented in code.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A method for exploring a 1C codebase, a software project built with the 1C business platform. It helps trace where a feature starts, how data moves through the code, and where results are saved.

53 4d ago A 10 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A code-review checklist for 1C source files, including BSL and OS files. It groups findings by severity and checks issues such as security, performance, errors, access control, duplication, and maintainability.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

A way to decide whether an automated 1C batch operation really succeeded by checking several signals instead of only the process exit code. Batch mode runs tasks such as creating databases, building files, or checking configurations without the usual interactive interface.

53 4d ago A 0 tokens original MIT

Desko77/cursor-1c-skills

Cursor rule

Rules for safely editing BSL modules through the 1C development environment's editing interface. BSL is the programming language used by the 1C platform, and the rules distinguish small edits from replacing an entire module.

53 4d ago A 0 tokens original MIT