Cursor rule Cursor
A coding rule for avoiding N+1 queries, where one data request unnecessarily causes another request for each returned record.
Cursor rule Cursor
A coding rule for avoiding N+1 queries, where one data request unnecessarily causes another request for each returned record.
Cursor rule Cursor
A Cursor coding rule about handling environment settings and secrets, such as passwords or API keys. It explains what belongs in .env files and shows incorrect and correct approaches.
Cursor rule Cursor
Project rules for a web application built with Next.js 16 and React 19. They describe the App Router layout, the source folder structure, server API routes, and the @/ import shortcut.
Cursor rule Cursor
A set of project rules for TypeScript naming, interfaces, exports, package organisation, and checking for reusable code before adding business logic. An interface is a definition of the data or methods a type must provide.
Cursor rule Cursor
A set of coding rules focused on preventing attacks, securing APIs and configuration, avoiding data-boundary errors, and managing algorithm complexity.
Cursor rule Cursor
A code-organisation rule for importing modules through existing index.ts files, which collect and re-export code from a directory.
Cursor rule Cursor
Coding guidance for a React 19 application built with Vite, a tool for creating browser applications, and usually embedded in a Wujie host application.
Cursor rule Cursor
Coding guidance for a Vue 3.5 sub-application built with Vite, using Pinia for shared application state and usually running inside a Wujie host application.