holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A set of coding rules for testing and documenting a Laravel package, a reusable extension for Laravel applications.
A curated collection of Cursor AI programming rules | 132+ rules covering 32 areas, including frontend, backend, AI, and DevOps
This repository also configures its own agents. See what awesome-cursorrules-zh tells them →
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A set of coding rules for testing and documenting a Laravel package, a reusable extension for Laravel applications.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A writing guide for the README.md file that documents a Laravel package. It covers the package overview, Composer installation, configuration, usage examples, testing, contributions, licensing, and optional change history.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A set of Django rules for handling forms and model forms, which are web forms connected to database models. It covers validation and where to place form-related business logic.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
Guidelines for using Django middleware to handle shared web tasks such as authentication, logging, caching, and security. Middleware is code that runs around web requests and responses.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A small set of rules for Django models, the Python framework's definitions of database-backed data. It also guides how Django code should access and validate that data.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A set of rules for Django REST Framework, a Django toolkit for building web APIs. It covers serializers that turn data into JSON responses, while Django templates render HTML pages.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A set of Django project configuration rules listing common dependencies and conventions. Django is a Python web framework, while Django REST Framework helps build APIs; Celery handles background jobs, and Redis can provide caching and task queues.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
Guidelines for using Django’s template system to turn data into HTML pages, with Django REST Framework serializers for JSON responses.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A set of rules for defining clear, REST-style URL patterns in Django, a Python web framework. The rules are intended for the project’s URL configuration file, usually called urls.py.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
Guidelines for writing Django views, the parts of a web application that receive requests and return responses. They cover both function-based and class-based views.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A set of Django performance rules for database queries, caching, background work, and static files. Django is a Python web framework.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
General coding guidance for Python and Django projects, including naming, formatting, modular apps, built-in tools, and maintainable structure. Python is a programming language, and Django is a Python web framework.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A set of Django security rules covering protection against cross-site request forgery, SQL injection, and cross-site scripting. Django is a Python web framework.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A broad set of coding rules for Django projects, covering views, models, forms, databases, APIs, security, testing, and project structure. Django is a Python web framework.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
General rules for handling errors in code, including early checks, guard clauses, logging, user-friendly messages, and custom error types.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
Guidelines for avoiding blocking work in FastAPI applications. Blocking work makes the server wait instead of handling other requests.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A collection of more than 132 coding rules for FastAPI, a Python framework for building web APIs, along with frontend, AI, and DevOps topics.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A small set of FastAPI rules for writing simple conditional statements. FastAPI is a Python framework for building web APIs.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A collection of FastAPI rules covering Pydantic v2, asynchronous database libraries, and SQLAlchemy 2.0 for database access.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
Guidelines for using dependency injection in FastAPI. Dependency injection lets a function receive services such as database sessions, settings, or the current user instead of creating them itself.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A recommended FastAPI project structure that separates routes, configuration, security, database sessions, create/read/update/delete operations, models, and schemas into modules.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A collection of coding rules for defining FastAPI functions with type information and validating inputs with Pydantic models.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
A small set of FastAPI rules covering expected errors, middleware, logging, error monitoring, and Pydantic models for checking request and response data.
holtwood/awesome-cursorrules-zh
Cursor rule Cursor
Rules for measuring and improving FastAPI performance, including response time, request capacity, error rate, resource use, database queries, caching, and load testing.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: