i18n
25Cursor rule Cursor
A set of internationalization rules that adapts conversations and code comments to a user's language preference. Internationalization means preparing software to work across languages and regions.
Cursor rule Cursor
A set of internationalization rules that adapts conversations and code comments to a user's language preference. Internationalization means preparing software to work across languages and regions.
Cursor rule Cursor
A set of rules and code for monitoring modules and managing settings at rule, project, and user levels. A module is a separate part of a software system.
Cursor rule Cursor
A set of rules for loading, running, and monitoring software modules. A module is a self-contained part of a program that may depend on other modules.
Cursor rule Cursor
A Chinese-language rule-management system for Cursor, an AI coding editor. It organizes rule dependencies, controls when rules are active, loads modules, routes commands, and manages configuration.
Cursor rule Cursor
A set of rules for adapting commands, paths, environment settings, and errors to the operating system in use. It detects Linux, macOS, Windows, and WSL, which is Windows running a Linux environment.
Cursor rule Cursor
A set of path-handling rules for making file paths work across Linux, macOS, Windows, and WSL, the Windows Linux environment. It covers normalizing, joining, resolving, and making paths relative.
Cursor rule Cursor
A set of rules for obtaining timestamps, user details, project paths, and other system information in a consistent, cross-platform way.
Cursor rule Cursor
Team-development rules for projects where multiple developers share code. They cover consistent coding, branches, commits, reviews, testing, and conflict handling.
Cursor rule Cursor
Advanced guidance for C programming covering testing, performance improvements, security, memory and resource handling, and general development practices. C is a low-level programming language where incorrect memory use can cause crashes or security flaws.
Cursor rule Cursor
A set of Chinese-language rules for managing memory and other resources in C programs. It covers error codes, cleanup patterns, resource-owning wrappers, and goto-based cleanup.
Cursor rule Cursor
A set of C programming rules covering Makefiles, CMake, compiler warnings, release builds, and unit tests. C is a compiled programming language often used for systems software.
Cursor rule Cursor
C language coding rules based on the C99 and C11 standards, with conventions for project layout, naming, types, headers, and common syntax. C is a compiled programming language often used for systems and embedded software.
Cursor rule Cursor
A set of C programming rules for system software such as operating-system code, drivers, embedded devices, and networking libraries.
Cursor rule Cursor
A set of C++ guidance for running work at the same time safely. It covers mutexes, atomic operations, condition variables, and worker pools.
Cursor rule Cursor
A set of C++ coding guidelines covering tests, safer memory and file handling, and object pools. It includes Catch2 test examples, buffer-overflow checks, file locks, and reusable object storage.
Cursor rule Cursor
A set of rules for advanced C++ templates and work done during compilation. It covers template metaprogramming, compile-time constants, type checks, and optional SIMD code for parallel calculations.
Cursor rule Cursor
A set of advanced C++ development rules covering testing, performance, security, templates, concurrency, and common design practices.
Cursor rule Cursor
A set of Chinese-language rules for modern C++ development, covering project structure, CMake layouts, headers, testing, and high-performance software practices.
Cursor rule Cursor
A set of advanced Go programming guidelines and examples. Go is a programming language, and the guidance covers testing, performance, security, error handling, and common development practices.
Cursor rule Cursor
A set of development rules for Go, a programming language often used for web services, distributed systems, command-line tools, and infrastructure software. It covers project layout and practices for these kinds of applications.
Cursor rule Cursor
A collection of guidance for making Go programs use less CPU and memory and handle concurrent work safely. Go is a programming language with built-in support for running tasks at the same time.
Cursor rule Cursor
A set of Go security rules for writing and running production software safely. Go is a programming language commonly used for services and backend systems.
Cursor rule Cursor
A set of enterprise Java development rules for Spring Boot, Maven, Gradle, Android, and large business applications.
Cursor rule Cursor
A set of modern JavaScript development rules for Node.js, browser applications, command-line tools, desktop apps, and other JavaScript runtimes.