holtwood/awesome-cursorrules-zh

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 →

233Stars on the repository
200Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

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.

not rated 233 +1 1mo ago A 4 tokens original MIT

django-forms

51

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.

not rated 233 +1 1mo ago A 92 tokens original MIT

django-middleware

52

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.

not rated 233 +1 1mo ago A 71 tokens original MIT

django-models

53

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.

not rated 233 +1 1mo ago A 78 tokens original MIT

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.

not rated 233 +1 1mo ago A 55 tokens original MIT

django-settings

55

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.

not rated 233 +1 1mo ago A 71 tokens original MIT

django-templates

56

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.

not rated 233 +1 1mo ago A 55 tokens original MIT

django-urls

57

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.

not rated 233 +1 1mo ago A 57 tokens original MIT

django-views

58

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.

not rated 233 +1 1mo ago A 0 tokens original MIT

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.

not rated 233 +1 1mo ago A 0 tokens original MIT

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.

not rated 233 +1 1mo ago A 0 tokens original MIT

security

61

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.

not rated 233 +1 1mo ago A 0 tokens original MIT

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.

not rated 233 +1 1mo ago A 0 tokens original MIT

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.

not rated 233 +1 1mo ago A 0 tokens original MIT

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.

not rated 233 +1 1mo ago A 0 tokens original MIT

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.

not rated 233 +1 1mo ago A 7 tokens original MIT

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.

not rated 233 +1 1mo ago A 4 tokens original MIT

fastapi-middleware

71

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.

not rated 233 +1 1mo ago A 0 tokens original MIT

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.

not rated 233 +1 1mo ago A 5 tokens original MIT

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: