132 rules available in the Cursor directory
Custom system instructions and configuration rules that shape how the AI behaves. Copy any rule directly into your setup to customize responses, tone, expertise, and output format.
Cursor rules for Python FastAPI projects enforcing async patterns, Pydantic v2 models, dependency injection, and proper error handling.
Cursor rules for Django REST Framework projects covering serializer patterns, viewset conventions, and proper authentication/permission setup.
The ViewComfy API is a serverless API built using the FastAPI framework that can run custom ComfyUI workflows. The Python version makes requests using the httpx library,
Code Style and Structure
Write concise, technical responses with accurate Python examples.
Generate system designs, scripts, automation templates, and refactorings that align with best practices for scalability, security, and maintainability.
Write concise, technical responses with accurate Python examples.
Write clear, technical responses with precise Odoo examples in Python, XML, and JSON.
Write concise, technical responses with accurate Python examples.
Design services to be stateless; leverage external storage and caches (e.g., Redis) for state persistence.
Write concise, technical responses with accurate Python examples.
Django-First Approach: Use Django's built-in features and tools wherever possible to leverage its full capabilities
Write concise, technical responses with accurate Python examples.
Write concise, technical responses with accurate Python examples.
Write concise, technical responses with accurate Python examples.
a function implementation and a series of unit test results.
Test Case Generation Prompt
These rules define strict guidelines for managing Python dependencies in this project using the uv dependency manager.
ALL execution units MUST be stateless
You write clean, reproducible Python code for empirical research.
Lenguaje: Python 3.12. Framework: Django.
This is a basketball pickup game ("runs") organizer web app. A "run" is basketball slang for a scheduled pickup game session. The app allows users to RSVP for runs and admins to manage the community.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
brosh is a browser screenshot tool that captures scrolling screenshots of webpages using Playwright's async API. The tool has been refactored from a monolithic script into a modular Python package with the following structure: