Eight Cursor rules that make AI write production-grade Kubernetes — declarative GitOps manifests, resource requests and limits on every container, real probes, pinned images by digest, hardened security contexts, secrets via external managers, rollout…
Eight Cursor rules that make AI write production-grade Laravel — Eloquent models with explicit fillable and casts, skinny controllers with Action classes, Form Requests for validation, eager-loaded queries with no DB::raw, queued jobs with idempotent…
Eight Cursor rules that make your AI write idiomatic Go — proper error handling, accept interfaces, context-first signatures, owned goroutines, directional channels, no init() tricks, table-driven tests, and lint-clean commits.
Cursor Rules for Svelte: The Complete Guide to AI-Assisted Svelte Development Svelte is the framework where the compiler does so much for you that the bugs are almost always shape bugs, not behavior bugs. The component renders.…