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.
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.
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.
Cursor rule
A troubleshooting guide for exporting 1C projects from 1C:Enterprise Development Tools into an information base through an incremental ZIP archive.
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.
Cursor rule
A guide for choosing efficient ways to find, read, and edit source files, based on the size and type of the change.
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.
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.
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.
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.
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.
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.
Cursor rule
A guide for assigning different AI models to different coding tasks, such as planning, review, routine work, or difficult analysis.
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.
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.
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.
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.
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.
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.
Cursor rule
Rules for characters and writing style in generated technical text, including code comments, documentation, plans, and messages.
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.
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.
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.
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.
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.