Rules for Go backend services enforcing idiomatic Go patterns, proper error handling, and clean architecture conventions.
Enforces idiomatic Go: explicit error handling (no panic in library code), table-driven tests, context propagation, structured logging with slog, interface-based dependencies, proper goroutine lifecycle management, and standard project layout. Covers chi/gin router patterns and SQLC for database queries.
Comprehensive .cursorrules file for Next.js 15 App Router projects with TypeScript, enforcing server components by default, proper use of "use client" directive, and App Router conventions.
Cursor rules for Python FastAPI projects enforcing async patterns, Pydantic v2 models, dependency injection, and proper error handling.
Rules for consistent React component development with TypeScript interfaces, proper hook patterns, and component composition.
Rules optimizing Cursor Agent mode behavior including multi-file editing context, session management, and autonomous task completion patterns.
Cursor rules for projects using Tailwind CSS with shadcn/ui component library, enforcing consistent utility class usage and component patterns.
Cursor rules for Rust projects covering ownership patterns, error handling with thiserror/anyhow, and async runtime conventions.